Hi Mitch, Hard to say what's going on here, I tired your code but can't use it because i don't have an access key.
What do you get when you dump this? <cfdump var="#aTestReturn._any#"> You could try testing the webservice via a tool like SOAPUI to see if the service is returning the result you expected. From there you might decide to use CFHTTP instead. Or this might reveal that you need to add something else to your CFINVOKE. I know some people have had problems consuming .Net web services. But it's usually possible in some form or another. Cheers. On 6 May 2011 16:50, Mitch Seiden <mitchell.sei...@gmail.com> wrote: > > 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. > -- 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.