Skip to main content

Questions tagged [wsdl]

See the following for more information about WSDL (Web Services Description Language)

0 votes
0 answers
25 views

I am trying to generate Apex classes from WSDL files and firstly getting a warning after selecting a WSDL file and if I continue on, I get this error after clicking Generate Apex Classes button ...
Lena Razov's user avatar
0 votes
0 answers
51 views

I'm using a tool called sfmetadataextractor to generate an Apex class from a Metadata WSDL file. The Apex class is being created successfully, but none of the methods in the class are extending ...
Omkar Chavan's user avatar
0 votes
0 answers
119 views

I am trying to send a request to a SOAP Service with OAuth authentication. The SOAP Service is on an external system outside Salesforce and i want to send the request from Salesforce. I have the WSDL ...
garciam202's user avatar
0 votes
1 answer
144 views

I am trying to build tooling around sandbox management but pretty much got stumped by how I would even test this without using Production. My client app is intended to be build on Java and using the ...
Apex Srinivas's user avatar
-1 votes
1 answer
73 views

I use an enterprise WSDL to connect to Salesforce as API user Will this require MFA to connect in 2023? Is MFA required for my integration users? Details of MFA enablement can be found here
Doug Connor's user avatar
1 vote
1 answer
744 views

My mission is the following : integrate a web service (SOAP protocol) into a dev Salesforce org. I discovered the different way to integrate into Salesforce (reading official Salesforce documentation (...
Leopold S's user avatar
1 vote
0 answers
139 views

I am querying some records of type ContentVersion, changing Title then updating that records through ContentVersion contentVersionToUpdate = new ContentVersion(); contentVersionToUpdate.setTitle(...
Mohamed Houssein Douici's user avatar
2 votes
0 answers
77 views

Attempting to use the Upsert function contained in the Enterprise WSDL (Salesforce Sandbox) version 54. Unfortunately not very familiar with SF development or Upserts, the documentation on the ...
Bob P's user avatar
  • 31
0 votes
1 answer
1k views

I am currently working on a project to interface out .Net Core 3.1 application to Salesforce. Unfortunately I am not very familiar with Salesforce and their SOAP API. I have been attempting to find ...
Bob P's user avatar
  • 31
0 votes
1 answer
3k views

Im currently using XmlNode and Document classes in apex to generate XML from sObject records. It works great for low volumes (up to 1000 records). However after that, I get CPU timeout. I can't see a ...
Jay's user avatar
  • 676
1 vote
0 answers
75 views

I'm trying to update sobject from one to another sf org. I import my custom wsdl sobjectEnterpriseSoapSforceCom and sobjectEnterpriseSoapSforceCom, i pass login but i cannot able to update an sobject. ...
mattew's user avatar
  • 11
1 vote
1 answer
333 views

Related to this other question Discover Schema of Source + Metadata XML formats I am trying to download the Metadata API WSDL file from the Orgs URL https://ServInstance.salesforce.com/services/wsdl/...
Robert Sösemann's user avatar
0 votes
0 answers
730 views

I'm trying to build my own metadata wrapper class to call MD-API directly from apex since the apex-mdapi solution by Andrew Fawcett on Github is kinda outdated. I downloaded the current metadata WSDL (...
yassin0's user avatar
  • 25
0 votes
1 answer
4k views

I created a new custom object and added it to a screen flow. That flow is using the Create Records step to try an create a new custom object. The flow fails with the following error: This error ...
JT Smith's user avatar
  • 103
0 votes
0 answers
177 views

I’ve developed a webservice which basically allows third party to update field Processed_status__c on opportunity object. I’ve generated opportunityUpdate.wsdl file which I would share with them. ...
wink's user avatar
  • 17

15 30 50 per page
1
2 3 4 5
18