Hi,

Take a look at how the AdminClient uses the AdminService
in Axis. Of course, you have to download the source code.

Regarding the signature, your methods must have one of
the following signatures:

Document methodA(MessageContext msgC, Document xml);
Document methodA(Document xml);

though it seems the first one will be dropped and you will have
to get the MessageContext using MessageContext.getCurrentContext().

Regards.

> -----Original Message-----
> From: Shang, Wencheng (Exchange) [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 05, 2002 12:57 AM
> To: '[EMAIL PROTECTED]'
> Subject: Messaging example?
> 
> 
> Where can I find more messaging examples? The 
> samples.message.MessageService
> is not good enough. It doesn't explain what the method signature is in
> messaging service.
> Thanks in advance.
> 
> 
> ****************************************************************
> Bear Stearns is not responsible for any recommendation, solicitation, 
> offer or agreement or any information about any transaction, customer 
> account or account activity contained in this communication.
> **************************************************************
> *********
> 

Reply via email to