Hi All,

        Summary of this thread is available:
        
        http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=102942182827006&w=2
        
        Comments, questions, etc, much appreciated.
        
        Cheers,
        
        Marcus

On Thu, Aug 08, 2002 at 12:25:32PM -0400, Geoff Howard wrote:
> Can you post back your progress with this?  I'm sure there are a few of us
> who would like to know if it really turns out to be that easy.
> 
> Geoff Howard
> 
> > -----Original Message-----
> > From: Marcus Crafter [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, August 08, 2002 12:20 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Serving soap with Cocoon ?
> > 
> > 
> > On Thu, Aug 08, 2002 at 12:06:31PM -0400, Vadim Gritsenko wrote:
> > > > From: Marcus Crafter [mailto:[EMAIL PROTECTED]]
> > > > 
> > > > Hi All,
> > > > 
> > > >         Hope all is well.
> > > > 
> > > >         I've just been looking through the soap examples in HEAD, which
> > > >         look really great for requesting data from a soap server
> > > somewhere.
> > > > 
> > > >         Has anyone done the opposite ? ie. have Cocoon act as the soap
> > > >         server ?
> > > > 
> > > >         eg. to make a soap request from a Cocoon app, and have it
> > > deliver
> > > >         the result.
> > > > 
> > > >         soap request ------------>   ----------------------
> > > >                                      | Cocoon Application |
> > > >         soap response <-----------   ----------------------
> > > > 
> > > >         (or have I missed something here ?)
> > > 
> > > AFAIU, SOAP request is just HTTP post with text/xml body. 
> > You can use
> > > (IIRC) stream generator to read it. SOAP response is just 
> > HTTP response
> > > with XML payload - that's the thing Cocoon is best at.
> > 
> >     Thats exactly what I thought. 
> > 
> > > Do I miss something?
> > 
> >     I don't think so, but I haven't really played with soap much up
> >     till now, hence my q.
> >     
> >     So we could have something like:
> >     
> >     <map:match pattern="soap-server">
> >       <map:generate type="stream"/>
> >       <map:transform type="soap-transformer"/>
> >       <map:serialize type="xml"/>
> >     </map:match>
> > 
> >     Would be perfect (for what I need) actually...
> >     
> >     Cheers,
> >     
> >     Marcus
> > 
> > -- 
> >         .....
> >      ,,$$$$$$$$$,      Marcus Crafter
> >     ;$'      '$$$$:    Computer Systems Engineer
> >     $:         $$$$:   ManageSoft GmbH
> >      $       o_)$$$:   82-84 Mainzer Landstrasse
> >      ;$,    _/\ &&:'   60327 Frankfurt Germany
> >        '     /( &&&
> >            \_&&&&'
> >           &&&&.
> >     &&&&&&&:
> > 
> > ---------------------------------------------------------------------
> > Please check that your question  has not already been answered in the
> > FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> > 
> > To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> > For additional commands, e-mail:   <[EMAIL PROTECTED]>
> > 
> 
> ---------------------------------------------------------------------
> Please check that your question  has not already been answered in the
> FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
> 
> To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> 

-- 
        .....
     ,,$$$$$$$$$,      Marcus Crafter
    ;$'      '$$$$:    Computer Systems Engineer
    $:         $$$$:   ManageSoft GmbH
     $       o_)$$$:   82-84 Mainzer Landstrasse
     ;$,    _/\ &&:'   60327 Frankfurt Germany
       '     /( &&&
           \_&&&&'
          &&&&.
    &&&&&&&:

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to