How does Microsoft support WS-*??? (MSE2.0,MSE3.0, NET3.0)

  • Thread starter Thread starter johnxhc
  • Start date Start date
J

johnxhc

Although I see a lot of reference telling me that MSE.2.0 MSE3.0
support WS-*, but I have not seen any concrete sample on how the WS-*
is supported, for example ws-transfer & ws-address. How does MS
generate the interface compatible with WS-*?

Please advice.
Thanks.
John
 
The documentation is on the MSDN site under Web Service Enhancements (WSE)
3.0. Both WS-Transfer and WS-Addressing are covered under Messaging.

A good starting point is here:
http://msdn2.microsoft.com/en-us/library/ms977317.aspx

WCF also contains the WS-* bits. Here is a sample for WS-Transfer under WCF:
http://www.codeproject.com/soap/WSTransfer.asp



--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*********************************************
Think outside the box!
*********************************************
 
Back
Top