Andreas,
Having taken a closer look at what's involved in using Axis, I'm coming
back to the idea of just using a cocoon pipeline, as you suggest below.
I'd be grateful if you have any further sample code you could share with me.
regards
David
Andreas Kuehne wrote:
... as far as I understand Davids use case he will get a soap request, want's
to fiddle out some parameters and return a report wrapped as a soap response.
This fits into these sparse lines of sitemap :
<map:generate type="stream"/>
<map:transform src="soapInput.xsl"/> <!-- check input and extract
relevant values -->
<map:transform type="cinclude"/> <!-- read the report content from
another matcher ... -->
<map:transform src="styles/soapOutput.xsl"/> <!-- wrap content into
response -->
<map:serialize type="xml"/>
We got some good results with this simple approach.
When it comes to web service security or big amount of base64-encoded data
there is more effort required. We already did this and are happy to share it
with any interested project.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]