
webService
lzj0327
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
webService异常
今天在做webService时出现The ServiceClass object does not implement the required method in the following form: OMElement sayHelloToPersonNew(OMElement e)网上看了很多都没解决,我在services.xml中是这样写的: <messageRe原创 2016-06-13 17:43:05 · 534 阅读 · 0 评论 -
axis2超时时间
在1.7.3中默认超时时间是60s,设置socket超时时间只有options.setProperty(HTTPConstants.SO_TIMEOUT, 100000)这句话有效。在1.6.2中默认超时时间是30s,设置socket超时时间options.setTimeOutInMilliSeconds(20000);options.setProperty(HTTPConstant原创 2016-06-14 15:05:18 · 4193 阅读 · 0 评论 -
将ofbiz中的service对外暴露为标准webservice接口
使用axis2的方法为http://wangronaldo.iteye.com/blog/1456441.使用axis2发布的接口只有参数没有request和servletContext,而ofbiz中要使用servletcontext来得到dispatcher来调用服务.可以增加一个过滤器过滤axis2的servlet原创 2016-11-19 13:55:00 · 975 阅读 · 0 评论