Hello,
I write a WSDL and used Axis2 generate tool to generate all codes and implement a simple service for testing. I successfully port the service to Axis2 http engine, and successfully test it by Eclipse Web Service Explore (official plugin). But I found the response is not qualified:
-------------------------------beginning of response------------------------
gh [TSX]
288
----------------------------------------end of response----------------------------------
You can find has a empty namespace, this causes my client can't parse it correctly. I am using kSoap2 running on a Java phone.
My question would be "What does problem my WSDL file have? And how to correct it in order to have a correct namespace of RESULT element?" I don't want to change the code generated by Axis2's WSDL2JAVA.
The WSDL is enclosed below. Anyone can help?
Thanks,
Wallace Zou
------------------------------------- beginning of wsdl ----------------------------------
------------------------------------- end of wsdl --------------------------------------