Calling the sample webservices from AXIS block

2007-07-18 Thread Armaz Mellati
Hello everybody I am investigating how to use cocoon as a webservice-server. But I can't find out how to use(call) the webservices in Axis block samples. There is only one example there and that is using Perl !!! Can someone PLEASE post a simple Axis client code that works with those examples

Re: Calling the sample webservices from AXIS block [SOLVED]

2007-07-18 Thread Armaz Mellati
as a webservice-server. But I can't find out how to use(call) the webservices in Axis block samples. There is only one example there and that is using Perl !!! Can someone PLEASE post a simple Axis client code that works with those examples services ? The problem is how to spesify the servicename

Hosting a web service in Cocoon with Axis block (RE: Simple question on Cocoon and Web Service)

2006-02-08 Thread Goetzmann Bertrand
Hello, Finally it's not difficult and you must look at axis block. I post an article here on my web site on this subject, in french (http://www.object-everywhere.com/OBJECT-EVERYWHERE/articles/CocoonSW.xml). With the use of the axis block, here the following steps if you want expose a Java

Re: Axis block

2005-10-14 Thread Jan
component ? Cocoon and Axis What does processPipelineTo() method do ? Cocon and WebServices I also startet with the axis-block, but i seems, that this provides only a proxy. So you'll have to install an axis-instance beside your cocoon (in a tomcat for example). You then could forward soap-requests

Axis block

2005-10-11 Thread Jean-Claude Moissinac
In the samples section of a standard installation, when I read Axis Block - Examples using Apache Axis to give access to Cocoon via SOAP. My understanding is that I will be able to transform some pipelines in Web Services accesible with SOAP. It seems to be wrong. What is this 'access to cocoon

Questions on Axis Block

2005-06-29 Thread Stefan Podkowinski
Hi Cocoon Users Could someone answer me some questions on the axis block who has probably some experience with it? I had a closer look on it as I needed to implement some web services to be served by my cocoon app. The block has very little documentation so I had to study the source directly

Re: Questions on Axis Block

2005-06-29 Thread Jan Hinzmann
questions on the axis block who has probably some experience with it? I had a closer look on it as I needed to implement some web services to be served by my cocoon app. The block has very little documentation so I had to study the source directly. But even after thinking about it over and over

Re: Questions on Axis Block

2005-06-29 Thread Sebastien Arbogast
2005/6/29, Stefan Podkowinski [EMAIL PROTECTED]: Hi Cocoon Users Could someone answer me some questions on the axis block who has probably some experience with it? I had a closer look on it as I needed to implement some web services to be served by my cocoon app. The block has very

Re: Questions on Axis Block

2005-06-29 Thread Stefan Podkowinski
I'm following the current web service related discusions. I was just hoping someone could answer a few specific questions on the design of the axis block. Thanks for the pointers though. Btw, [2, 3] is IMO basically just a avalon component wrapper around the org.apache.axis.server.AxisServer

Re: Questions on Axis Block

2005-06-29 Thread Stefan Podkowinski
on the axis block who has probably some experience with it? I had a closer look on it as I needed to implement some web services to be served by my cocoon app. The block has very little documentation so I had to study the source directly. But even after thinking about it over and over

Re: Questions on Axis Block

2005-06-29 Thread Sebastien Arbogast
2005/6/29, Stefan Podkowinski [EMAIL PROTECTED]: Sebastien, the second approach described by you in the wiki may work well. However, I think you are doing alot of the stuff that would already be handled by the Axis Servlet and Axis Server. If you just have to integrate the axis rpc call result