Hi!
When I used WSE SP2 to generate a client proxy for a client configured to
use WSE I got both the WS client proxy class AND the client proxy class
including WSE 2.0 which gets named <webservicename>Wse. the first inherits
like this:
public class ServiceName :
System.Web.Services.Protocols.SoapHttpClientProtocol
the second inherits like this:
public class ServiceNameWse :
Microsoft.Web.Services2.WebServicesClientProtocol
Then I upgraded to SP3 and later tried to update my web reference. The
client proxy generated did now not include the Wse extended class from above
but only the one which inherits from
System.Web.Services.Protocols.SoapHttpClientProtocol! This is a major problem
in my development so please help!
It took a few hours to exclude all other possible reasons for this error.
Finally I deinstalled SP3 and reinstalled the older SP2. Guess what: It
workes!
As I see it there's a bug in the wsewsdl2.exe in SP3 which does not allow
for generation of the client proxy inheriting from
Microsoft.Web.Services2.WebServicesClientProtocol!
What to do? Anyone?
/Magnus - NoopMan ;~)
Magnus Mårtensson - 20 Oct 2005 08:28 GMT
Seriously!? Noone have come accross this problem?
Right now I'm updating web references on a virtual machine since it does
seem to work on a server version but not on my XP machine. I've tried to
uninstall WSE and install clean from the sp 3 only but that does not work
either. The WSE code is there and i can run my project of it's references ok
but I still can't update web references using it.
Please Help!
/Magnus - NoopMan ;~)