org.apache.axis2.AxisFault: Transport out has not been set

2009-11-12 Thread soni swapna
Hi Axis Team We are trying to call one webservice using fireAndForget method, but while invoking we are getting org.apache.axis2.AxisFault: Transport out has not been set error. We have all the required jar files, axis2.xml file is also correct. We are able to invoke other services, but only

Re: org.apache.axis2.AxisFault: Transport out has not been set

2009-11-12 Thread Deepal jayasinghe
This happen when you do not set the target epr, for that you need to do option.setTo(new Endpointrefrence(address)) Hi Axis Team We are trying to call one webservice using fireAndForget method, but while invoking we are getting org.apache.axis2.AxisFault: Transport out has not been set

org.apache.axis2.AxisFault: Transport out has not been set

2008-04-01 Thread mai.sun
Hi all, We're developing a web service client using Axis2 and we use code generator eclipse plugin to generate the client stub. The project compiles but when we try to call the web service we receive an error: org.apache.axis2.AxisFault: Transport out has not been set This error occured before

RE: org.apache.axis2.AxisFault: Transport out has not been set

2008-04-01 Thread mai.sun
Hi, I have found the problem, just ignore my previous email. Regards, Mai Sun From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 01 April 2008 11:08 To: axis-dev@ws.apache.org Subject: org.apache.axis2.AxisFault: Transport out has not been set Hi