Discussions

XML & Web services: My WSDL file

  1. My WSDL file (2 messages)

    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 --------------------------------------

    Threaded Messages (2)

  2. Re: My WSDL file[ Go to top ]

    change the following line: elementFormDefault="unqualified" to: elementFormDefault="qualified" Any more questions, please ask on axis-dev or axis-user mailing lists. -- dims
  3. Fixed![ Go to top ]

    Thanks Dims, Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1