coolani
13 years agoNew Contributor
Need help !!
Hello all
I am new to soapui world and trying to test the web service which gives citizenship verification information in response by giving SSN and name in request.But the response I am getting for some portion of test data
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header>
<Action xmlns="http://www.w3.org/2005/08/addressing">some URL </Action>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:21ed44d6-c849-4211-8a4c-0233f6b4e83c</MessageID>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">uuid:76a43e46-133c-406c-9e82-a2adc4d90fe0</RelatesTo>
</soap:Header>
<soap:Body>
<exch:SSACompositeResponse xmlns:exch=".............">
<ssac:SSACompositeIndividualResponse xmlns:ssac="........................">
<ssac:ResponseMetadata>
<ssac:ResponseCode>HX005001</ssac:ResponseCode>
<ssac:ResponseDescriptionText>Unexpected Exception Occurred at Trusted Data Source</ssac:ResponseDescriptionText>
</ssac:ResponseMetadata>
<ssac:PersonSSNIdentification>118541701</ssac:PersonSSNIdentification>
</ssac:SSACompositeIndividualResponse>
</exch:SSACompositeResponse>
</soap:Body>
</soap:Envelope>
Can anyone tell me why am I getting such response like "Unexpected Exception Occurred at Trusted Data Source" and why for some test data not for all test data?
Thanks !!
I am new to soapui world and trying to test the web service which gives citizenship verification information in response by giving SSN and name in request.But the response I am getting for some portion of test data
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">
<soap:Header>
<Action xmlns="http://www.w3.org/2005/08/addressing">some URL </Action>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:21ed44d6-c849-4211-8a4c-0233f6b4e83c</MessageID>
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing">uuid:76a43e46-133c-406c-9e82-a2adc4d90fe0</RelatesTo>
</soap:Header>
<soap:Body>
<exch:SSACompositeResponse xmlns:exch=".............">
<ssac:SSACompositeIndividualResponse xmlns:ssac="........................">
<ssac:ResponseMetadata>
<ssac:ResponseCode>HX005001</ssac:ResponseCode>
<ssac:ResponseDescriptionText>Unexpected Exception Occurred at Trusted Data Source</ssac:ResponseDescriptionText>
</ssac:ResponseMetadata>
<ssac:PersonSSNIdentification>118541701</ssac:PersonSSNIdentification>
</ssac:SSACompositeIndividualResponse>
</exch:SSACompositeResponse>
</soap:Body>
</soap:Envelope>
Can anyone tell me why am I getting such response like "Unexpected Exception Occurred at Trusted Data Source" and why for some test data not for all test data?
Thanks !!