Doug,

Thanks for the tip. I'm using the Dec. alpha 3 release, so I got the code for
the AdminService and the AdminClient from that date, and eventually worked
through my problems. It looks like everything will work fine now. Thanks again.

Steve


Doug Davis wrote:

> Take a look at the "message" sample or even the AdminClient - they but use
> msg instead of rpc.  Invoking a service with no parameters is no different
> than one with parameters, just pass in an empty array of for the param list
> (ie.  new Object[] {} ).
> -Dug
>
> Steven Gollery ?[EMAIL PROTECTED]? on 02/25/2002 08:32:43 PM
>
> Please respond to [EMAIL PROTECTED]
>
> To:    [EMAIL PROTECTED]
> cc:
> Subject:    web service returning XML Document
>
> I understand in principle the concepts of document-centric (as distinct
> from RPC-oriented) SOAP services, but I'm having trouble getting them to
> work in practice. The only sample code I've been able to find is in
> "Building Web Services with Java", pp 219-223. The only unfortunate
> aspect of this generally very useful book is that the sample code is
> based on a previous release of Axis, and in this case, the code relies
> on several now-deprecated classes.
>
> Can anyone point me to some sample code that passes XML Document objects
> instead of using RPC-style parameters and return values, and doesn't use
> any deprecated classes?
>
> I could also use some code that demonstrates invoking a service that has
> no parameters.
>
> Thanks in advance,
>
> Steven Gollery
> [EMAIL PROTECTED]

Reply via email to