SOAP API provides a powerful, convenient, and simple SOAP-based Web services interface for interacting with Salesforce.You can use SOAP API to create, retrieve, update, or delete records. You can also use SOAP API to perform searches and much more. Use SOAP API in any language that supports Web ...

learn more… | top users | synonyms

0
votes
1answer
33 views

Do I have enough data to create a salesforce php integration as a beginner?

I received a task as a part of a recruitment process although PHP and Salesforce developer experience was not specified as a requirement, but I want to try to finish it and learn something new. I ...
0
votes
0answers
11 views

Web service callout failed: Unable to parse callout response. Apex type not found for element ID

This sounds similar to question here. But the problem is; In my case, creating a custom class or element of type ID is not helping. System.CalloutException: Web service callout failed: Unable to ...
0
votes
0answers
18 views

SOAP API and invalid Field Type

We use SOAP-API and Perl to transmit data from our web shop to Salesforce and Financial Force. To save invoices and related line items we use FF objects c2g__codaInvoice__c and ...
0
votes
0answers
19 views

Schedule an email to be sent to dynamic user on dynamic date and Time

I am using a Shopify store to allows customers to send out Gifts. The transaction will be processed within Shopify and the Gift Email will be sent via Salesforce Marketing Cloud. I am using PHP to ...
1
vote
1answer
25 views

Need Help debugging - Exception occurred during [ScheduleEmailSendDefinition]

I have the following code, which I found and updated. Initially I tried the code example from http://help.marketingcloud.com/en/technical_library/web_service_guide/technical_articles/...
0
votes
1answer
11 views

Unable to get a PartnerConnection

Using the SOAP API, I can get a PartnerConnection to literally 100+ orgs. There is 1 org that this doesn't work for though. I use the System Administrator profile/user credentials. API Enabled is set ...
1
vote
1answer
36 views

Describe not returning Inactive picklist values via API

I'm using Partner API to describe salesforce schema. For some reason, in picklist fields I only see the active values (although there's a field "getActive()") Is this a limitation or am I doing ...
1
vote
0answers
9 views

Update subscriber status at publication list level within a BU using Fuel SDK

We have requirement to be able to update (Subscribe / Unsubscribe) Subscriber Status at specific Publication list level within a BU. We are using Java Fuel SDK for this. The API Key / client secret ...
0
votes
0answers
17 views

Using SOAP API how to create a Fire Event activity in Automation Workflow?

I am trying to create an Automation using SOAP API. So far I have managed to create Email Send Activity using "EmailSendDefinition" type and "SQL QUERY" activity using "QueryDefinition" type. For ...
2
votes
1answer
18 views

How can a Knowledge Article be published using the SOAP API?

I'm attempting to use Salesforce's SOAP API to publish a knowledge article, but when I set the PublishStatus to Online, I get the following error: Unable to create/update fields: PublishStatus. Please ...
0
votes
0answers
20 views

Salesforce connector exception

While using the force.com wsc connector, I get the following error- Exception in thread "main" com.sforce.ws.ConnectionException: Unexpected element. Parser was expecting element 'urn:...
1
vote
1answer
19 views

SAXParseException during login/authentication: The prefix “ntv” is not bound

This is the first time we are working with a platform like salesforce. We are trying to write a xml soap request with guidance of documentation we received from our client, whom is in partnership with ...
1
vote
2answers
187 views

First error: [UNKNOWN_EXCEPTION] ConcurrentPerOrgLongTxn Limit exceeded

We are currently facing a Salesforce platform error I have never seen before; First error: [UNKNOWN_EXCEPTION] ConcurrentPerOrgLongTxn Limit exceeded This happens both when logging into the API ...
0
votes
0answers
35 views

API to retrieve subscribers with statistics from journey in Marketing Cloud (former ExactTarget)

Just duplicating my question from there: We have following task: In the Marketing Cloud there are few journeys created by Journey Builder. They all are assigned to different Data Extensions via Event ...
0
votes
2answers
27 views

Using upsert with the partner WSDL SOAP API

I have created a DLL project in C# which is used to add a lead to a Salesforce account via the Partner WSDL/SOAP API. This DLL is called from an external .NET web application, and the idea is to send ...
0
votes
0answers
25 views

Update Trigger Send Definition (PHP)

