Vikas,
To invoke a webMethods service using the SOAP:Message encoding style (also known as document literal), you need to first create a service that will use the pub.soap.utils:getBody service to extract the payload or document to be processed from the body of the soap message. You then need to convert the body object to a document to be processed.
To invoke this service you must post an XML document containing a properly formed soap message to a soap processor on the IS server. The default doc literal soap processor is http:hostname:port\soap\default}.
The body of your soap message must be a valid XML document that contains a document like the following:
This will send the soap message to the service myFolder:myService where your pub.soap.utils:getBody call will extract the payload for you to process.
The Soap Programming Guide and the examples in the WmSamplesPackage are both very good sources of information. Find 'em. Use 'em.
Mark
#soa#API-Management#webMethods