You can use void, what I have see is in the interface Call you can use the
method 

void    invokeOneWay(java.lang.Object[] params)
          Invokes a remote method using the one-way interaction mode.

For example:

Service service = new Service();
Call call       = (Call)service.createCall();
call.invokeOneWay(....)

Hope it helps.

Regards
Ferruh

 

-----Urspr�ngliche Nachricht-----
Von: Alberto De Stasi [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 6. Juni 2005 17:27
An: [email protected]
Betreff: One Way Method for Web Service Axis

Hi all,
I want for my web service a method that use a one way operation. How must be

this method? Method must be void?

Can you help me?

Thanks Pasquy.

_________________________________________________________________
Scarica gratuitamente MSN Toolbar! http://toolbar.msn.it/

Reply via email to