A Concept - Posted on 13 Oct. 2009 at 12 PM, Kuala Lumpur, Malaysia
Since web service is working on top of HTTP, so technically it's possible to call web service through HTTP adapter.
The problem arise is to convert the outgoing XML message in the HTTP body into SOAP-XML prior to sending the message over HTTP, and to convert it back from SOAP-XML into just XML format while receiving it from the partner system.
How do we add in SOAP envelope when sending it out and remove it when receiving it back? One elegant way is to use XSLT to do these transformations.
Life is beautiful! Let's make it meaningful and colorful!