Hi, Did anyone know how an Axis call can be set up in order to add a dom.Element to the SOAPenvelope. This could be done using SOAP call with params.addElement(new Parameter("doc", org.w3c.dom.Element.class, doc, Constants.NS_URI_LITERAL_XML));, but what will be the Axis way?
Thanks Boris