Content Web Services API
Authentication:
Access to the InstallerNet Content web services requires authentication. You will receive a username, password and application ID from InstallerNet.
WSDL & SOAP Endpoints:
Document Literal: http://contentservices.installernet.com/vtt/2.0/Unencrypted/VTTechnician20_UnEn.dll/SOAP
RPC Encoding: http://contentservices.installernet.com/vtt/2.0/Unencrypted/VTTechnician20_UnEn.dll/RPC
JSON Endpoint: http://contentservices.installernet.com/vtt/2.0/Unencrypted/VTTechnician20_UnEn.dll/JSON
Binary Message Endpoint: http://contentservices.installernet.com/vtt/2.0/Unencrypted/VTTechnician20_UnEn.dll/BIN
The SOAP and JSON endpoints can be consumed by utilizing native solutions for your chosen platform, such as SOAP web services in .NET. You may also choose to use the free RemObjects Client SDK for .NET, available at http://remobjects.com/free, to connect to the supported endpoints, including the more optimized binary message endpoint.
Samples:
FitGuideC#.zip This C# sample illustrates the principles of displaying a fit guide that allows the user to select a vehicle, see vehicle details and matching parts.
FitGuideDelphi.zip This Delphi sample illustrates the principles of displaying a fit guide that allows the user to select a vehicle, see vehicle details and matching parts.
Service Request Flow:
vtUserServices.Login23 - used to login and retrieve a “sessionid” for all subsequent calls. All future calls should handle invalid/expired sessions by logging in again in the event those errors occur.
Services:
vtUserServices - This service module contains the authentication methods.
vtVehicleServices - This service module contains methods to return vehicle details
vtProductServices - This service module contains methods to return product details