Hello,
I have looked at all of the sample files included with WSE 3.0 and have
not been able to find a good sample of how to use WSE to create a SOAP
message with the WS-Addressing headers in it.
Many of the samples seem to show how to receive a SOAP message with
WS-Addressing headers but I do not see any that show how to actually
create the appropriate SOAP headers.
Thanks
GM
Pablo Cibraro [MVP] - 11 Oct 2006 14:55 GMT
Hi,
You can get the Addressing headers using the property
<proxyClass>.RequestSoapContext.Addressing
<proxyClass> is the web service proxy created by WSE (Using the Addin in
Visual Studio or the tool wsewsdl3.exe).
WSE automatically creates the addressing headers for you, but you can use
that property to modify some of them.
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
> Hello,
>
[quoted text clipped - 8 lines]
> Thanks
> GM