Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
LOCAL loWS
loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
loWS.cWSName = "pcode2address"
ow = loWS.SetupClient("http://intranet/stgwebservices/pcode2address.asmx?wsdl", "PCode2Address", "PCode2AddressSoap")
LOCAL ow as pcode2address
LOCAL loWS
loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
loWS.cWSName = "pcode2address"
ow = loWS.SetupClient("http://intranet/stgwebservices/pcode2address.asmx?wsdl", "PCode2Address", "PCode2AddressSoap")
oResult = ow.getAddr("h9r3K8",":")
? oResult