IntegratorWebservice
Click here for a complete list of operations.
Vehicle_GetAll
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /webservices/intellitracer/1.0/IntegratorWebservice.asmx HTTP/1.1 Host: secure.geodynamics.be Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://www.geodynamics.be/webservices/Vehicle_GetAll" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <Vehicle_GetAll xmlns="http://www.geodynamics.be/webservices"> <caller> <CompanyName>string</CompanyName> <LoginName>string</LoginName> <Password>string</Password> </caller> </Vehicle_GetAll> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <Vehicle_GetAllResponse xmlns="http://www.geodynamics.be/webservices"> <Vehicle_GetAllResult> <VehicleEntity> <Id>guid</Id> <Code>string</Code> <Name>string</Name> <VehicleTypeId>guid</VehicleTypeId> <LastSyncDateUtc>dateTime</LastSyncDateUtc> <LastPosition> <GpsDateUtc>dateTime</GpsDateUtc> <ReportDateUtc>dateTime</ReportDateUtc> <ReportDateLocal>dateTime</ReportDateLocal> <AddressEntity xsi:nil="true" /> <Longitude>double</Longitude> <Latitude>double</Latitude> <Altitude>int</Altitude> <Speed>int</Speed> <Heading>int</Heading> <InputAcc>boolean</InputAcc> <VehicleId>guid</VehicleId> <Type>Unknown or Connect or Sync or Disconnect or Position or SerialPort_21 or SerialPort_23 or SerialPort_24 or InputAccOn or InputAccOff or Input01High or Input01Low or Input02High or Input02Low or Input03High or Input03Low or Input04High or Input04Low or Input05High or Input05Low or Input06High or Input06Low or Input07High or Input07Low or Input08High or Input08Low or AnalogInput1 or AnalogInput2 or PowerLow or PowerLost or BackupBatteryLow or GpsDestroyed or PowerLowRecover or PowerLostRecover or BackupBatteryLowRecover or Custom000 or Custom001 or Custom002 or Custom003 or Custom004 or Custom005 or Custom006 or Custom007 or Custom008 or Custom009 or Custom010 or Custom011 or Custom012 or Custom013 or Custom014 or Custom015 or Custom016 or Custom017 or Custom018 or Custom019 or Custom020 or Custom021 or MasterFenceEnabled or MasterFenceDisabled or FuelTransaction or IdleEnd or IdleStart or SleepIdle or SleepBatteryLow or WakeUpPowerDownDuration or WakeUpMovementDetected or WakeUpPowerConnected or SleepTimer or SleepStart or WakeUp or Vicking_AccessGranted_MagStripe or Vicking_AccessGranted or Vicking_AccessGranted_Pin or Vicking_AccessDenied_NoPer or Vicking_AccessDenied_NoLst or Vicking_AccessDenied_UnknownBadge or Vicking_AccessDenied_NotInTimeZone or Vicking_Clocking</Type> <TypeText>string</TypeText> <BadgeNr>string</BadgeNr> <BadgeUser>string</BadgeUser> <IsPrivate>boolean</IsPrivate> <InputEntityList xsi:nil="true" /> <AnalogEntityList xsi:nil="true" /> <OutputEntityList xsi:nil="true" /> <Pois xsi:nil="true" /> </LastPosition> </VehicleEntity> <VehicleEntity> <Id>guid</Id> <Code>string</Code> <Name>string</Name> <VehicleTypeId>guid</VehicleTypeId> <LastSyncDateUtc>dateTime</LastSyncDateUtc> <LastPosition> <GpsDateUtc>dateTime</GpsDateUtc> <ReportDateUtc>dateTime</ReportDateUtc> <ReportDateLocal>dateTime</ReportDateLocal> <AddressEntity xsi:nil="true" /> <Longitude>double</Longitude> <Latitude>double</Latitude> <Altitude>int</Altitude> <Speed>int</Speed> <Heading>int</Heading> <InputAcc>boolean</InputAcc> <VehicleId>guid</VehicleId> <Type>Unknown or Connect or Sync or Disconnect or Position or SerialPort_21 or SerialPort_23 or SerialPort_24 or InputAccOn or InputAccOff or Input01High or Input01Low or Input02High or Input02Low or Input03High or Input03Low or Input04High or Input04Low or Input05High or Input05Low or Input06High or Input06Low or Input07High or Input07Low or Input08High or Input08Low or AnalogInput1 or AnalogInput2 or PowerLow or PowerLost or BackupBatteryLow or GpsDestroyed or PowerLowRecover or PowerLostRecover or BackupBatteryLowRecover or Custom000 or Custom001 or Custom002 or Custom003 or Custom004 or Custom005 or Custom006 or Custom007 or Custom008 or Custom009 or Custom010 or Custom011 or Custom012 or Custom013 or Custom014 or Custom015 or Custom016 or Custom017 or Custom018 or Custom019 or Custom020 or Custom021 or MasterFenceEnabled or MasterFenceDisabled or FuelTransaction or IdleEnd or IdleStart or SleepIdle or SleepBatteryLow or WakeUpPowerDownDuration or WakeUpMovementDetected or WakeUpPowerConnected or SleepTimer or SleepStart or WakeUp or Vicking_AccessGranted_MagStripe or Vicking_AccessGranted or Vicking_AccessGranted_Pin or Vicking_AccessDenied_NoPer or Vicking_AccessDenied_NoLst or Vicking_AccessDenied_UnknownBadge or Vicking_AccessDenied_NotInTimeZone or Vicking_Clocking</Type> <TypeText>string</TypeText> <BadgeNr>string</BadgeNr> <BadgeUser>string</BadgeUser> <IsPrivate>boolean</IsPrivate> <InputEntityList xsi:nil="true" /> <AnalogEntityList xsi:nil="true" /> <OutputEntityList xsi:nil="true" /> <Pois xsi:nil="true" /> </LastPosition> </VehicleEntity> </Vehicle_GetAllResult> </Vehicle_GetAllResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /webservices/intellitracer/1.0/IntegratorWebservice.asmx HTTP/1.1 Host: secure.geodynamics.be Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <Vehicle_GetAll xmlns="http://www.geodynamics.be/webservices"> <caller> <CompanyName>string</CompanyName> <LoginName>string</LoginName> <Password>string</Password> </caller> </Vehicle_GetAll> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <Vehicle_GetAllResponse xmlns="http://www.geodynamics.be/webservices"> <Vehicle_GetAllResult> <VehicleEntity> <Id>guid</Id> <Code>string</Code> <Name>string</Name> <VehicleTypeId>guid</VehicleTypeId> <LastSyncDateUtc>dateTime</LastSyncDateUtc> <LastPosition> <GpsDateUtc>dateTime</GpsDateUtc> <ReportDateUtc>dateTime</ReportDateUtc> <ReportDateLocal>dateTime</ReportDateLocal> <AddressEntity xsi:nil="true" /> <Longitude>double</Longitude> <Latitude>double</Latitude> <Altitude>int</Altitude> <Speed>int</Speed> <Heading>int</Heading> <InputAcc>boolean</InputAcc> <VehicleId>guid</VehicleId> <Type>Unknown or Connect or Sync or Disconnect or Position or SerialPort_21 or SerialPort_23 or SerialPort_24 or InputAccOn or InputAccOff or Input01High or Input01Low or Input02High or Input02Low or Input03High or Input03Low or Input04High or Input04Low or Input05High or Input05Low or Input06High or Input06Low or Input07High or Input07Low or Input08High or Input08Low or AnalogInput1 or AnalogInput2 or PowerLow or PowerLost or BackupBatteryLow or GpsDestroyed or PowerLowRecover or PowerLostRecover or BackupBatteryLowRecover or Custom000 or Custom001 or Custom002 or Custom003 or Custom004 or Custom005 or Custom006 or Custom007 or Custom008 or Custom009 or Custom010 or Custom011 or Custom012 or Custom013 or Custom014 or Custom015 or Custom016 or Custom017 or Custom018 or Custom019 or Custom020 or Custom021 or MasterFenceEnabled or MasterFenceDisabled or FuelTransaction or IdleEnd or IdleStart or SleepIdle or SleepBatteryLow or WakeUpPowerDownDuration or WakeUpMovementDetected or WakeUpPowerConnected or SleepTimer or SleepStart or WakeUp or Vicking_AccessGranted_MagStripe or Vicking_AccessGranted or Vicking_AccessGranted_Pin or Vicking_AccessDenied_NoPer or Vicking_AccessDenied_NoLst or Vicking_AccessDenied_UnknownBadge or Vicking_AccessDenied_NotInTimeZone or Vicking_Clocking</Type> <TypeText>string</TypeText> <BadgeNr>string</BadgeNr> <BadgeUser>string</BadgeUser> <IsPrivate>boolean</IsPrivate> <InputEntityList xsi:nil="true" /> <AnalogEntityList xsi:nil="true" /> <OutputEntityList xsi:nil="true" /> <Pois xsi:nil="true" /> </LastPosition> </VehicleEntity> <VehicleEntity> <Id>guid</Id> <Code>string</Code> <Name>string</Name> <VehicleTypeId>guid</VehicleTypeId> <LastSyncDateUtc>dateTime</LastSyncDateUtc> <LastPosition> <GpsDateUtc>dateTime</GpsDateUtc> <ReportDateUtc>dateTime</ReportDateUtc> <ReportDateLocal>dateTime</ReportDateLocal> <AddressEntity xsi:nil="true" /> <Longitude>double</Longitude> <Latitude>double</Latitude> <Altitude>int</Altitude> <Speed>int</Speed> <Heading>int</Heading> <InputAcc>boolean</InputAcc> <VehicleId>guid</VehicleId> <Type>Unknown or Connect or Sync or Disconnect or Position or SerialPort_21 or SerialPort_23 or SerialPort_24 or InputAccOn or InputAccOff or Input01High or Input01Low or Input02High or Input02Low or Input03High or Input03Low or Input04High or Input04Low or Input05High or Input05Low or Input06High or Input06Low or Input07High or Input07Low or Input08High or Input08Low or AnalogInput1 or AnalogInput2 or PowerLow or PowerLost or BackupBatteryLow or GpsDestroyed or PowerLowRecover or PowerLostRecover or BackupBatteryLowRecover or Custom000 or Custom001 or Custom002 or Custom003 or Custom004 or Custom005 or Custom006 or Custom007 or Custom008 or Custom009 or Custom010 or Custom011 or Custom012 or Custom013 or Custom014 or Custom015 or Custom016 or Custom017 or Custom018 or Custom019 or Custom020 or Custom021 or MasterFenceEnabled or MasterFenceDisabled or FuelTransaction or IdleEnd or IdleStart or SleepIdle or SleepBatteryLow or WakeUpPowerDownDuration or WakeUpMovementDetected or WakeUpPowerConnected or SleepTimer or SleepStart or WakeUp or Vicking_AccessGranted_MagStripe or Vicking_AccessGranted or Vicking_AccessGranted_Pin or Vicking_AccessDenied_NoPer or Vicking_AccessDenied_NoLst or Vicking_AccessDenied_UnknownBadge or Vicking_AccessDenied_NotInTimeZone or Vicking_Clocking</Type> <TypeText>string</TypeText> <BadgeNr>string</BadgeNr> <BadgeUser>string</BadgeUser> <IsPrivate>boolean</IsPrivate> <InputEntityList xsi:nil="true" /> <AnalogEntityList xsi:nil="true" /> <OutputEntityList xsi:nil="true" /> <Pois xsi:nil="true" /> </LastPosition> </VehicleEntity> </Vehicle_GetAllResult> </Vehicle_GetAllResponse> </soap12:Body> </soap12:Envelope>