Figured this one out.
There was an exception in the HTTPInvoker class that was not getting
printed.

java.lang.IllegalArgumentException: The content cannot be null
        at
org.apache.commons.httpclient.methods.StringRequestEntity.<init>(StringRequestEntity.java
:75)
        at
org.apache.servicemix.components.http.HttpClientMarshaler.fromNMS(HttpClientMarshaler.jav
a:109)

Even though the exception is being caught in HTTPInvoker :
line 71: throw new MessagingException("Error executing http request", e);
the error was not getting printed anywhere in the log.

Setting the content in the message fixed the problem.

Thanks
Pat
--
View this message in context: 
http://www.nabble.com/HTTPInvoker-usage-t1805698.html#a4934760
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to