Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Upgrading to API version 27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jd Daniel committed Mar 18, 2013
1 parent 329d109 commit e17e2d8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion soapclient/SforceBaseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SforceBaseClient {
protected $sforce;
protected $sessionId;
protected $location;
protected $version = '20.0';
protected $version = '27.0';

protected $namespace;

Expand Down
2 changes: 1 addition & 1 deletion soapclient/SforceMetadataClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
4 changes: 2 additions & 2 deletions soapclient/enterprise.wsdl.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Salesforce.com Enterprise Web Services API Version 20.0
Salesforce.com Enterprise Web Services API Version 27.0
Generated on 2010-11-04 10:49:00 +0000.
Copyright 1999-2010 salesforce.com, inc.
Expand Down Expand Up @@ -6296,7 +6296,7 @@ All Rights Reserved
<service name="SforceService">
<documentation>Sforce SOAP API</documentation>
<port binding="tns:SoapBinding" name="Soap">
<soap:address location="https://login.salesforce.com/services/Soap/c/20.0"/>
<soap:address location="https://login.salesforce.com/services/Soap/c/27.0"/>
</port>
</service>
</definitions>
4 changes: 2 additions & 2 deletions soapclient/metadata.wsdl.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Salesforce.com Metadata API version 20.0
Salesforce.com Metadata API version 27.0
Copyright 2006-2010 Salesforce.com, inc. All Rights Reserved
-->
Expand Down Expand Up @@ -3331,7 +3331,7 @@ Copyright 2006-2010 Salesforce.com, inc. All Rights Reserved
<service name="MetadataService">
<documentation>Manage your Salesforce.com metadata</documentation>
<port binding="tns:MetadataBinding" name="Metadata">
<soap:address location="https://na7-api.salesforce.com/services/Soap/m/20.0"/>
<soap:address location="https://na7-api.salesforce.com/services/Soap/m/27.0"/>
</port>
</service>
</definitions>
4 changes: 2 additions & 2 deletions soapclient/partner.wsdl.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Salesforce.com Partner Web Services API Version 20.0
Salesforce.com Partner Web Services API Version 27.0
Generated on 2010-11-04 10:50:34 +0000.
Copyright 1999-2010 salesforce.com, inc.
Expand Down Expand Up @@ -3125,7 +3125,7 @@ All Rights Reserved
<service name="SforceService">
<documentation>Sforce SOAP API</documentation>
<port binding="tns:SoapBinding" name="Soap">
<soap:address location="https://login.salesforce.com/services/Soap/u/20.0"/>
<soap:address location="https://login.salesforce.com/services/Soap/u/27.0"/>
</port>
</service>
</definitions>

0 comments on commit e17e2d8

Please sign in to comment.