Hi,

The error seems to be on the server as indicated by the HTTP error code. Can
you provide more detail on the server/service and if/whether it  is up and
properly functioning (i.e has a listener looking for a soap payload at the
endpoint).

This is not a client side error...

Cheers,

Ashwin... 


gnanda wrote:
> 
> Hi All,
> I am using camel 2.2 with servicemix 4.2
> I am trying to retrieve soapFault message from
> HttpOperationFailedException
> I could able to print the exception as below
> Exception ex =
> exchange.getProperty(Exchange.EXCEPTION_CAUGHT,Exception.class);
> log.info(ex);
> It prints the message as below
> "org.apache.camel.component.http.HttpOperationFailedException: HTTP
> operation failed invoking
> http://localhost/orderapp/OrderProcess?httpClientConfigurerRef=com.pf.simpleconsumer.camelrouter.DefaultHttpClientConfigurer
> with statusCode: 500"
> 
> The above string does not have soapfault message.How would I extract
> soapfault message in my onException() block ?
> How do I retrieve the fault code?
> 
> Any help is appreciated
> 
> 
> 


-----
--- 
Ashwin Karpe, Sr. Principal Consultant, PS - Opensource Center of Competence 
Progress Software Corporation
14 Oak Park Drive
Bedford, MA 01730
--- 
+1-972-304-9084 (Office) 
+1-972-971-1700 (Mobile) 
---- 
Blog: http://opensourceknowledge.blogspot.com/


-- 
View this message in context: 
http://old.nabble.com/reading-soapfault-message-from-HttpOperationFailedException-tp28847433p28850776.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to