Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have created a hello world apps in c# web service. Below is the soap envelope created.
XML
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:HelloWorld/>
   </soapenv:Body>
</soapenv:Envelope>



How do i change the default schema "
http://schemas.xmlsoap.org/soap/envelope/[^] " I need to use ""http://www.w3.org/2003/05/soap-envelope[^] instead.

I am facing issues with a third party tool having this namespace, without changing the namespace it is not working thats why.

It is bit urgent.Anybody please help.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900