Jump to content

Remove Namespace in the root tag


EENew02

Recommended Posts

Hi,I have created a wsdl, and when I try to send a request to that service and the output of the message is <orderNew xmlns="http://test.abc.com">'>http://test.abc.com"> <orderid>123</orderid></orderNew>How do I remove this part (xmlns="http://test.abc.com") from the wsdl, so that the message can come out as <orderNew> <orderid>123</orderid></orderNew>Has something to do with namespace.Please assist. Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...