File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
dlrs/libs/metadataservice/classes Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36900,12 +36900,13 @@ public class MetadataService {
3690036900 }
3690136901 public class MetadataPort {
3690236902 public String endpoint_x {
36903- get{
36904- return endpointUrl + endpointPath;
36903+ get {
36904+ return endpointUrl + endpointPath;
36905+ }
36906+ private set;
3690536907 }
36906- private set;}
3690736908 public String endpointUrl = URL.getOrgDomainUrl().toExternalForm();
36908- public String endpointPath = '/services/Soap/m/34 .0';
36909+ public String endpointPath = '/services/Soap/m/63 .0'; // changing to 64+ causes a break, please test deployment if increasing
3690936910 public Map<String, String> inputHttpHeaders_x;
3691036911 public Map<String, String> outputHttpHeaders_x;
3691136912 public String clientCertName_x;
You can’t perform that action at this time.
0 commit comments