Web Services SOAP API - Code Snippets
//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 - 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 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
//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 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