|
If you
are just wanting to send XML Element type then why not use literal xml in the
soap envelope body
ie:
Parameter inputArg =
new Parameter( "inputXML", Element.class, element, Constants.NS_URI_LITERAL_XML); Call call = null; call = this.buildCall(targetURI, "createXML", this.setParams(inputArg)); call.setEncodingStyleURI(Constants.NS_URI_LITERAL_XML);
this.outputResult(call.invoke(url, ""),"createXML"); Hope
this helps,
Adam
|
- RE: How to map Element Object? Abraham Kang
- Re: How to map Element Object? Adam.Leggett
- Re: How to map Element Object? Danh Hoai
- RE: How to map Element Object? Abraham Kang
- RE: How to map Element Object? Dinh Viet Hung
