I was wondering if anyone has come across any blogs or info about converting
complex dot net data structures returned from a WSDL into something usable
in ColdFusion.

For example

Documentation: http://www.eac.com.au/websvc/eac.asmx?op=getRegions

Parameters      *       accKey of type string. A valid Access Key as
provided by
EAC.
                      *        sState of type string. This parameter is
ignored at this stage as NSW is the only valid value

Returns All search regions within the State of NSW.

<cfinvoke
                       webservice="
http://www.eac.com.au/websvc/eac.asmx?WSDL";
                       method="getRegions"
                       returnvariable="aTestReturn">
               <cfinvokeargument name="accKey" value="xxxxx"/>
               <cfinvokeargument name="sState" value="NSW" />
       </cfinvoke>


       <cfdump var="#aTestReturn#">

Output: http://www.goldenkey.org.au/wsdl/testWSDL.cfm


The documentation says that I’m meant to get a string back but instead
I get a structure.

Any help would be greatly appreciated?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344294
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to