Hi All,

I'm having quite a bad time trying to set up a SOAP client in Java.

SOAP server is properly running and tested with Zend_Zoap_Client.

I'm using Axis2's WSDL2Java library to generate the Java classes that
map the PHP class declared on the SOAP service, but seems to be that one
file is missing.

The public class at the SOAP server is Soap_Services_Cajero.

The WSDL2Java generated files are:
Soap_Services_CajeroBindingStub.java
Soap_Services_CajeroPort.java
Soap_Services_CajeroService.java
Soap_Services_CajeroServiceLocator.java

I've followed this tutorial:
http://users.skynet.be/pascalbotte/rcx-ws-doc/present.htm
to make create the SOAP client on Java. As I see on that tutorial, the
Soap_Services_Cajero class should also be created, but is missing.

Any ideas?

If anybody has done something similar, I would greatelly appreciate the
help.

Best regards.
Marc

Reply via email to