Hi, I'm testing latest nightly buils Axis2 war. I noticed that every element in response SOAP message has namespace definition.
If you see version service via REST call like this, http://localhost:8080/axis2/rest/version/getVersion you could see this, <ns:getVersionResponse xmlns:ns="http://axisversion.sample/xsd"> <ns:return xmlns:ns="http://axisversion.sample/xsd">Hello I am Axis2 version service , My version is #axisVersion# #today#</ns:return> </ns:getVersionResponse> "return" element also has xmlns:ns="http://axisversion.sample/xsd". I feel this definition NOT needed. <ns:getVersionResponse xmlns:ns="http://axisversion.sample/xsd"> <ns:return>Hello I am Axis2 version service , My version is #axisVersion# #today#</ns:return> </ns:getVersionResponse> is enough. Is this needed ? Regards, kinichiro __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
