Hi Pablo,
Sorry, I should have included the parameter types in my call; I'm using a
UsernameToken:
new UsernameToken(login, password, PasswordOption.SendHashed);
And this was the method signature to anoint my proxy with the various tokens:
public void ConfigureProxy(WebServicesClientProtocol proxy,
UsernameToken token)
Thanks!
-Mike
> Hi Mike,
>
[quoted text clipped - 60 lines]
> >
> > -Mike
Pablo Cibraro - 14 Mar 2006 22:15 GMT
Hi Mike,
In that case, you must include the UsernameToken in the message.
proxy.RequestSoapContext.Security.Tokens.Add(token);
Try with that one and let me know.
Regards,
Pablo.
> Hi Pablo,
>
[quoted text clipped - 83 lines]
>> >
>> > -Mike