He returned and reviewed the SoapUI documentation and had no problem a second time. Not sure what I missed. I think I probably missed the timestamp required by the web service.
In SoapUI, I added an outbound WS-security configuration with a username, username, password, and I checked Must Understand.
WSS WSS. 10000 MS. , , Add Nonce Add Created. PasswordText. ( "" ) WSS , . (VB.NET) :
Dim client As New clientService
client.Url = getUrl()
Dim userToken As New UsernameToken(Username, Password, Tokens.PasswordOption.SendPlainText)
Dim requestContext As SoapContext = client.RequestSoapContext
requestContext.Security.Timestamp.TtlInSeconds = 60
requestContext.Security.Tokens.Add(userToken)
client.fooBar()
, .., . , SSL.