Guys,
This is a followup to the thread
652540
Since the issue is changed from the actual issue I have to repost with the exact requirement.
I am posting XML data to a https web service which echoes the XML data back. What I observed is the XML posted has white spaces and the XML echoed has eliminated all the white spaces(shown below). Is there a way I can preserve these white spaces in the XML data.
XML Posted :
<?xml version="1.0" ?><cspinput appID="SBCHR" appPassword="Att4me"><user userid="tr0001" action="getInfo"></user></cspinput>
XML Echoed :
<?xml;version="1.0"?><cspinputappID="SBCHR"appPassword="Att4me"><useruserid="tr0001"action="getInfo"></user></cspinput>
Thanks,
Raj.