Forum Discussion

jchhay's avatar
jchhay
New Contributor
12 years ago

No response message

Hello, I'm using SOAP with WS security but I am unable to receive the proper response messages. I'm hoping someone can point me to the right direction. What I'm getting is:

<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Body>
<soapenv:Fault>
<soapenv:Code>
<soapenv:Value>soapenv:Receiver</soapenv:Value>
</soapenv:Code>
<soapenv:Reason>
<soapenv:Text xml:lang="en-US">java.lang.RuntimeException</soapenv:Text>
</soapenv:Reason>
<soapenv:Detail/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>


Wed Aug 22 15:34:04 PDT 2012:DEBUG:Attempt 1 to execute request
Wed Aug 22 15:34:04 PDT 2012:DEBUG:Sending request: POST http://xt33app280vm:5080/webservices/se ... thSecurity HTTP/1.1
Wed Aug 22 15:34:05 PDT 2012:DEBUG:Receiving response: HTTP/1.1 500 Internal Server Error
Wed Aug 22 15:34:05 PDT 2012:DEBUG:Connection can be kept alive indefinitely
Wed Aug 22 15:34:05 PDT 2012:INFO:Got response for [WithSecurity.WireAdd:Request 1] in 678ms (390 bytes)
No RepliesBe the first to reply