Hi all, I am developing Web Service using WSDL 2.0. This is Contract first Web Service. I was able to generated the Axis Server side code and Client Side code successfully. My problem is when I drop the aar file into the service folder Tomcat 6 hangs, it is not able to deploy the service. So I uploaded the aar file through admin console and it displayed the message service successfully deployed. But when I tried to access the WSDL it generates the fault Cannot create wsdl 1.1. I don't understand why is it trying to create WSDL 1.1 when I have specified WSDL 2.0 when generating the code using codegen. The service.xml file contains the parameter useOriginalwsdl = true.
Would really appreciate if someone give me a pointer. I am sure I am missing some configuration here. regards