“No such operation” Error in axis webservice

2010-10-13 Thread Francisco Gonzalez-Blanch
Hi All, I'm a newbie in java webservices and I'm developing an axis java web service with two methods, both have an custom object as parameter and a custom object as return value. I have them defined in the wsdd as:

Re: OutOfMemoryError with axis2

2010-10-13 Thread Massimiliano Ziccardi
I Sanjay. Thanks for your support. What did you actually pooled? The stubs? Thanks, Massimiliano On Mon, Oct 11, 2010 at 18:19, Sanjay Gupta wrote: > Are you consuming your own services using Axis2 Client. There was a memory > leak in the client and I ended up solving my issue by implementing

How to execute REST POST invocation that contains DTD into it?

2010-10-13 Thread Dobri Kitipov
Hi everybody, what I am trying to do is to make a REST POST request that contains DTD with Axis2 client. I am using Axis2 1.4.1, so I referenced to the Axis2 1.4.1 documentation about RESTful Web Services Support [1]. Nevertheless it seems this is not possible because sendReceive(...) methods expe

RE: Need to know How many types of Client

2010-10-13 Thread Karthik Nanjangude
Hi >> Follow the link: >> http://ws.apache.org/axis/java/user-guide.html#ServiceStylesRPCDocumentWrappedAndMessage Thx for the same I do not find the same in AXIS 2 site…. http://ws.apache.org/axis2/1_5_1/userguide.html#clients Does this mean Axis 2 does not suppor the “Service Styles” fo