Dear Cocoon Users: 

 Can Cocoon be configured to create a SOAP endpoint 
 in which the business logic is written in XSLT and/or 
 XSP?   

 That is, can the business logic be written (many 
 details excluded) in the following manner: 

 <xsl:template match="SOAP-ENV:Envelope"> 
   <SOAP-ENV:Envelope> 
     <xsl:apply-templates/> 
   </SOAP-ENV:Envelope> 
 </xsl:template> 

 <xsl:template match="SOAP-ENV:Body"> 
   <SOAP-ENV:Body> 
     <xsl:apply-templates/> 
   </SOAP-ENV:Body> 
 </xsl:template> 

 <xsl:template match="soap-request_A"> 
   <!-- 
      Logic to create response according to 
      incomming request elements and values. 
   --> 
 </xsl:template> 

 The wrapper interface would need to properly proces 
 and strip off the HTTP protocol header. 

 Sincerely: 

   steve punte 
   [EMAIL PROTECTED] 





______________________________________________________________________________
Send a friend your Buddy Card and stay in contact always with Excite Messenger
http://messenger.excite.com



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

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

Reply via email to