webservice 报错 Exception in thread "main" org.apache.axis2.AxisFault: Read timed out 20

publicstaticvoidmain(String[]args)throwsException{RPCServiceClientserviceClient=newRP... public static void main(String[] args)throws Exception {

RPCServiceClient serviceClient = new RPCServiceClient();

Options options =serviceClient.getOptions();
// serviceClient.getOptions().setTimeOutInMilliSeconds(600000L);

EndpointReference targetEPR = new EndpointReference("http://218.244.176.55:25355/SOAP?wsdl");
options.setTo(targetEPR);
Object[] opAddEntryArgs ={"admin","admin"};

Class[] classes =new Class[]{String.class,String.class};

QName opAddEntry =new QName("http://ws.apache.org/axis2","DD_Login");

System.out.println(serviceClient.invokeBlocking(opAddEntry, opAddEntryArgs,classes)[0]);
}
展开
 我来答
阿里服务器租用
2014-07-22 · TA获得超过483个赞
知道小有建树答主
回答量:459
采纳率:50%
帮助的人:208万
展开全部
服务器相应慢吧,读取超时
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
Kmars1985
2014-07-23 · TA获得超过1172个赞
知道小有建树答主
回答量:554
采纳率:0%
帮助的人:387万
展开全部
你注释掉的那一行就是设置超时时间的,你试过还是不行么?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式