【发布时间】:2011-12-24 10:20:19
【问题描述】:
我有一个带有动态 url 的简单 JAXWS 客户端。 我想添加超时。但是我在这里找到的所有示例都不像我的客户。 这是我的代码:
QName qname = new QName(responseUrl,"sendMessage");
MyApiService myApiService = new myApiService(newEndpoint,qname);
myApi port = myApiService.getmyApiPort();
NPACK nPACK = port.sendMessage(nPMESSAGE);
【问题讨论】:
标签: java timeout client jax-ws