This documentation viewer parses the WDSL of Webservices.nl, and presents an easily readable form.
Select a function from the function list to see its documentation
Grey function names indicate deprecated functions which should not be implemented.

Function: reactRoutePlannerDescription

Navigation on this page

Description of the function

Returns a description of the fastest route between two postcodes. For every part of the route the drivetime in seconds and drivedistance in meters are given as well. If the english argument is true the description will be in english, otherwise it will be in dutch.

Below you will find an overview of the input you must supply to this function, and the output you can expect.

Input to the SOAP server

This is the input you must supply to the SOAP server.

auth_reactid string
postcodefrom string
postcodeto string
english boolean

Output from the SOAP server

This is the output that you will receive from the SOAP server. Optional elements are displayed using a gray italic font.

route array {
struct RoutePart
description string
time int
distance int
}