Hi All;
I have hosted a web service using Axis with Tomcat. I can see the service hosted pretty well with all its exposed functions in the http://localhost:8080/axis/servlet/AxisServlet page.
I can even invoke the functions from the browser.
However i cant access the WSDL by clicking on the WSDL h
Hi All;
I have used WSDL2Java to generate server side skeleton code.
AXIS generates the following signature for one of the operations:
public org.w3.www._2001.XMLSchema.Any getEventProperty(javax.xml.namespace.QName PropertyRequest)
When i try to compile the code, it cant find the return type "org
Hi All;
I am getting the following error when I try to access the WSDL for my web service.
I can see the web service listed with all its exposed methods at http://localhost:8181/axis/servlet/AxisServlet
Fault - makeTypeElement() was told to create a type "{http://www.ibm.com/xmlns/stdwip/web-servi
Hi All;
I have a web Service that i want to host on AXIS.I have all the code compiled with me.
The code is categorised into various different packages and folders.
Can anyone tell me how can I best deploy all these classes and where exactly under AXIS root should I be placing these files?
My folde
Hi All;
I am using AXIS 1.1 to generate Client and Server side stubs/skeleton.When i try to compile the Skeleton, it complains about class/package not found.(org.w3.www._2001.XMLSchema.Any)
When i see the generated packages, i dont see this package or class at all. So i am wondering why and how is