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?

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to