UsernameToken throws configuration error



Im a beginner with wse 2.0 and im trying to just create a soap
envelope with a wsse:security header. I want to have a usernameToken
inside the header and I user this code:

Dim ut As UsernameToken = New UsernameToken("user", "password",
PasswordOption.SendPlainText)

and i get an error reading my config file. I did some searching
online and everyone says I have to create a customer authenticator to
use usernametoken. but im not authenticating anything. the service
is run by one of our vendors and they will authenticat. I just want
to send them the password. what am I doing wrong?

.



Relevant Pages

  • RE: UsernameToken throws configuration error
    ... envelope with a wsse:security header. ... and i get an error reading my config file. ... online and everyone says I have to create a customer authenticator to ... BizTalk Utilities - Frustration free BizTalk Adapters ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • RE: UsernameToken throws configuration error
    ... envelope with a wsse:security header. ... and i get an error reading my config file. ... online and everyone says I have to create a customer authenticator to ... BizTalk Utilities - Frustration free BizTalk Adapters ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: UsernameToken throws configuration error
    ... envelope with a wsse:security header. ... online and everyone says I have to create a customer authenticator to ... i cant chnge my pass word what to do for it ... BizTalk Utilities - Frustration free BizTalk Adaptershttp://www.topxml.com/biztalkutilities ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: UsernameToken throws configuration error
    ... envelope with a wsse:security header. ... and i get an error reading my config file. ... online and everyone says I have to create a customer authenticator to ... I dont know what happened but when I created a brand new solution in ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: WSE 3.0 Policy and Encrypting Custom Headers (XML Encryption Spec)
    ... >I am curious if WSE 3.0 policy or any other features of WSE 3.0 make it ... > easier to encrypt custom soap headers to conform to the Xml Encryption ... > localization header, etc). ...
    (microsoft.public.dotnet.framework.webservices.enhancements)

Loading