Hi!!
We are currently developing a web-based application which uses
Java (
JSP) clients to communicate with a server using
SOAP. We are using DOM API specified by w3c to construct the XML API DOM using custom JSP tags. This DOM is then encapsulated in a SOAP envelope & sent to the server using HTTP. The server response is also in the form of SOAP which is sent over HTTP.
Is there any java API support which will allow us to construct/parse the SOAP envelope/body etc? If it is not available is it going to be supported in the future?
regards,
Bhavin