我有简单的JAXWS客户端和动态网址。 我想添加超时。但我在这里找到的所有例子,看起来都不像我的客户。 这是我的代码:
QName qname = new QName(responseUrl,"sendMessage");
MyApiService myApiService = new myApiService(newEndpoint,qname);
myApi port = myApiService.getmyApiPort();
NPACK nPACK = port.sendMessage(nPMESSAGE);
答案 0 :(得分:1)
((BindingProvider)port).getRequestContext()...