MAPS | DEVELOPER
 

Web Services SOAP API - Code Snippets

C# .Net GetReports and ProcessGeocode Snippet
//Sample snippet from C# ASP.NET Page //Create web Reference to http://pcmiler.alk.com/apis/soap/v1.0/service.svc?wsdl Service ser...
Wed, 21 Jun, 2017 at 4:21 PM
JAVA GetReports Snippet
//JAVA - stubs created using AXIS 2 client using WSDL2JAVA         //Install AXIS2 WSDL2JAVA to create stubs         //Command line stubs creation:      ...
Wed, 21 Jun, 2017 at 3:33 PM
JAVA - JAX-RPC Client SOAP ProcessGeocode Snippet
 //JAVA JAX-RPC SOAP client call to ProcessGeocode using HandlerChain to create //SoapHeader  //RPC can be acquired via NetBeans pulgin on JAVA SE 1.6 usin...
Wed, 21 Jun, 2017 at 3:33 PM
PHP Code Snippet
//Created stubs using https://www.wsdltophp.com/                         //Call GetReports apiKey = isset($_POST['apiKey']) ? $_POST['apiKey&#...
Mon, 19 Jun, 2017 at 8:53 PM
VB.NET GetReports Snippet
VB.NET SOAP GetReports     //VB.NET SOAP GetReports with ServiceReference to WSDL -http://pcmiler.alk.com/apis/soap/v1.0/service.svc?wsdl           Di...
Wed, 21 Jun, 2017 at 3:33 PM