Re: Implementation of SOAP using JAXM . how to create envelope for XML Messaging using JAVA ?
Posted By:
Sharath_Jonnalagadda
Posted On:
Thursday, January 10, 2002 04:11 AM
the following code can be used for creating a soap message
MessageFactory mFactory = MessageFactory.newInstance();
SOAPMessage message = mFactory.createMessage();
This code will only work when the client.jar given by the jaxm 1.0 is in the classpath of your system