Hello,
i have a problem with the errror responses of a Yahoo REST WebService. The
Error Response from Yahoo [
http://search.yahooapis.com/WebSearchService/V1/contextSearch ] is:
<?xml version="1.0" encoding="UTF-8"?>
<Error xmlns="urn:yahoo:api">The following errors were detected:
<Message>invalid value: appid (empty or missing)</Message>
<Message>invalid value: query (empty or missing)</Message>
<Message>invalid value: context</Message>
</Error>
When i try to recieve this message, i get the following exception:
Exception in thread "main" java.lang.IllegalArgumentException: The
MessageContext does not have an associated SOAPFault.
The Problem is that it is not possible for me to recieve this error, bcos this
exception. Why does the error response neet do be a SOAPFault? I the example
RESTClient [ http://ws.apache.org/axis2/1_3/rest-ws.html ].
Thank you
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]