I've got a webservice I've built that successfully produces WSDL, and 
most of the functions seem to work.  One is driving me crazy though.

When I call it manually, it returns a proper WDDX string (I think, see 
below).  However, when I try to call it from within CF, I get a 
Premature end of file exception.

Here's the WDDX returned by a sample call:


<wddxPacket version='1.0'>
        <header/>
        <data>
                <array length='1'>
                        <struct type='coldfusion.runtime.TemplateProxy'>
                                <var name='ID'>
                                        <number>1.0</number>
                                </var>
                                <var name='QUESTION'>
                                        <string>Full Name</string>
                                </var>
                        </struct>
                </array>
        </data>
</wddxPacket>

Any ideas?

--Ben Doom




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284943
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to