GetVersion Method
Verifies the webpi version.
Input Parameters
No input parameters
Output Parameters
Field Name | Type | Required? | Description |
---|---|---|---|
version | string | - | Current webapi service version |
Examples of Calls
define( 'WSDL', 'https://dhl24.com.pl/webapi2' ); $client = new SoapClient( WSDL, true ); $client->getVersion();