Hi there, I'm trying to find a clean alternative to use Cocoon as a webservice server using Axis as a library. So I see two solutions right now : 1 - using Jan's approach with a StreamGenerator (http://wiki.apache.org/cocoon/WebServiceServer) to get the SOAP message in a ByteArrayOutputStream and then use that to build an Axis message I can manipulate from flowscript 2 - or even better, it would be great if I could use Cocoon servlet as an HTTP listener (equivalent to the Axis servlet) to get directly a Message Context somewhere.
Does anybody have an idea of how I can integrate Axis inside Cocoon ? And I found that (http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/axis/SoapServer.html) in the API docs... would it be useful ? how ? Thx in advance. -- Sebastien ARBOGAST --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
