Skip to content

Instantly share code, notes, and snippets.

@kolyadin
Created September 25, 2014 15:57
Show Gist options
  • Save kolyadin/fcaa0771e9fc72d21beb to your computer and use it in GitHub Desktop.
Save kolyadin/fcaa0771e9fc72d21beb to your computer and use it in GitHub Desktop.
$ php vw-request.php
<pre>SoapClient Object
(
[_soap_version] => 1
[sdl] => Resource id #4
[__soap_fault] => SoapFault Object
(
[message:protected] => Unknown protocol. Only http and https are allowed.
[string:Exception:private] =>
[code:protected] => 0
[file:protected] => /data/sites/vw-service/scripts/vw-request.php
[line:protected] => 13
[trace:Exception:private] => Array
(
[0] => Array
(
[function] => __doRequest
[class] => SoapClient
[type] => ->
[args] => Array
(
[0] => <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://xmldefs.volkswagenag.com/Retail/VehicleRecallManagementService/V1"><SOAP-ENV:Body><ns1:GetCampaignsByVehicle/></SOAP-ENV:Body></SOAP-ENV:Envelope>
[1] => ws://volkswagenag.com/Retail/VehicleRecallManagementService/V1
[2] => http://xmldefs.volkswagenag.com/Retail/VehicleRecallManagementService/V1/VehicleRecallManagementServicePort/GetCampaignsByVehicle
[3] => 1
[4] => 0
)
)
[1] => Array
(
[file] => /data/sites/vw-service/scripts/vw-request.php
[line] => 13
[function] => __call
[class] => SoapClient
[type] => ->
[args] => Array
(
[0] => GetCampaignsByVehicle
[1] => Array
(
[0] => Array
(
[0] => 33
)
)
)
)
[2] => Array
(
[file] => /data/sites/vw-service/scripts/vw-request.php
[line] => 13
[function] => GetCampaignsByVehicle
[class] => SoapClient
[type] => ->
[args] => Array
(
[0] => Array
(
[0] => 33
)
)
)
)
[previous:Exception:private] =>
[faultstring] => Unknown protocol. Only http and https are allowed.
[faultcode] => HTTP
)
)
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment