You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by William Flanders <fl...@denalisoft.com> on 2001/04/01 22:43:10 UTC

Passing mixed java/literal parameters and returning literal?

Is there any way to call a soap service with parameters, some literal
and some XML, and then return a literal value from the invocation?

When I use Call.setEncodingURI, it converts arguments into
DOM arguments that shouldn't be.

Right now, I'm just serializing the XML document that I need to return
as a binary structure, but this seems to defeat the spirit of the
protocol.

Thanks,

Bill