Package ucar.soap

Package containing example SOAP classes, and some generic SOAP utility classes.

See:
          Description

Class Summary
EchoMessageService Example of Apache SOAP messaging web service that simply sends back a message containing the original input SOAP message.
EchoMessageServlet Example SOAP aware servlet that simply returns to the client the incoming SOAP request.
MessageClient Simple SOAP messaging client that reads an input xml file and invokes a given URL USAGE: java ucar.soap.MessageClient -url:....
SoapWrapper Utility class to wrap/unwrap XML document within SOAP envelopes
 

Package ucar.soap Description

Package containing example SOAP classes, and some generic SOAP utility classes.