Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
12871 Points
1786 Posts
Apr 13, 2012 02:02 AM|LINK
If you have XMLRequest string, then you can use Webrequest to call your web service as the above you described, and then read the XML response stream using XmlTextReader whose Read() method to progress through the nodes. Here is a article about it.
http://www.noboxsolutions.com/xmltextreader_stream.aspx
Peter pi - M...
Star
12871 Points
1786 Posts
Re: Creating DHL package label through a web service...
Apr 13, 2012 02:02 AM|LINK
If you have XMLRequest string, then you can use Webrequest to call your web service as the above you described, and then read the XML response stream using XmlTextReader whose Read() method to progress through the nodes. Here is a article about it.
http://www.noboxsolutions.com/xmltextreader_stream.aspx
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework