|
Use
Literal Encoding and Send the XML as a DOM Element. Much
easier.
Call
call = new Call();
call.setTargetObjectURI( URI ); call.setMethodName( Mtds ); call.setEncodingStyleURI( Constants.NS_URI_LITERAL_XML ); Vector params = new Vector(); params.addElement( new Parameter( "Param01", Element.class, myElementOjectToPass, Constants.NS_URI_LITERAL_XML ) ); call.setParams( params );
|
- Is it possible? Tiago Fernandes Thomaz
- RE: Is it possible? Wilkins, Craig
- RE: Is it possible? Tiago Fernandes Thomaz
- Re: Is it possible? Fred Meredith
