Online Demonstration
Abrufen zwischen Orten im Umkreis
Sourcecode: Dieses Beispiel wird so verwendet
<cfscript>
geoData = CreateObject("webservice","http://geolocationdb.myemotions.ch/openGeoDB.cfc?wsdl");
xmlData = geoData.getPostalArround(FORM.PLZ,FORM.distance,200,'andreas.santoro@emotions.ch','guest','guest','guest');
resultXML = XMLParse(xmlData);
</cfscript>