Options options = serviceClient.getOptions();//172.40.1.97:9080
//EndpointReference targetEPR = new EndpointReference("http://*******");
//超时
options.setTimeOutInMilliSeconds(1000*120);
//释放资源
options.setCallTransportCleanup(true);
options.setTo(targetEPR);