Forum Discussion

Jigar_Thakkar's avatar
15 years ago

Action for ultimate recipient is required but not present in

Hi Experts ,

I need your help.
I am gettinh below response in SOAPUI.

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<soap:Header>
<wsa:Action>http://schemas.xmlsoap.org/ws/2004/08/addressing/fault</wsa:Action>
<wsa:MessageID>urn:uuid:0fa799e7-fa16-4b3e-b290-bc07a017a388</wsa:MessageID>
<wsa:RelatesTo>urn:uuid:fdb7ccf0-d696-4f84-8c0f-7ee98e4ea605</wsa:RelatesTo>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
<wsse:Security>
<wsu:Timestamp wsu:Id="Timestamp-77027fc1-6d21-4621-9085-40820bad21b7">
<wsu:Created>2010-11-09T14:27:31Z</wsu:Created>
<wsu:Expires>2010-11-09T14:32:31Z</wsu:Expires>
</wsu:Timestamp>
</wsse:Security>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode xmlns:q0="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">q0:Security</faultcode>
<faultstring>Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message.</faultstring>
<faultactor>http://89.234.8.200:8085/shareTaxDataExchangeWebService/NonLiveSchema.asmx</faultactor>
</soap:Fault>

</soap:Body>
</soap:Envelope>


My header is

<soap:Header>
<wsse:Security soap:mustUnderstand="true" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-1" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:Username>pguser</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">pgpassword</wsse:Password>
<wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">a6VCqMf09lKjTV99/lwnYw==</wsse:Nonce>
<wsu:Created>2010-11-09T14:28:30.046Z</wsu:Created>
</wsse:UsernameToken>
</wsse:Security>
</soap:Header>

Please give your opinion.

Regards ,
Jigar.
No RepliesBe the first to reply