初学webService踩过的坑
http://ip:端口号/cwbase/service/jtgl/MailInfoRecevie.asmx
上面这个地址在用soapUi测试的时候,直接填到下面,就报了个异常org.apache.xmlbeans.XmlException: error: does not close tag
.网上查了2个小时说是改这改那,没成。
最后后面加了个?wsdl好了。
http://ip:端口号/cwbase/service/jtgl/MailInfoRecevie.asmx
上面这个地址在用soapUi测试的时候,直接填到下面,就报了个异常org.apache.xmlbeans.XmlException: error: does not close tag
.网上查了2个小时说是改这改那,没成。
最后后面加了个?wsdl好了。