G
Guest
Hi all,
The client is sending a SOAP body with the following information:
<soap:Body>
<MyFunction xmlns="http://mycompany/services/t1">
<header>
... Custom Elements Here
</header>
<body>
... My Function Call Parameters Go Here (The regular stuff)
<MyID>1</MyID>
</body>
</MyFunction>
</soap:Body>
As you see this is very different than a normal web service call ...
what is the best way to parse such data in .NET?
P.S. How about sending such data ... I'll probably need to build a test
client to send samples to myself.
Thanks!
The client is sending a SOAP body with the following information:
<soap:Body>
<MyFunction xmlns="http://mycompany/services/t1">
<header>
... Custom Elements Here
</header>
<body>
... My Function Call Parameters Go Here (The regular stuff)
<MyID>1</MyID>
</body>
</MyFunction>
</soap:Body>
As you see this is very different than a normal web service call ...
what is the best way to parse such data in .NET?
P.S. How about sending such data ... I'll probably need to build a test
client to send samples to myself.
Thanks!