Welcome to MSDN Blogs Sign in | Join | Help

July 2005 - Posts

WSE 3 July CTP is available

The new WSE CTP is here . This runs on the July Whidbey CTP, so you'll need to upgrade from Whidbey Beta2 if you've been using the previous WSE CTP. Also please note the following known issue: Known Issue(s): 1. The Add Web Reference feature in the July
Posted by NathanA | 0 Comments

Where'd my exception go?

Say you have a WebMethod and a SoapMethod that look like this: [WebMethod] public void Void( string s) { throw new Exception ( "blah" ); } [SoapMethod("Void")] public void Void( string s) { throw new Exception ( "blah" ); } If you call both with generated
Posted by NathanA | 0 Comments

Introductions

I'm a tester working on the next release of Web Services Enhancements. I'll be making some posts about common WSE questions, things I've found that help me do my job, as well as a couple longer posts demonstrating some new features of WSE 3.0. I have
Posted by NathanA | 1 Comments
 
Page view tracker