I want to send custom xml if the validation fails in validateMessage() to the webservice client. I am using Spring Integration and tried to send custom xml to errorChannel using...
Type: Posts; User: vik; Keyword(s):
I want to send custom xml if the validation fails in validateMessage() to the webservice client. I am using Spring Integration and tried to send custom xml to errorChannel using...
Thanks a lot man....
Its working :) :)
Thanks harish.. But the problem is not yet resolved.
This is my original soap message sent from soapUI
<soapenv:Envelope>
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1"...
How can i read the usernameToken and Password from SOAP header in EndPointInterceptors.
Below is my SOAP header.
<soapenv:Header>
<wsse:Security soapenv:mustUnderstand="1"...
Thanks for responding..
I'll try it :)
Hi!
I am a newbie to Spring and Spring Integration. I am using Spring webservice from past 1 week. I wanted to log the request (header + payload) coming from webservice gateway to the database, so...
Hi All,
I am new to Spring Integration. I would like to know how exception/error is handled in Spring Integration.
In the sample code which i tried throws MessageHandlingException but the...