This content has been marked as final.
Show 2 replies
-
1. Re: SOAP Fault - no SOAPAction header
ffang Nov 8, 2011 8:36 PM (in response to mpalvankar)Hi,
I've answered you this question in another thread, just copy it here again, please don't ask same question multiple times
Hi,
The error
faultString: no SOAPAction header!
already told that your request miss a SOAPAction header, SOAPAction is a http header and not in the soap payload, you need add correct SOAPAction header to the message before you send out the request, take a look at to get more details how to do it with camel-http producer.
http://camel.apache.org/http.html
Freeman
-
2. Re: SOAP Fault - no SOAPAction header
mpalvankar Nov 9, 2011 1:43 AM (in response to ffang)Thanks Freeman.
I will close this question and will followup on the other thread.