Displaying 1 result from an estimated 1 matches for "incorrect_request".
2007 Sep 21
2
ActionWebServer and SOAPFault
...d
The requirement from the vendor is that if such customer does not exist
I have to send back to client SOAPFault message with faultcode =
"error", faultstring = "no such customer" and such detail:
<error>
<param id="errorCode" label="Error code">incorrect_request</param>
<param id="errorDescr" label="Error description">Custome with such
customer_id does not exists</param>
</error>
I''m cant figure out how to construct such SOAPFault message and send it
back. Please help me, with some example code if possi...