I´m trying to update a TriggerSendDefinition using the API (PHP) but I think I´m missing something... I´m having a look at https://help.marketingcloud.com/en/technical_library/web_service_guide/...
0
votes
0answers
9 views

FuelSdk java osgi seistub cannot be cast to org.apache.cxf.frontend.clientproxy

I am trying to use the fuelsdk in an osgi environment. I am getting this error - java.lang.ClassCastException: com.sun.xml.internal.ws.client.sei.SEIStub cannot be cast to org.apache.cxf.frontend....
0
votes
0answers
9 views

Sending Content Builder templates/emails via the SOAP API

We are wanting to switch our organisation to Content Builder rather than stick with classic tools, and at the same time base the emails we send off a template editable via the UI, rather than a HTML ...
0
votes
0answers
23 views

Filtering a Page Layout based on Record Type + Specific Profile

I'm trying to retrieve a Page Layout for Record Type X and profile Y while logged in as user without profile Y (Sys Admin or connection from Apex in general, which to my understanding has 'global' ...
1
vote
1answer
12 views

How do I add data to another organization's Salesforce account using SOAP API?

I need to add data, specifically a lead, to another organization's Salesforce account. I need to use the SOAP API from an external .NET web application. In my prototypes I have the Enterprise WSDL in ...
0
votes
0answers
13 views

Issue in upserting a record by populating its master external id from external system

