Click here to Skip to main content
15,897,891 members

Comments by Andrey Golubtsov (Top 9 by date)

Andrey Golubtsov 14-Apr-15 3:36am View    
Deleted
...
Andrey Golubtsov 13-Apr-15 11:03am View    
Deleted
...
Andrey Golubtsov 13-Apr-15 10:59am View    
This doesn't work.
Andrey Golubtsov 13-Apr-15 10:33am View    
I select node : XmlNode node = docreq.SelectSingleNode("soapenv:Envelope");
and in this node i want to change attribute xmlns:soapenv="http://somelink.com" .
I had: soapenv:envelope xmlns:soapenv="http://somelink.com"
I want to change it like : <soapenv:envelope xmlns:soapenv="NEWLINK">
Andrey Golubtsov 10-Apr-15 9:53am View    
Now its clear . My text displayed as i want . Thanks alot !
Problem was in Save Method because it use xml encoding(as you say) .