salesforce « Web Service « Java Enterprise Q&A





1. Java code to interact with SalesForce    coderanch.com

When I first heard about SalesForce and their AppExchange, I was excited by the thought of writing Java code that I could run on their servers. However, it seems that this is not possible, and any Java you write has to be accessed via web services running on your own servers. The platform they've provided is still quite handy since the ...

2. Salesforce webservice issue with authenticating    coderanch.com

Hi I'm trying to add Lead programatically by using SOAP webservice call in salesforce.com i got below error could you please help me out of it? log4j:WARN No appenders could be found for logger (org.apache.axis.i18n.ProjectResourceBundle). log4j:WARN Please initialize the log4j system properly. https://test.salesforce.com/services/data/v20.0/sobjects/Account/ ENDPOINT Addr : javax.xml.rpc.service.endpoint.address AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (400)Bad Request faultActor: faultNode: faultDetail: {}:return code: 400 [{Destination ...