I see how to set up services so that they receive and send XML documents
instead of using the RPC style of SOAP. But I have some existing code
that takes several arguments and uses them to determine an appropriate
XML file, which the method then returns as an XML Document object. I
could wrap this code in a method that takes an XML document as input,
then extracts and converts the arguments and passes them to the existing
method, but I don't want to do that if I can get Axis to convert the
arguments for me, as it does when I deploy a service that uses RPC for
the arguments and the return value.

So I'm wondering:  Is it possible to deploy a service that uses RPC for
the input arguments and returns an XML document? And if so, how?

Steven Gollery
[EMAIL PROTECTED]




Reply via email to