Generate Soap Headers with asp.net

Posted by Phil on Stack Overflow See other posts from Stack Overflow or by Phil
Published on 2010-03-09T11:29:59Z Indexed on 2010/03/09 11:36 UTC
Read the original article Hit count: 186

Filed under:
|
|
|
|

I am looking for the asp.net vb syntax to write;

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body xmlns:ns1="http://its/foo.wsdl">

With an xmlwriter

Any help greatly appreciated, I'm very stuck! Thanks.

© Stack Overflow or respective owner

Related posts about soap

Related posts about web-services