Hello everyone,
Well I have successfully created web services (I am not using any tools) writing in
Java.
I have written the application for Apache-SOAP AND for Apache-AXIS.
- With AXIS, there is no problem since the
Tomcat main page. The Tomcat Manager allows us to see the wsdl files generated by AXIS.
- With
SOAP, I cannot do it !
Unfortunately, the customer does not use AXIS and needs the WSDL files to create the client side.
Now, is there a way I could convert the Java codes to WSDL? I remind you that I don't have any tool installed on my machine. .
Thank you very much for your time.