'wcf soap PasswordText

I need to call an SOAP service passing username and password with WSS-Type equal "PasswordText". This service is running in SoapUI

SoapUI setting

I have coded my constructor with the credentials needed, as below picture:

Constructor with credentials

I have bound the channel in this way:

Channel Binding

The credentials are being sent, but I receive an error from the service telling me that the security module was not setted.

Credentials

I guess that the reason is a need to set WSS-Type as "PasswordText" - plain text authentication. Does anybody know how to do that?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source