Hello! I have an small Cocoon-application that creates PDF documents.
That all is handled by one pipeline: 1. Get xml from db <map:generate /> 2. Transform it into xsl:fo by xsl transformation <map:transform /> 3. Feed this xsl:fo to FOP by <map:serialize type="fo2pdf"/> How can I create from it all a simple web service, that receive xsl:fo in SOAP call and does same action for pdf creation? Is there in cocoon a something of automatic wsdl creating system according to existing web services? How can I create soap client under cocoon that will use my web service from given wsdl? Show me some examples if it possible. Regards. ---------------------------------------------------------------- [Jboss 3.2.3, Apache Cocoon 2.1.5.1] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
