SOAP WSDL Generate Code

DataServiceEndpointSoapBinding / processRepairTasksV4

ASP AutoIt C C (Unicode) C++ C++ (Unicode) C# DataFlex Delphi Foxpro Go Java Node.js Objective-C Perl PHP Extension PowerBuilder Powershell PureBasic Python CkPython Ruby SQL Server Swift TCL VB.NET VB6 VBScript Xojo
<?php

include("chilkat_9_5_0.php");

$xml = new CkXml();
$xml->put_Tag('soapenv:Envelope');
$xml->AddAttribute('xmlns:intf','http://data.webservice.workshop.vivid.nl');
$xml->AddAttribute('xmlns:soapenv','http://schemas.xmlsoap.org/soap/envelope/');
$xml->UpdateChildContent('soapenv:Header','');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:vrid','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:descriptionLanguage','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:carTypeId','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:maintenanceSystemId','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:maintenancePeriodIds','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:repairtimeTypeId','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:typeCategory','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:maintenanceTaskIds','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:useMaintenanceTasks','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:repairTaskIds','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:repairVatRates','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:labourRateMechanical','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:labourRateBody','xml');
$xml->UpdateChildContent('soapenv:Body|intf:processRepairTasksV4|intf:labourRateElectronics','xml');

// In a SOAP HTTP request, including the XML declaration (<?xml version="1.0" encoding="UTF-8"?>) in the XML body is generally not required. 
$xml->put_EmitXmlDecl(false);
$soapRequestBody = $xml->getXml();

$endpoint = 'http://www.haynespro-services.com/workshopServices3/services/DataServiceEndpoint';
$soapAction = '';
//  For SOAP requests, the standard Content-Type is usually set to "text/xml" or "application/soap+xml"
$contentType = 'text/xml';

$http = new CkHttp();

$http->ClearHeaders();
$http->SetRequestHeader('Content-Type',$contentType);
$http->SetRequestHeader('SOAPAction',$soapAction);

// resp is a CkHttpResponse
$resp = $http->PostXml($endpoint,$soapRequestBody,'utf-8');
if ($http->get_LastMethodSuccess() == false) {
    print $http->lastErrorText() . "\n";
    print 'Failed to send SOAP request.' . "\n";
    exit;
}

// Get the XML response body.
$responseXml = new CkXml();
$resp->GetBodyXml($responseXml);

$statusCode = $resp->get_StatusCode();
print 'response status code: ' . $statusCode . "\n";

// If the status code does not indicate succcess, then show the response XML,
// which probably contains error information.
if ($statusCode != 200) {
    print $responseXml->getXml() . "\n";
    exit;
}

print $responseXml->getXml() . "\n";

// Parse the successful SOAP response XML.

// This is a sample of the response XML, but the namespace prefixes will be different.
// We can parse the result using "*" for the namespace prefixes (see below).

