From e17e2d873fde1e03ca79fd81de9274a59f907b3a Mon Sep 17 00:00:00 2001 From: Jd Daniel Date: Mon, 18 Mar 2013 10:16:01 -0700 Subject: [PATCH] Upgrading to API version 27.0 --- soapclient/SforceBaseClient.php | 2 +- soapclient/SforceMetadataClient.php | 2 +- soapclient/enterprise.wsdl.xml | 4 ++-- soapclient/metadata.wsdl.xml | 4 ++-- soapclient/partner.wsdl.xml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/soapclient/SforceBaseClient.php b/soapclient/SforceBaseClient.php index 3ab8a71..71174bc 100644 --- a/soapclient/SforceBaseClient.php +++ b/soapclient/SforceBaseClient.php @@ -41,7 +41,7 @@ class SforceBaseClient { protected $sforce; protected $sessionId; protected $location; - protected $version = '20.0'; + protected $version = '27.0'; protected $namespace; diff --git a/soapclient/SforceMetadataClient.php b/soapclient/SforceMetadataClient.php index 60f0007..7477d72 100644 --- a/soapclient/SforceMetadataClient.php +++ b/soapclient/SforceMetadataClient.php @@ -30,7 +30,7 @@ class SforceMetadataClient { public $sforce; protected $sessionId; protected $location; - protected $version = '20.0'; + protected $version = '27.0'; protected $namespace = 'http://soap.sforce.com/2006/04/metadata'; diff --git a/soapclient/enterprise.wsdl.xml b/soapclient/enterprise.wsdl.xml index 423bda2..06b1c74 100644 --- a/soapclient/enterprise.wsdl.xml +++ b/soapclient/enterprise.wsdl.xml @@ -1,6 +1,6 @@ @@ -3331,7 +3331,7 @@ Copyright 2006-2010 Salesforce.com, inc. All Rights Reserved Manage your Salesforce.com metadata - + \ No newline at end of file diff --git a/soapclient/partner.wsdl.xml b/soapclient/partner.wsdl.xml index 8d75c97..fa3f984 100644 --- a/soapclient/partner.wsdl.xml +++ b/soapclient/partner.wsdl.xml @@ -1,6 +1,6 @@