salesforce « wsdl « Java Enterprise Q&A





1. How do I develop Salesforce API code for a custom object without Enterprise/Unlimited edition?    stackoverflow.com

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 ...

2. mono wsdl tool fails to parse salesforce enterprise.wsdl    stackoverflow.com

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 ...

3. Creating SFDC Opportunity using Partner WSDL    stackoverflow.com

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 ...

4. Connecting to SFDC's test instance using Partner WSDL    stackoverflow.com

I created Java Proxies from partner wsdl fetched from https://login.salesforce.com/ How can I use the same proxies to connect to an SFDC account in https://test.salesforce.com/

5. Salesforce WSDL import of simpleContent w/extension    stackoverflow.com

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 ...

6. Salesforce .net API integration    stackoverflow.com

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 ...

7. Salesforce Different WSDL files and when to use    stackoverflow.com

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 ...