$calculatedTime = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:calculatedTime');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:description');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:genarts|*:item|*:description');
$id = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:genarts|*:item|*:id');
$mandatory = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:genarts|*:item|*:mandatory');
$id = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:id');
$jobType = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:jobType');
$oeCode = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:oeCode');
$priceWithoutVat = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:priceWithoutVat');
$awNumber = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:awNumber');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:description');
$direction = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:direction');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:generalArticles|*:item|*:description');
$id = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:generalArticles|*:item|*:id');
$mandatory = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:generalArticles|*:item|*:mandatory');
$hasInfoGroups = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:hasInfoGroups');
$jobType = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:jobType');
$oeCode = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:oeCode');
$criteriaId = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:criteriaId');
$criteriaLevel = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:criteriaLevel');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:description');
$value1 = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:value1');
$value2 = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:value2');
$groupDescription = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:timeCriterias|*:item|*:groupDescription');
$groupId = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:timeCriterias|*:item|*:groupId');
$value = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:followUpWorkList|*:item|*:value');
$awNumber = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:awNumber');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:description');
$direction = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:direction');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:generalArticles|*:item|*:description');
$id = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:generalArticles|*:item|*:id');
$mandatory = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:generalArticles|*:item|*:mandatory');
$hasInfoGroups = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:hasInfoGroups');
$jobType = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:jobType');
$oeCode = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:oeCode');
$criteriaId = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:criteriaId');
$criteriaLevel = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:criteriaLevel');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:description');
$value1 = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:value1');
$value2 = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:value2');
$groupDescription = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:timeCriterias|*:item|*:groupDescription');
$groupId = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:timeCriterias|*:item|*:groupId');
$value = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:includedList|*:item|*:value');
$nodeId = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:nodeId');
$awNumber = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:awNumber');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:description');
$direction = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:direction');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:generalArticles|*:item|*:description');
$id = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:generalArticles|*:item|*:id');
$mandatory = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:generalArticles|*:item|*:mandatory');
$hasInfoGroups = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:hasInfoGroups');
$jobType = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:jobType');
$oeCode = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:oeCode');
$criteriaId = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:criteriaId');
$criteriaLevel = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:criteriaLevel');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:description');
$value1 = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:value1');
$value2 = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:value2');
$groupDescription = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:timeCriterias|*:item|*:groupDescription');
$groupId = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:timeCriterias|*:item|*:groupId');
$value = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:notIncludedList|*:item|*:value');
$awNumber = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:awNumber');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:description');
$direction = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:direction');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:generalArticles|*:item|*:description');
$id = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:generalArticles|*:item|*:id');
$mandatory = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:generalArticles|*:item|*:mandatory');
$hasInfoGroups = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:hasInfoGroups');
$jobType = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:jobType');
$oeCode = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:oeCode');
$criteriaId = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:criteriaId');
$criteriaLevel = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:criteriaLevel');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:description');
$value1 = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:value1');
$value2 = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:value2');
$groupDescription = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:timeCriterias|*:item|*:groupDescription');
$groupId = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:timeCriterias|*:item|*:groupId');
$value = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:preliminaryList|*:item|*:value');
$confirmationLink = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:status|*:confirmationLink');
$statusCode = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:repairtimesInfo|*:status|*:statusCode');
$subtotal = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:subtotal');
$criteriaId = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:criteriaId');
$criteriaLevel = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:criteriaLevel');
$description = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:description');
$value1 = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:value1');
$value2 = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:timeCriterias|*:item|*:groupCriterias|*:item|*:value2');
$groupDescription = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:timeCriterias|*:item|*:groupDescription');
$groupId = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:timeCriterias|*:item|*:groupId');
$vat = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:basketItems|*:item|*:vat');
$repairPriceWithoutVat = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:repairPriceWithoutVat');
$repairTasksVat = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:repairTasksVat');
$confirmationLink = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:status|*:confirmationLink');
$statusCode = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:status|*:statusCode');
$totalRepairPrice = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:totalRepairPrice');
$totalRepairTime = $responseXml->getChildContent('*:Body|*:processRepairTasksV4Response|*:processRepairTasksV4Return|*:totalRepairTime');

?>
Request XML
<soapenv:Envelope xmlns:intf="http://data.webservice.workshop.vivid.nl" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header/>
    <soapenv:Body>
        <intf:processRepairTasksV4>
            <intf:vrid>xml</intf:vrid>
            <intf:descriptionLanguage>xml</intf:descriptionLanguage>
            <intf:carTypeId>xml</intf:carTypeId>
            <intf:maintenanceSystemId>xml</intf:maintenanceSystemId>
            <intf:maintenancePeriodIds>xml</intf:maintenancePeriodIds>
            <intf:repairtimeTypeId>xml</intf:repairtimeTypeId>
            <intf:typeCategory>xml</intf:typeCategory>
            <intf:maintenanceTaskIds>xml</intf:maintenanceTaskIds>
            <intf:useMaintenanceTasks>xml</intf:useMaintenanceTasks>
            <intf:repairTaskIds>xml</intf:repairTaskIds>
            <intf:repairVatRates>xml</intf:repairVatRates>
            <intf:labourRateMechanical>xml</intf:labourRateMechanical>
            <intf:labourRateBody>xml</intf:labourRateBody>
            <intf:labourRateElectronics>xml</intf:labourRateElectronics>
        </intf:processRepairTasksV4>
    </soapenv:Body>
