谁有最简单的SOAP例子程序?
我的服务器用apache soap
照<Java SOAP编程指南>上的HelloWorld例程
客户端HelloWorldClient发出异常:
SOAPException: faultCode=SOAP-ENV:Client; msg=No Serializer found to serialize a 'org.apache.soap.rpc.Call' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.; targetException=java.lang.IllegalArgumentException: No Serializer found to serialize a 'org.apache.soap.rpc.Call' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.
谁能帮帮我?