Skip to content

Commit

Permalink
Merge pull request #14 from forcedotcom/phale/250-wsdls
Browse files Browse the repository at this point in the history
feat: update wsdls for 250 release
  • Loading branch information
peternhale authored Jun 17, 2024
2 parents d59dab6 + 8d553e4 commit 6577778
Show file tree
Hide file tree
Showing 4 changed files with 4,147 additions and 1,172 deletions.
7 changes: 4 additions & 3 deletions resources/apex.wsdl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Salesforce.com Apex API version 60.0
Salesforce.com Apex API version 61.0
Copyright 2006-2023 Salesforce.com, inc. All Rights Reserved
Copyright 2006-2024 Salesforce.com, inc. All Rights Reserved
-->
<definitions targetNamespace="http://soap.sforce.com/2006/08/apex" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://soap.sforce.com/2006/08/apex">
<types>
Expand Down Expand Up @@ -177,6 +177,7 @@ Copyright 2006-2023 Salesforce.com, inc. All Rights Reserved
<xsd:enumeration value="IndicatorResultFlow"/>
<xsd:enumeration value="IndividualObjectLinkingFlow"/>
<xsd:enumeration value="PromptFlow"/>
<xsd:enumeration value="AdvancedApproval"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="FlowCoverageWarning">
Expand Down Expand Up @@ -603,7 +604,7 @@ Copyright 2006-2023 Salesforce.com, inc. All Rights Reserved
<service name="ApexService">
<documentation>Manage your Salesforce.com Apex classes and triggers</documentation>
<port binding="tns:ApexBinding" name="Apex">
<soap:address location="http://localhost:8080/services/Soap/s/60.0"/>
<soap:address location="http://localhost:8080/services/Soap/s/61.0"/>
</port>
</service>
</definitions>
Loading

0 comments on commit 6577778

Please sign in to comment.