diff --git a/soapclient/SforcePartnerClient.php b/soapclient/SforcePartnerClient.php index 2399626..66bb75a 100644 --- a/soapclient/SforcePartnerClient.php +++ b/soapclient/SforcePartnerClient.php @@ -42,8 +42,8 @@ // string content into the parsed output and loses the tag name. Removing the // xsi:type forces PHP SOAP to just leave the tags intact class SforceSoapClient extends SoapClient { - function __doRequest($request, $location, $action, $version) { - $response = parent::__doRequest($request, $location, $action, $version); + function __doRequest($request, $location, $action, $version, $one_way=0) { + $response = parent::__doRequest($request, $location, $action, $version, $one_way); // Quick check to only parse the XML here if we think we need to if (strpos($response, '