<CFINVOKE> webservice returning a list of items
Hi there,
I am currently trying to invoke a webservice which should return a list of addresses. Here is my code:
<cfinvoke webservice="http://hbsappdev01/nlpg_test/nlpg_enquiry.asmx?wsdl" method="FindAddress" returnvariable="AddressDetails" > <cfinvokeargument name="findPostcode" value="#form.postcode#"> <cfinvokeargument name="findHouseNo" value="#form.houseno#"> <cfinvokeargument name="findStreet" value="#form.street#"> <cfinvokeargument name="findTown" value="#form.town#"> <cfinvokeargument name="ispartial" value="#form.ispartial#"> </cfinvoke>
I am totally new to webservices and do not have much experience with them, can anyone tell me how to output the results in a cfloop so I can see mutliple results.
Thanks
