• Joachim
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 3
    Replies
Hello,

when doing an sfdc.update(sObject[] sObjects) call I'm getting a SAXParseException. Any idea how to catch this? Putting an "try ... {catch (SAXParseException se) ... }" around it doesn't do the trick.
Help is appreciated.

Joachim
Hello,

How can I, using the API, retrieve all page layouts for a specific profile?

Joachim
Hello,

when I try to create a contract I'm getting the error messages below:

ERROR [main] - Status Code: UNKNOWN_EXCEPTION
ERROR [main] - Message: class java.sql.SQLException

Any idea how to fix this? What am I missing?

Joachim
Hello,

is there a way to use the Dynamic Invocation Interface rather then using the static Wsdl2Java approach? The background here is that one set of code should be able to access the production system and a test system at test.salesforce.com. Currently the Soap Service Endpoint is being compiled staticly into the Java code.
Help is appreciated!

Joachim
Hello,

How can I, using the API, retrieve all page layouts for a specific profile?

Joachim
Hello,

is there a way to use the Dynamic Invocation Interface rather then using the static Wsdl2Java approach? The background here is that one set of code should be able to access the production system and a test system at test.salesforce.com. Currently the Soap Service Endpoint is being compiled staticly into the Java code.
Help is appreciated!

Joachim

Is there any way to access the forecast information via the API?

GlennW

  • December 30, 2005
  • Like
  • 0