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 CTP version of Visual Studio 2005 does not generate a WSE enabled proxy A simple workaround would be to modify the generated proxy base class from System.Web.Services.Protocols.SoapHttpClientProtocol to Microsoft.Web.Services3.WebServicesClientProtocol

 

2. The Update Web Reference feature in the July CTP version of Visual Studio 2005 will generate an error. One workaround would be to delete the existing web reference and add it again by using the Add Web Reference feature. Additionally, you would also need to modify the generated proxy base class from System.Web.Services.Protocols.SoapHttpClientProtocol to Microsoft.Web.Services3.WebServicesClientProtocol