
WebService
文章平均质量分 66
yexianyi
Software Architect @ Siemens
Email: yexianyi@hotmail.com
Linkedin: http://cn.linkedin.com/in/yexianyi/
Github: https://github.com/yexianyi/
展开
-
SOAP Exception:com.ctc.wstx.exc.WstxParsingException: Unexpected close tag ; expected .
Issue: When I sent a soap request to Server, I got following error response. Exception: S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> S:Body> S:Fault xmlns:ns4="http原创 2009-12-30 14:04:00 · 15465 阅读 · 0 评论 -
SOAPUI Exception:ERROR:java.net.ConnectException: Connection timed out: connect Solution
Issue: When you test a free Web Service using SoapUI, you might be always got following exception. Wed Mar 24 14:09:07 CST 2010:ERROR:java.net.ConnectException: Connection timed out: connect Reaso原创 2010-03-25 10:22:00 · 2925 阅读 · 0 评论 -
WS Client: Set Endpoint Address in JAX-WS Client
Set Endpoint Address in JAX-WS Client Example: 1 try { 2 HelloService service = new HelloService ( 3 new URL("http://new/endpoi转载 2010-08-26 11:09:00 · 1505 阅读 · 0 评论 -
SOAP Binding: Difference between Document and RPC Style Web Services
SOAP Binding: Difference between Document and RPC Style Web Services20FLARES Twitter 1Facebook 9Google+ 8LinkedIn 2Email --Filament.ioA Tutorial on RPC Vs Document Style WSDL SOAP binding转载 2015-11-12 12:11:04 · 1276 阅读 · 0 评论 -
Axis2 Exception: org.apache.axis2.AxisFault: Timeout waiting for connection Solution
Issue: When you invoke a Web Service using Axis2 Client, you may often got following exception. org.apache.axis2.AxisFault: Timeout waiting for connection at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.transport.原创 2010-09-08 17:45:00 · 4608 阅读 · 1 评论 -
Axis Plugin: java.lang.NoClassDefFoundError: org/apache/axis2/databinding/ADBBean
Issue: When you use Axis2 Service Archiver plugin for Eclipse, you may got following exception. java.lang.NoClassDefFoundError: org/apache/axis2/databinding/ADBBean Reason: I think this is a bug for Axis plugin, because the old cache data for your last原创 2010-08-30 16:09:00 · 6333 阅读 · 1 评论