Hi,

A while back I wanted to use Cocoon as a SOAP server myself and found it not 
that difficult. I used the stream generator to get access to the SOAP envelop, 
processed it with XSL, transforming it to an 'internal' request with 
request-parameters and/or XML fragments, used cinclude to execute that internal 
request, wrapped that into a response envelop with XSL and submitted that as 
result.

Worked okay for me.

Though, you might find that the Flow approach mentioned below gives you more 
power over handling of request headers and such. 

Kind regards,
Geert

> 
   
 
Drs. G.P.H. Josten
Consultant
 
 

Daidalos BV
Source of Innovation
Hoekeindsehof 1-4
2665  JZ  Bleiswijk
Tel.: +31 (0) 10 850 1200
Fax: +31 (0) 10 850 1199
www.daidalos.nl
KvK 27164984


De informatie - verzonden in of met dit emailbericht - is afkomstig van 
Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit 
bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit 
bericht kunnen geen rechten worden ontleend.
 

> Van: Andreas Kuehne [mailto:[EMAIL PROTECTED] 
> Verzonden: woensdag 1 november 2006 10:41
> Aan: [EMAIL PROTECTED]; users@cocoon.apache.org
> Onderwerp: Re: Any experience with SOAP Server WITHOUT Axis ?
> 
> Hi Jan,
> 
> thanks for the intersting link ! Don't know how I missed this ...
> 
> In meantime I went for the trivial approach like Yves 
> outlined. Works fine for me. But I'll check the more 
> sophisticated stuff described in the Wiki to nsee what I did miss ;-)
> 
> >  maybe this wikipage has some information for you:
> >  http://wiki.apache.org/cocoon/WebServiceServer
> >
> >  On Tuesday 10 October 2006 13:37, Yves Zoundi wrote:
> >  > I think you can generate a soap response for a requested 
> url?? Not 
> > tested  > though.
> >  >
> >  > <map:match pattern = "getResponse">
> >  >   <map:generate type = "getRecords"/>
> >  >   <map:transform src = "xmltosoap.xsl"/>
> >  >   <map:serialize type = "xml"/>
> >  > </map:match>
> >  > -----Original Message-----
> >  > From: Andreas Kuehne <[EMAIL PROTECTED]>  > To: 
> > [EMAIL PROTECTED], users@cocoon.apache.org  > 
> Date: Tue, 10 
> > Oct 2006 12:41:46 +0200  > Subject: Re: Any experience with SOAP 
> > Server WITHOUT Axis ?
> >  >
> >  > > Hi Thomas,
> >  > >
> >  > > >  what about xfire
> >  > > >  http://xfire.codehaus.org
> >  > > >  E.g., it can be used in conjunction with xmlbeans.
> >  > > sounds intersting !
> >  > > But as I'm a lazy guy, I don't want to go for a Java model. I 
> > would  > > dream of using my already-made-and-tested 
> pipelines enabled 
> > with a SOAP  > > frontend ...
> 
> 
> ___________________________________________________
> Andreas Kühne
> phone: +49 177 293 24 97
> mailto: [EMAIL PROTECTED]
> 
> Trustable
> Kirchröder Str. 70e
> 30625 Hannover
> Germany
> www.trustable.de
> 
> Kostenlose Verifikation qualifizierter elektronischer Signaturen:
> www.sig-check.de
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to