I am trying evaluate the effectiveness of your hosted 1003 service and have been unable to authenticate. I'm using SoapUI Pro and followed the instructions from an earlier forum post but was unable to authenticate:
<faultstring>The security token could not be authenticated or authorized</faultstring>
After several attempts the service now returns
<faultstring>Server unavailable, please try later</faultstring>
Can you confirm the format of the ws-security header is correct? (the user name has been change to protect the innocent)
<soapenv:Header>
<wsse:Security soapenv:actor="user" soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-13" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:Username>XXXXX</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">oPSA1sbRA3oDlznh23rKGeBIt+E=</wsse:Password>
<wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">Jk6xndCc0+vPHjBkp42+FA==</wsse:Nonce>
<wsu:Created>2010-02-05T14:17:24.951Z</wsu:Created>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>