How to generate a SOAP client code?
-
To generate a SOAP client from a WSDL document, please use the following open-souce tools:
-
PHP User:
- Download wsdl2php https://github.com/rquadling/wsdl2php
- Extract the package
- Use the command tool - wsdl2php {Purecast WSDL URL}
-
Java User:
- Download wsdl2java http://cxf.apache.org/docs/wsdl-to-java.html
- Extract the package
- Use the command tool - wsdl2java {Purecast WSDL URL}