WSE 2.0 Item Templates for Visual Studio .NET 2003
Posted by: benjaminms blog,
on 02 Apr 2005 |
View original | Bookmarked: 0 time(s)
Kirk Allen Evans has put up a set
of Visual Studio .NET Item Templatesthat make it easier to create WSE SoapClient
or SoapReceiver classesincluding removing the grunt work of adding a reference
to the Web Services Enhancements 2.0library. John
Bristowe gives some background on SoapClient and SoapReciever. This layer
of the WSE programming modelprovides moredirect access to sending and
recieiving messages (rather than hiding those details behind method calls).
Thinkingmore explicitly about sending...