Re: [WebServices] How to use the SoapServer component ?

2005-06-09 Thread Vadim Gritsenko
Sebastien Arbogast wrote: So I really could use any sample using that component to serve SOAP requests through Cocoon. See samples in the axis block, in the org.apache.cocoon.webservices package and under (like System.java). Vadim

Re: [WebServices] How to use the SoapServer component ?

2005-06-09 Thread Daniel Fagerstrom
Sebastien Arbogast wrote: Hi, I'm looking for a way to use Axis in combination with Cocoon. I already managed to parse SOAP messages with a higher-level approach using Axis API's [1] but I still need to automate a few things. I found a SoapServer interface [2] and a SoapServerImpl [3] class in

[WebServices] How to use the SoapServer component ?

2005-06-08 Thread Sebastien Arbogast
Hi, I'm looking for a way to use Axis in combination with Cocoon. I already managed to parse SOAP messages with a higher-level approach using Axis API's [1] but I still need to automate a few things. I found a SoapServer interface [2] and a SoapServerImpl [3] class in Cocoon API documentation, an