Thanks for the replies Matt and Ivan.
I have made some changes in the wsdl and re-generated the web services. I an using Web service explorer in RAD for
testing the web services generated. I am able to see the correct request XML being generated now.
However, still getting the following Exception:
org.xml.sax.SAXException: No deserializer for {http://www.w3.org/2001/XMLSchema}anyType
After searching the solution for the problem on google I found that for Complex Types customer deserializers are to be registered. But I don't know how to do that.
Can anyone tell me how to register own deserializers in Axis or point me to a tutorila/example on net?
Thanks,
Me