We have an object say Obj1 which has lookup field to Obj2 called Lkpfield__c. Obj1: obj1ExtField__c(ExternalId Field),field1__c, Obj2LkpField__c(This is lookup to Obj2) Obj2: field2__c, Obj2ExtField(...
3
votes
1answer
36 views

Salesforce Objects that do not have Id as the unique identifier

I just observed that a Salesforce Object called ApexPageInfo has duplicate Ids. The assumption was that Ids are unique. However, prodding through the describessObject of the object, the field ...
1
vote
1answer
31 views

need help with apex callout

I am making a callout to an external site to populate certain fields on the Account object based on the response of the the external site. There is a custom button on the Account object which is ...
0
votes
0answers
11 views

Requested value 'APIObject' was not found while adding a row in a dataextension object Bad Request

I am getting a Requested value 'APIObject' was not found. error while adding a row in the dataextension object This is the soap request -- <?xml version="1.0" encoding="UTF-8"?> <...
1
vote
2answers
17 views

How to determine which org the user belongs to using credentials (Using .net and salesforce WSDL)

i am a .net developer and new to salesforce. I have currently build a .net web application which queries account details from multiple salesforce orgs. I am using partner wsdl to dynamically pull the ...
0
votes
0answers
17 views

$Api.Partner_Server_URL_100 returning different result in Salesforce Community

I have a managed package that is using the Api.Partner_Server_URL_100 to get the serverURL that can be used by the external system to call back into the Salesforce using Soap API. When I am logged in ...
3
votes
1answer
36 views

Can I take a WSDL from an external system and use it in Salesforce as the format that Salesforce should accept?

I am going about an integration with an external system and they are providing me with two WSDL files. Salesforce2Parter.wsdl Partner2Salesforce.wsdl I am able to import the Salesforce2Partner.wsdl ...
1
vote
1answer
27 views

SOAP API limit for getUserInfo() method

Does SOAP API limit applies for getUserInfo() method ? getUserInfoResult result = connection.getUserInfo(); If there is a limit then what will be it?
2
votes
1answer
22 views

Salesforce QueryResult - how to get relationship column data from results

Using the Salesforce SOAP API to query some data from accountContactRole table. What is the best way to get a relationship value from the query result. When I perform the query in workbench or ...
0
votes
0answers
15 views

SessionID invalid in SOAP API but not affected in UI

I have a session id (taken from an Apex Class) for a single sign on user which expires every 15 minutes of inactivity via SOAP API. But the Salesforce UI, if inactive for 15 minutes does not expire. ...
0
votes
0answers
20 views

Query Code Coverage From Apex Class

I tried to get code coverage from apex using the following query but I got the following error: Query : SELECT Coverage,ApexClassOrTriggerid,TestMethodName,NumLinesCovered,NumLinesUncovered,...
0
votes
1answer
58 views

Server-Side Javascript calling SOAP API

Does anyone see why this SOAP Request would return a 500 Internal Server Error? If I just pull out the payload test and run it in SOAP UI I get a correct response? <script language="javascript" ...
1
vote
1answer
34 views

Use JSForce to connect with a community/portal user

it possible to connect to sales force with a community license user using jsforce? This is what I have tried let conn = new jsforce.Connection({ loginUrl : 'https://login.salesforce.com' }); ...
0
votes
0answers
38 views

Invalid type: FindDuplicatesResult Winter 17 release

When using the code below, i am getting Invalid type: FindDuplicatesResult errror. my sandbox is winter17 on which this is supported as per SOAP API salesforce docs. Please help public void ...
0
votes
1answer
24 views

Data Extension Extract Compression

I'm scheduling data extension extracts via the SOAP API. Some of the generated files can be large. Is there an attribute I can set in the request to specify that the file should be compressed? I'm ...
0
votes
0answers
10 views

Update Subscriber in Marketing Cloud while Service Cloud

As you know when Marketing cloud Connect package installed in Salesforce service cloud we have opt-in/out check box on lead and contact page layout. What we want is if opt-in/out check box checked/...
0
votes
0answers
7 views

What is the easiest way to asynchronously get subscription status by email and list id?

Right now, I'm using the PHP SOAP client, pretty close to how it's being used here: Retrieving Data from a Data Extension It works great most of the time, until a peak time arises, and then it ...
0
votes
1answer
33 views

SFMC c# SOAP API - Unexpected Error Updating Email Send Definition?

I am trying to update an email send definition with a sender profile via the c# SOAP API library. I have my email send definition object, and I have a sender profile object. I'm assigning the sender ...
0
votes
1answer
19 views

SOAP API Request to Business Unit

I am getting this error: Object not set to an instance of an object. What am I missing? <?xml version="1.0" encoding="utf-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/...
0
votes
1answer
37 views

Loading Massive data into Data Extension using API

I want to load about a million records into a Data Extension from an external system. Wondering what would be the most efficient way to achieve that? If I use SOAP/ REST API, how many records should ...
0
votes
0answers
32 views

SAP PI invokes SFDC service and retrieves PDF

We have a requirement where SAP PI interacts with SFDC, gets a PDF from SFDC(and SAP PI sends it to another external system which is not in our scope) and for implementing this, please let me know if ...
0
votes
0answers
12 views

SOAPAction HTTP Header is missing while executing script in loadrunner

I am facing the below error for following script: Error: Error -27796: Could not resolve address of host test.salesforce.com In the test result it is giving error AOAP Action header is missing as ...
0
votes
0answers
16 views

Download SalesForce Report using SOAP

I have received wsdl file using which I am successful in login into salesforce account at URL https://login.salesforce.com/services/Soap/c/34.0/0DF200000000gOK using username, password and ...
1
vote
1answer
28 views

SFMC API - Email Send Definition Not Implemented Error?

I'm trying to create and schedule an Email Send Definition via the c# SOAP API library and receiving a 42000 error. The docs for that error are pretty vague. Has anyone seen this before? What ...
0
votes
0answers
17 views

Insert parent and related child records using one SOAP API call

Is there a way to insert a tree of records, i.e a parent record and related child records using one SOAP API call, similar to the SObject Tree feature in the REST API? Reference: https://developer....
0
votes
0answers
11 views

undelete not for Report? `Entity type is not undeletable`

Using this soap-call I can undelete Document but not Report? My SOAP: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:partner.soap.sforce.com"> <...
2
votes
1answer
130 views

Custom Boolean Field Retrieve

I'm currently only able to retrieve non-boolean columns from a SOQL query when using the SforceEnterpriseClient. In the below query Columns1 and Column2 fail to return data to me. SELECT Column1__c, ...
0
votes
0answers
23 views

SFMC/Exact Target c# SOAP API - is there a way to assign tracking folders to email send definitions?

I'm creating an email send definition for a user-initiated send with the c# SOAP API library. Is it possible to assign the tracking destination folder through the API? Thanks in advance!
1
vote
1answer
50 views

WSDL2Apex: How to edit Paypal WSDL because of few XSD schema imports?

Please help me edit Paypal WSDL because of its XSD schema imports. I needed to run it over to WSDL2Apex of Salesforce. And with import, it would return an error: Error: Failed to parse wsdl: Found ...
1
vote
3answers
106 views

Integrating Salesforce with External System without Authentication

We have a requirement to integrate Oracle database with Salesforce.com through SAP PI to push data from Oracle database to Salesforce on a daily basis. As per my knowledge, external system needs ...