AXIS2的接口调用常见以及不常见问题
问题1:
接口正常使用中,突然不可用了,报错如上:
问题1解决方案:
_operationClient.getOptions().setProperty(org.apache.axis2.transport.http.HTTPConstants.CHUNKED, Boolean.FALSE);
将以上代码加入,即可解决上述问题。
方案来源:https://stackoverflow.com/questions/2165010/org-apache-axis2-axisfault-first-element-must-contain-the-local-name-envelope