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

Pull request for V27.0 WSDL updates #26

Merged
merged 1 commit into from
Aug 30, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>