I need to clarify, I meant to say document/literal _wrapped_.  I see
that specifying style="document" does kick OpenBD into document/
literal mode.  However for consistency with a previously published
WSDL (using Coldfusion)...

I'm trying to get the generated WSDL to be something like the
following (wrapped):
<soap:envelope>
    <soap:body>
        <myMethod>
            <x>5</x>
            <y>5.0</y>
        </myMethod>
    </soap:body>
</soap:envelope>

Instead of (not wrapped):
<soap:envelope>
    <soap:body>
        <x>5</x>
        <y>5.0</y>
    </soap:body>
</soap:envelope>

I just downloaded the source and will see what I can find.  Please let
me know if anyone has hints / suggestions.

Thanks,
Richard Taylor
PIER Systems, Inc.

On Jan 16, 4:00 pm, Rich <[email protected]> wrote:
> In Coldfusion (Adobe) it is possible to expose a CFC as a Document/
> Literal style soap service [1].  In OpenBD I have "style='document'"
> declaration in my CFC tag but the generated WSDL/service still seems
> to be RPC style, i.e. the soap requests and responses are not
> wrapped.  Is it possible to get Open BlueDragon to use the Document/
> Literal/Wrapped style of SOAP on CFCs?  I'm referring to Open
> BlueDragon v1.0.
>
> Thanks,
> Richard Taylor
> PIER Systems, Inc.
>
> [1]http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common...

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to