Archive |
2006 |
01 |
02 |
03 |
04 |
05 |
06 |
07 |
08 |
09 |
10 |
11 |
12 |
|
|
|
Retrieving XML from Web services
Thursday, August 05, 2004 11:35 PM
A client of mine was trying to access a remote Web service from a .NET client, written in Delphi 8. We needed to see the actual XML returned from the Web service, but that turned out to be trickier than we thought. We couldn't use ProxyTrace, so I had to find a way to extract the XML programmatically. This article describes what I ended up doing, and provides code that automatically handles this task.
|