i have simple JAXWS client with dynamic url.
i want to add timeout . but all the eamples i found here , dosn’t look like my client.
here is my code :
QName qname = new QName(responseUrl,"sendMessage");
MyApiService myApiService = new myApiService(newEndpoint,qname);
myApi port = myApiService.getmyApiPort();
NPACK nPACK = port.sendMessage(nPMESSAGE);
1 Answer