-
1. Re: Adding wsse security to soap request?
tcunning Jun 18, 2013 9:26 AM (in response to boy18nj)1 of 1 people found this helpfulHi Aman,
There's not really an out-of-the-box solution, but what people have been doing is using a transformation to add the security headers to the request :
-
2. Re: Adding wsse security to soap request?
boy18nj Jun 21, 2013 10:40 AM (in response to tcunning)Tom,
In this post- https://community.jboss.org/message/597932
Tom Fennelly says-
As I just pointed out to someone else... better idea would be to avoid that soapUI client and instead use an action pipeline that string a transformer action (to generate the SOAP payload) together with a HttpRouter action (to route the SOAP payload to the endpoint and get back the response).
On the face of it, it may seem like a bit more work, but you have full control and visibility with this option. My bet is that you'd get this working a lot faster and with a lot less bother.
Is this good idea to use HTTP Router to send soap message?