Error accessing WSDL-- makeTypeElement() error

2004-04-02 Thread akshay kumar
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

Where can I find "org.w3.www._2001.XMLSchema.Any" class

2004-04-01 Thread akshay kumar
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

Error accessing WSDL of a hosted web service

2004-03-30 Thread akshay kumar
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

Packaging and deploying web Service in AXIS

2004-03-30 Thread akshay kumar
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

WSDL2Java - Undefined package/class org.w3.www._2001.XMLSchema. being referenced

2004-03-30 Thread akshay kumar
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