</soapenv:Envelope>
Response XML
<soapenv:Envelope xmlns:intf="http://data.webservice.workshop.vivid.nl" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header/>
    <soapenv:Body>
        <intf:processRepairTasksV4Response>
            <intf:processRepairTasksV4Return>
                <intf:basketItems>
                    <intf:item>
                        <intf:calculatedTime>xml</intf:calculatedTime>
                        <intf:description>xml</intf:description>
                        <intf:genarts>
                            <intf:item>
                                <intf:description>xml</intf:description>
                                <intf:id>xml</intf:id>
                                <intf:mandatory>xml</intf:mandatory>
                            </intf:item>
                        </intf:genarts>
                        <intf:id>xml</intf:id>
                        <intf:jobType>xml</intf:jobType>
                        <intf:oeCode>xml</intf:oeCode>
                        <intf:priceWithoutVat>xml</intf:priceWithoutVat>
                        <intf:repairtimesInfo>
                            <intf:followUpWorkList>
                                <intf:item>
                                    <intf:awNumber>xml</intf:awNumber>
                                    <intf:description>xml</intf:description>
                                    <intf:direction>xml</intf:direction>
                                    <intf:generalArticles>
                                        <intf:item>
                                            <intf:description>xml</intf:description>
                                            <intf:id>xml</intf:id>
                                            <intf:mandatory>xml</intf:mandatory>
                                        </intf:item>
                                    </intf:generalArticles>
                                    <intf:hasInfoGroups>xml</intf:hasInfoGroups>
                                    <intf:jobType>xml</intf:jobType>
                                    <intf:oeCode>xml</intf:oeCode>
                                    <intf:timeCriterias>
                                        <intf:item>
                                            <intf:groupCriterias>
                                                <intf:item>
                                                    <intf:criteriaId>xml</intf:criteriaId>
                                                    <intf:criteriaLevel>xml</intf:criteriaLevel>
                                                    <intf:description>xml</intf:description>
                                                    <intf:value1>xml</intf:value1>
                                                    <intf:value2>xml</intf:value2>
                                                </intf:item>
                                            </intf:groupCriterias>
                                            <intf:groupDescription>xml</intf:groupDescription>
                                            <intf:groupId>xml</intf:groupId>
                                        </intf:item>
                                    </intf:timeCriterias>
                                    <intf:value>xml</intf:value>
                                </intf:item>
                            </intf:followUpWorkList>
                            <intf:includedList>
                                <intf:item>
                                    <intf:awNumber>xml</intf:awNumber>
                                    <intf:description>xml</intf:description>
                                    <intf:direction>xml</intf:direction>
                                    <intf:generalArticles>
                                        <intf:item>
                                            <intf:description>xml</intf:description>
                                            <intf:id>xml</intf:id>
                                            <intf:mandatory>xml</intf:mandatory>
                                        </intf:item>
                                    </intf:generalArticles>
                                    <intf:hasInfoGroups>xml</intf:hasInfoGroups>
                                    <intf:jobType>xml</intf:jobType>
                                    <intf:oeCode>xml</intf:oeCode>
                                    <intf:timeCriterias>
                                        <intf:item>
                                            <intf:groupCriterias>
                                                <intf:item>
                                                    <intf:criteriaId>xml</intf:criteriaId>
                                                    <intf:criteriaLevel>xml</intf:criteriaLevel>
                                                    <intf:description>xml</intf:description>
                                                    <intf:value1>xml</intf:value1>
                                                    <intf:value2>xml</intf:value2>
                                                </intf:item>
                                            </intf:groupCriterias>
                                            <intf:groupDescription>xml</intf:groupDescription>
                                            <intf:groupId>xml</intf:groupId>
                                        </intf:item>
                                    </intf:timeCriterias>
                                    <intf:value>xml</intf:value>
                                </intf:item>
                            </intf:includedList>
                            <intf:nodeId>xml</intf:nodeId>
                            <intf:notIncludedList>
                                <intf:item>
                                    <intf:awNumber>xml</intf:awNumber>
                                    <intf:description>xml</intf:description>
                                    <intf:direction>xml</intf:direction>
                                    <intf:generalArticles>
                                        <intf:item>
                                            <intf:description>xml</intf:description>
                                            <intf:id>xml</intf:id>
                                            <intf:mandatory>xml</intf:mandatory>
                                        </intf:item>
                                    </intf:generalArticles>
                                    <intf:hasInfoGroups>xml</intf:hasInfoGroups>
                                    <intf:jobType>xml</intf:jobType>
                                    <intf:oeCode>xml</intf:oeCode>
                                    <intf:timeCriterias>
                                        <intf:item>
                                            <intf:groupCriterias>
                                                <intf:item>
                                                    <intf:criteriaId>xml</intf:criteriaId>
                                                    <intf:criteriaLevel>xml</intf:criteriaLevel>
                                                    <intf:description>xml</intf:description>
                                                    <intf:value1>xml</intf:value1>
                                                    <intf:value2>xml</intf:value2>
                                                </intf:item>
                                            </intf:groupCriterias>
                                            <intf:groupDescription>xml</intf:groupDescription>
                                            <intf:groupId>xml</intf:groupId>
                                        </intf:item>
                                    </intf:timeCriterias>
                                    <intf:value>xml</intf:value>
                                </intf:item>
                            </intf:notIncludedList>
                            <intf:preliminaryList>
                                <intf:item>
                                    <intf:awNumber>xml</intf:awNumber>
                                    <intf:description>xml</intf:description>
                                    <intf:direction>xml</intf:direction>
                                    <intf:generalArticles>
                                        <intf:item>
                                            <intf:description>xml</intf:description>
                                            <intf:id>xml</intf:id>
                                            <intf:mandatory>xml</intf:mandatory>
                                        </intf:item>
                                    </intf:generalArticles>
                                    <intf:hasInfoGroups>xml</intf:hasInfoGroups>
                                    <intf:jobType>xml</intf:jobType>
                                    <intf:oeCode>xml</intf:oeCode>
                                    <intf:timeCriterias>
                                        <intf:item>
                                            <intf:groupCriterias>
                                                <intf:item>
                                                    <intf:criteriaId>xml</intf:criteriaId>
                                                    <intf:criteriaLevel>xml</intf:criteriaLevel>
                                                    <intf:description>xml</intf:description>
                                                    <intf:value1>xml</intf:value1>
                                                    <intf:value2>xml</intf:value2>
                                                </intf:item>
                                            </intf:groupCriterias>
                                            <intf:groupDescription>xml</intf:groupDescription>
                                            <intf:groupId>xml</intf:groupId>
                                        </intf:item>
                                    </intf:timeCriterias>
                                    <intf:value>xml</intf:value>
                                </intf:item>
                            </intf:preliminaryList>
                            <intf:status>
                                <intf:confirmationLink>xml</intf:confirmationLink>
                                <intf:statusCode>xml</intf:statusCode>
                            </intf:status>
                        </intf:repairtimesInfo>
                        <intf:subtotal>xml</intf:subtotal>
                        <intf:timeCriterias>
                            <intf:item>
                                <intf:groupCriterias>
                                    <intf:item>
                                        <intf:criteriaId>xml</intf:criteriaId>
                                        <intf:criteriaLevel>xml</intf:criteriaLevel>
                                        <intf:description>xml</intf:description>
                                        <intf:value1>xml</intf:value1>
                                        <intf:value2>xml</intf:value2>
                                    </intf:item>
                                </intf:groupCriterias>
                                <intf:groupDescription>xml</intf:groupDescription>
                                <intf:groupId>xml</intf:groupId>
                            </intf:item>
                        </intf:timeCriterias>
                        <intf:vat>xml</intf:vat>
                    </intf:item>
                </intf:basketItems>
                <intf:repairPriceWithoutVat>xml</intf:repairPriceWithoutVat>
                <intf:repairTasksVat>xml</intf:repairTasksVat>
                <intf:status>
                    <intf:confirmationLink>xml</intf:confirmationLink>
                    <intf:statusCode>xml</intf:statusCode>
                </intf:status>
                <intf:totalRepairPrice>xml</intf:totalRepairPrice>
                <intf:totalRepairTime>xml</intf:totalRepairTime>
            </intf:processRepairTasksV4Return>
        </intf:processRepairTasksV4Response>
    </soapenv:Body>
</soapenv:Envelope>