Forum Discussion

Edddlund's avatar
Edddlund
Regular Visitor
9 years ago

WSDL request

Hey!

Our service provider for our GPS devices has a web resource that I have managed to connect with in Power Bi.

I have entered the login information, but I only see a list of commands and URLs in the Query Editor tables.

It seems like I have to ask for a specific table to get it, below is the command I need to make a request for, how can I do it?

 

GetTriplogUnitPositions

 

Gets the current position of all triplog units.

 

Request

Name Type Description

SessionId String From login

 

Response

List of GpsPosition containing the following properties

Name Type Description

SerialNo String Unit Serial Number

UnitName String Unit Name

Latitude Double Latitude WGS84 Degrees

Longitude Double Longitude WGS84 Degrees

Course Double Course in degrees

Speed Double Speed (always 0)

PositionTimeStamp Date Timestamp of the recorded position

GetEquipmentUnitPositions

Gets the current position of all equipment control units.

 

 

Regards Erik