For document based Soap APIs, we use Soap engine to pass XML document
over wire then get response back to the client, which can be achieved by HTTP
POST method as well. The difference is the latter doesn't use AXIS engine. If we
are only interested HTTP protocol, AXIS engine is extra layer to the applications.
Can you enlighten me what advantage the document based APIs have over HTTP POST
method?
Thanks, Emily