RE: [AXIS2] Urgent! How to call service without return value

2006-08-22 Thread Rusda, Sabri
@ws.apache.org Subject: Re: [AXIS2] Urgent! How to call service without return value Hi Rusda; I am sorry for late reply. As I can see in your service impl class, that does not have a return value , so using /nvokeBlocking API /you are doing something wrong. If the method does not have a return

Re: [AXIS2] Urgent! How to call service without return value

2006-08-22 Thread Michele Mazzucco
, sabri -Original Message- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 11:58 PM To: axis-user@ws.apache.org Subject: Re: [AXIS2] Urgent! How to call service without return value Hi Rusda; I am sorry for late reply. As I can see in your service

Re: [AXIS2] Urgent! How to call service without return value

2006-08-21 Thread Deepal Jayasinghe
Hi Rusda; I am sorry for late reply. As I can see in your service impl class, that does not have a return value , so using /nvokeBlocking API /you are doing something wrong. If the method does not have a return values , please dont use InOut API , please use one way invocation like/ -

Re: [AXIS2] Urgent! How to call service without return value

2006-08-10 Thread Eran Chinthaka
The subject of the mail contradicts with the content of the message. Just to make sure, hope you started the Axis2 server before making the call, right? Because this error typically comes out when the server can not be contacted. -- Chinthaka Rusda, Sabri wrote: Hello there, How to

RE: [AXIS2] Urgent! How to call service without return value

2006-08-10 Thread Rusda, Sabri
] Sent: Thursday, August 10, 2006 1:31 PM To: axis-user@ws.apache.org Subject: Re: [AXIS2] Urgent! How to call service without return value The subject of the mail contradicts with the content of the message. Just to make sure, hope you started the Axis2 server before making the call, right

Re: [AXIS2] Urgent! How to call service without return value

2006-08-10 Thread Eran Chinthaka
Rusda, Sabri wrote: Hi Chinthaka, The server already started.. of course :-) The error happen just for service without return value (void method), it doesn't happen for service with return value. Any idea ? Can you create a JIRA attaching the aar file and your client code, so that I can

RE: [AXIS2] Urgent! How to call service without return value

2006-08-10 Thread Rusda, Sabri
I have create JIRA issue : AXIS2-1002 Please kindly test it :-) Thank in advance, srusda -Original Message- From: Eran Chinthaka [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 3:12 PM To: axis-user@ws.apache.org Subject: Re: [AXIS2] Urgent! How to call service without return