This content has been marked as final. 
    
Show                 2 replies
    
- 
        
1. Re: Differentiating JSON (Rest WS) and SOAP message in JBOSS ESB Message Pipeline
noelo Sep 5, 2012 9:17 PM (in response to ashok.rajendran)You could look at the message body and check for the soap envelope/header/body tags. Possibly using a regex content based router.
 - 
        
2. Re: Differentiating JSON (Rest WS) and SOAP message in JBOSS ESB Message Pipeline
hitjain_83 Oct 19, 2012 5:35 PM (in response to ashok.rajendran)Hi Ashok,
Can you share the server and client code snippet to process the http json request in an ESB.
I am interested to see how would the clients pass on the request and how would esb decompose it.
Thanks!!