Tagged Questions
0
votes
1answer
30 views
Salesforce: How to get the Enterprise WSDL using the API?
I need to access the Enterprise WSDL using the Salesforce API in my Java app. Can anybody help with this?
0
votes
1answer
69 views
Problems building WSC jar files from SalesForce enterprise WSDL
As specified in these instructions, I downloaded my organization's enterprise.wsdl file, downloaded wsc-23.jar from the Web Services Connector downloads page, and ran the following command from the ...
0
votes
1answer
212 views
WSDL error: (Salesforce integration)
Hi I am currently trying to integrate ExpressionEngine and Salesforce using a SOAP API. I have a working WSDL but when I try and parse the WSDL and create APEX classes in Salesforce it ends up ...
0
votes
0answers
196 views
Modifying Wsdl2Apex Generated Classes to Handle xs:extension and imported namespaces
I am having trouble with wsdl2apex code generation, mainly due to the use of xs:import namespace and xs:extension in my WSDL.
In particular, I am seeing the error System.CalloutException: Web service ...
1
vote
2answers
287 views
Getting WSDL parse error while generating Apex code from WSDL in Salesforce
Getting the following error while parsing the Amazon Product Advertising API.
Error: Failed to parse wsdl: simpleType->element Name can not be null. 1295
WSDL Link : ...
3
votes
1answer
180 views
How can you use two WSDLs and maintain a test instance with a C# application?
I have created a service that communicates with the SalesForce platform via C#, using their WSDL. It so happens that SalesForce (rather logically) allows for "sandbox" instances of its platform and ...
0
votes
2answers
166 views
salesforfce-enterprise-wsdl is specific to organization?
I have created two developer accounts in salesforce.
I want to know whether I can use a single "Enterprise WSDL" for salesforce api to connect to both salesforce accounts.
I got the doubt because of ...
0
votes
1answer
209 views
PHP Waiting for WSDL (Salesforce) process to finish
I am using Php with Salesforce WSDL API.
What I have going is a PHP page doing several things.
Create inform via WSDL to Salesforce and have it return an Id.
Using that created Id to assign to a ...
0
votes
1answer
383 views
Exception while creating custom object using Salesforce CRUD Metadata API
I am getting the following exception when I try to create a Custom Object in Salesforce, using CRUD Matadata API.
com.sforce.ws.SoapFaultException: Must specify a ...
1
vote
0answers
81 views
Import tag on “flattened” WSDLs
I'm trying to use the Salesforce Partner WSDL with Axis2's WSDL2C tool. Unmodified, the tool reports that there are missing schemaLocations for the import tags. The code produced doesn't compile.
...
0
votes
1answer
104 views
Incomplete WSDL - Account class is missing a child relationship with a custom object
I generated an Enterprise WSDL, in which the Account class has a bunch of fields and relationships with custom and native objects, but does not have the relationship I need to use in my code.
Any ...
0
votes
1answer
602 views
Salesforce Insert/Update a QueryResult field?
So we have a data structure 'Case' such as a return case, refund case, etc, etc. One of the fields is a 'CaseComments' field. This field is (in the C# wsdl generated code) a QueryResult Field.
I know ...
1
vote
1answer
3k views
Salesforce - Executing Javascript through Apex Controller
Im new to Salesforce in general and Im trying to decide how to handle the invoking of a SOAP webservice. Currently the webservice is being executed via AJAX when a user clicks a button on the ...
0
votes
1answer
520 views
Consuming Salesforce WSDL via Coldfusion Issue
Ive been given a class file from another group of SFDC developers that work in a separate instance that generates a SOAP based WSDL. I have imported that class file and generated the WSDL in our ...
1
vote
0answers
516 views
Parser Error “There is an error in XML document (0,0)” Salesforce Wsdl
I ran into this problem a long time ago, but failed to document it for me and posterity.
I have 3 machines that are running the same code. I am running IIS on Windows XP Pro, Windows 2003 and ...
1
vote
1answer
241 views
Can I download a WSDL document with just SOAP 1.1?
I'm trying to import a WSDL document that only supports SOAP 1.1 (Salesforce.com, WSDL to APEX)
However, the WSDL at the endpoint contains definitions for SOAP 1.1 and 1.2.
Is it possible to pass ...
1
vote
1answer
1k views
SalesForce Apex SOAP Callout to External Endpoint
Any help would be appreciated.
I am trying to have SalesForce push out account information to a billing system (external) via a SOAP API. The billing system doesn't have a WSDL that I can generate ...
1
vote
2answers
2k views
SalesForce Web Service By WSDL - Invalid Login SOAP Error
I am trying to connect to the SalesForce web service and return some data in a web page. I am new to this WSDL stuff. So first I created a very simple console application. I just wanted to see if I ...
0
votes
1answer
293 views
Example Soap Body for DescribeSObjects call
I'm running into some issues doing a describeSObject call from a ruby on rails application using Savon. Could someone share an example of what my soap body should look like either from past ...
0
votes
2answers
2k views
Salesforce Different WSDL files and when to use
I am working on a salesforce feature, where we are trying to expose a single web Service method in a custom class to a "Partner" so they can generate leads.
The class/method has been created/tested ...
-2
votes
1answer
760 views
WSDL 1.1 Basic question on endpoint salesforce Apex code
From my WSDL I have the following service part:
<service name="BAPI_CUSTOMER_DISPLAYService">
<documentation>SAP Service BAPI_CUSTOMER_DISPLAY via SOAP</documentation>
<port ...
2
votes
2answers
755 views
How to retrieve FeedComment using Chatter SalesForce WSDL service in C#
I have to retrieve News feed of salesforce chatter I am able to get main status but not able to retrieve comments. Is there any sample to get comments using SalesForce chatter WSDL API in c#?
6
votes
3answers
3k views
Salesforce .net API integration
I'm a little confused. We downloaded the WSDL file from Salesforce and created a web reference to it using a file path as suggested. It created what I understood to be the proxy classes, but not the ...
0
votes
1answer
409 views
Why am I not seeing my Java / SalesForce / Google App?
I'm currently working on a SalesForce.com tutorial entitled Force.com for Google App Engine for Java: Getting Started
I've installed the Google Eclipse Plugin, downloaded the libraries, and entered ...
1
vote
2answers
1k views
Salesforce WSDL import of simpleContent w/extension
I am attempting to import a WSDL into Salesforce where one of the XML elements contains both an element and a string value e.g.
<foo bar="bob">baz</foo>
When I import this using the ...
0
votes
1answer
1k views
Creating SFDC Opportunity using Partner WSDL
Is there a way to Create an Opportunity using Partner WSDL?
The only examples I see online is creating using Enterprise WSDL but they are specific to an organization.
Amongst Other links I have been ...
0
votes
1answer
258 views
Is there a way to alias field names in salesforce outbound messages?
I have a number of outbound messages for different fields in salesforce, the fields are nearly all identical except for the name. Right now I have different web services handling the call for each ...
1
vote
2answers
990 views
mono wsdl tool fails to parse salesforce enterprise.wsdl
Anyone know why this wsdl is not liked by the mono wsdl tool? Microsoft parses it. XMethods online wsdl validator parses it. Mono just doesn't seem to like it and I do not know enough to understand ...
2
votes
2answers
3k views
How do I develop Salesforce API code for a custom object without Enterprise/Unlimited edition?
Background:
I'm building a small application that will be run daily, pulling data from our own in-house databases and sending it over to our corporate Salesforce instance. I've built a custom object ...
1
vote
3answers
2k views
How to handle SalesForce WSDL files for sandbox and production sites in ASP.Net?
I need to authenticate users and get info about them from an ASP.Net application.
Since I have 2 sites (sandbox, production) and 2 org IDs - I needed to generate 2 SalesForce WSDL files.
I diffed the ...