-
1. Re: Host ESB service as a SOAP Service.
ash316 Nov 20, 2013 8:27 AM (in response to ash316)I want my esb endpoint and wsdl for my clients should be same URL
for ex:
-
2. Re: Host ESB service as a SOAP Service.
tcunning Nov 20, 2013 12:26 PM (in response to ash316)Hi Ashish,
I took a look - are you still having an issue with Validation? JBoss ESB ships its own validation action :
It seems to do something very similar to what you are doing - you might want to replace your custom Validator with it, or maybe by examining the code you can discover what's going wrong in your validator.
Have you taken a look at the webservice_proxy_basic quickstart?
-
3. Re: Host ESB service as a SOAP Service.
ash316 Nov 26, 2013 11:17 AM (in response to tcunning)Yes, The issue is that custom validator does not validate the request against the WSDL. When ever request starts with <SOAP:envelop> It always consider it as invalid request. Also, I cannot hanlle the exception thrown by inbuilt validator gracefully.
Please let me know the correct steps.
Regards
Ashish
-