1. Tutorial for developing Web Services with Apache Axis 1.5 stackoverflow.comI'm new to Web Services under Apache Axis and I've worked through this tutorial which was really helpful (written for beta1, but seems to work up to 1.2) I'm having ... |
2. Tutorial about XMLObject stackoverflow.comAppreciate anyone could point me to a nice tutorial of using XMLObject from org.apache.xmlbeans. I have been doing axis2 which gives me a response of XMLObject. However, I can't get to ... |
3. Axis 1.2.1 wsdd tutorial stackoverflow.comHave been googling for a while, but I don't find any page wich explains CLEARLY what is each element from the wsdd file. I want to know what does the transport ... |
4. Apache Axis Live: A Web Services Tutorial by James Goodwill coderanch.com |
5. exception while trying Axis Deployment Tutorial coderanch.comThe code 502 seems to be SC_BAD_GATEWAY - that says to me that either your address was bad or the service was not running and your SOAP message never got interpreted. I suspect all those client side exceptions were due to not getting a SOAP message back from the server. The best thing to do now is use TCPMON or something ... |
6. Tutorial on Web Services with AXIS coderanch.com |
7. Axis2 handlers/modules tutorial coderanch.com |
8. Axis 2 tutorial - client class compliation error coderanch.comHi All, I'm new to web services so I've been trying out the following APACHE AXIS 2 tutorial: http://www.roseindia.net/webservices/axis2/apache-axis2-hello-world.shtml I have managed to setup the environment (Axis 2 is running via Tomcat servlet container), create and deploy the web service etc. However, when it came to testing the web service using a simple client class (the last stage)... (instructions from tutorial..) ... |