RE: [Axis2] Axis2 client code with ServiceClient created as dynamic client gives AxisFault: The anonOutInOp operation cannot be found

2008-01-22 Thread Pantvaidya, Vishwajit
Thanks Deepal - that helped to some extent. But after adding the operation qname in sendreceive call, I got Server did not recognize the value of HTTP Header SOAPAction: .. So I had to set the options object into the ServiceClient - which was strange since from your doc at

Re: [Axis2] Axis2 client code with ServiceClient created as dynamic client gives AxisFault: The anonOutInOp operation cannot be found

2008-01-20 Thread Deepal jayasinghe
Hi , If you create serviceClient as dynamic client then you need to give the correct operation name (qualified operation name). I hope following link will helpful for you to solve your problem http://people.apache.org/~deepal/colorado/quick-start/src/DynamicClientSample.java -Deepal Using

[Axis2] Axis2 client code with ServiceClient created as dynamic client gives AxisFault: The anonOutInOp operation cannot be found

2008-01-19 Thread Pantvaidya, Vishwajit
Using Axis2 1.3, I have written the following sample client code that calls a remote webservice for currency conversion - it throws the exception: AxisFault: The anonOutInOp operation cannot be found. at org.apache.axis2.client.ServiceClient.createClient(ServiceClient.java:642)