Hai
I am developing an webservice which need to return out as XML file e.g(<ResponseXml><TransactionId >101398</TransactionId ></ResponseXML>)
But my web service is returning like this(<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="lax"><ResponseXml><TransactionId >0</TransactionId>) can any one tell how can i remove the extra lines while returning here i want to remove (<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="lax"> this lines i want tp cut please suggest me how do i procede
I am developing an webservice which need to return out as XML file e.g(<ResponseXml><TransactionId >101398</TransactionId ></ResponseXML>)
But my web service is returning like this(<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="lax"><ResponseXml><TransactionId >0</TransactionId>) can any one tell how can i remove the extra lines while returning here i want to remove (<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="lax"> this lines i want tp cut please suggest me how do i procede