> In spite off all the links and tips i found on the internet, i still
> haven't the WSE 3 add-in in VS2005 pro.
[quoted text clipped - 4 lines]
> Thanks,
> Jurgen.
To work around the problem, i modified the generated proxy base class
from System.Web.Services.Protocols.SoapHttpClientProtocol to
Microsoft.Web.Services3.WebServicesClientProtocol.
The WSE Hands On Lab examples are working now !
Howard Hoffman - 31 Jul 2006 16:40 GMT
There's a glitch with the WSE3 installation regarding Visual Studio
integration. If you've just installed Visual Studio and not yet actually
run it, when you install WSE3 for Visual Studio Developer, the WSE3
Properties menu item is not installed onto the Project context menu within
Visual Studio -- and Update Web References will not product the WSE3 derived
classes that you need.
You have to actually run Visual Studio once before the installation for WSE3
will sync up correctly.
HTH,
Howard Hoffman
>> In spite off all the links and tips i found on the internet, i still
>> haven't the WSE 3 add-in in VS2005 pro.
[quoted text clipped - 10 lines]
>
> The WSE Hands On Lab examples are working now !