Hello,
I am trying to get a simple hello world request to go through, but am having problems correctly mapping the properties of a UsernameToken to the SOAPUi authority checkbox. Can someone please help?
Alphanumeric codes have been changed to the name of a tasty steak sauce to protect the innocent
request:
<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="
http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:HelloWorld/>
</soapenv:Body>
</soapenv:Envelope>
token:
<microsoft.web.services3>
<security>
<binarySecurityTokenManager>
<add valueType="
http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3">
<keyAlgorithm name="RSA15"/>
</add>
</binarySecurityTokenManager>
<securityTokenManager>
<add localName="UsernameToken" type="Microsoft.Web.Services3.Security.Tokens.UsernameTokenManager, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a1a1a1a1a1a1a1a1" namespace="
http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<keyAlgorithm name="AES128"/>
</add>
</securityTokenManager>
</security>
</microsoft.web.services3>
Thanks very much!