Click here to Skip to main content
15,883,887 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My Service Returns :

XML
<s:Body>
  .....
  .....
</s:Body>

But we need like this
XML
<s:Body xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd=http://www.w3.org/2001/XMLSchema >
 ......
 ......
</s:Body>
Posted
Updated 10-Oct-13 2:16am
v2
Comments
Richard C Bishop 10-Oct-13 17:32pm    
What does the code look like that is returning the XML?

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