Hi Richard--I'm finally getting a chance to add this information to the wiki and had a couple of questions. Thanks again for digging into this.

First, if you could check here (bottom half of the page) and make sure I'm not misinterpreting anything, that would be great:
http://wiki.openbluedragon.org/wiki/index.php/Compatibility:WebServices

Feel free to edit that wiki page as needed, or just let me know what isn't accurate and I'll make the changes.

Second, concerning option #2 below, did you have to manually generate the WSDL somehow, or can you elaborate on specifically what steps you went through for this option?

I also submitted a ticket to support document-wrapped:
http://code.google.com/p/openbluedragon/issues/detail?id=104

Thanks!
Matt

Richard Taylor wrote:
1. I made a small code change that supports "style='document-wrapped'"
in the cfcomponent.  In preliminary testing it seemed to work fine.
My input document looked like the first example in my last email and
the generated WSDL looked correct as well.  The change simply keys off
the "document-wrapped" value and sets the following values in
cfcHandler.java.
sd.setStyle(Style.WRAPPED);
sd.setUse(Use.LITERAL);

2. Specify a document literal wrapped style WSDL explicitly using
wsdlFile in the cfcomponent tag.  This seemed to properly kick Axis
into wrapped mode.  We're going with this solution for now as it
requires no code changes.

--
Matt Woodward
[email protected]
http://www.mattwoodward.com/blog

Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to