-
ChatterFeed
-
3Best Answers
-
0Likes Received
-
0Likes Given
-
8Questions
-
10Replies
What is the best way to update Contact list
Hi,
For instance I create a new Account and I need to update its list of Contacts. What if the best way?
Is the line below correct? Thank you
anAccount.getContacts().getValue().getRecords().add(aContact);
- EclipseTalk
- October 19, 2009
- Like
- 0
- Continue reading or reply
SOQL usage - Looking for object by ID
Hello,
I'm trying to run a simple query to lookup if an object with a given id exist. If the id doesn't exist, the query returns an error "INVALID_QUERY_FILTER_OPERATOR", if the id exist I get the Contact object back.
Select Title, AccountId From Contact where Id='123'
What is the correct query syntax to check if an SObject exist or not?
Thank you
- EclipseTalk
- October 16, 2009
- Like
- 0
- Continue reading or reply
Unable to create JAXBContext due to the security restriction..
- EclipseTalk
- October 08, 2009
- Like
- 0
- Continue reading or reply
Download link to "Generate Enterprise WSDL" broken
Hello,
I can't download the latest enterprise.wsdl from na6.slaesforce.com. The link is broken.
Could someone let me know when it'll be fixed?
Thanks
- EclipseTalk
- October 08, 2009
- Like
- 0
- Continue reading or reply
enterprise.wsdl JAX-WB generation errors
Hello,
I'm using the following command to generate the java skeleton code for the enterprise.wsld
jaxws-ri/bin/wsimport.sh -p stubs -d stubs-build -s stubs-src enterprise.wsdl
I'm getting the following errors. Does anyone know why?
Thank you.
- EclipseTalk
- August 26, 2009
- Like
- 0
- Continue reading or reply
wsdlLocation cannot be set
Hello,
I'm using the sample code for JAX-WB. I've defined an Eclipse Java project. Everything compiles fine but I can't get the URL wsdl location. It always returns null although the entreprise file is present.
Does anyone know why this line of code doesn't work...
URL wsdlLocation = this.getClass().getClassLoader().getResource("META-INF/enterprise.wsdl");
Thank you for your help.
- EclipseTalk
- August 25, 2009
- Like
- 0
- Continue reading or reply
Sample client implementation for Axis 2
Hello,
i'm surprised to see that there is no sample client implementation based on AXis2. Has someone already ported the login sample to axis2 ? Thank you for sharing
- EclipseTalk
- August 18, 2009
- Like
- 0
- Continue reading or reply
Partner wsdl testing with Web Service explorer
Hello,
I've generated a java client using Eclipse 3.4 and Axis 2-1.3 for the partner WSDL. I can bring up and see all the WSDL operations in a Web Services Explorer.
I have a very basic question: when I invoke the login operation I keep getting this error. What am I doing wrong? I used the organization name and user/pwd I defined to access SalesForce developer edition
Thank you in advance
IWAB0383E Error validating {urn:partner.soap.sforce.com}Header LoginScopeHeader
- EclipseTalk
- August 18, 2009
- Like
- 0
- Continue reading or reply
SOQL usage - Looking for object by ID
Hello,
I'm trying to run a simple query to lookup if an object with a given id exist. If the id doesn't exist, the query returns an error "INVALID_QUERY_FILTER_OPERATOR", if the id exist I get the Contact object back.
Select Title, AccountId From Contact where Id='123'
What is the correct query syntax to check if an SObject exist or not?
Thank you
- EclipseTalk
- October 16, 2009
- Like
- 0
- Continue reading or reply
Unable to create JAXBContext due to the security restriction..
- EclipseTalk
- October 08, 2009
- Like
- 0
- Continue reading or reply
Download link to "Generate Enterprise WSDL" broken
Hello,
I can't download the latest enterprise.wsdl from na6.slaesforce.com. The link is broken.
Could someone let me know when it'll be fixed?
Thanks
- EclipseTalk
- October 08, 2009
- Like
- 0
- Continue reading or reply
enterprise.wsdl JAX-WB generation errors
Hello,
I'm using the following command to generate the java skeleton code for the enterprise.wsld
jaxws-ri/bin/wsimport.sh -p stubs -d stubs-build -s stubs-src enterprise.wsdl
I'm getting the following errors. Does anyone know why?
Thank you.
- EclipseTalk
- August 26, 2009
- Like
- 0
- Continue reading or reply
wsdlLocation cannot be set
Hello,
I'm using the sample code for JAX-WB. I've defined an Eclipse Java project. Everything compiles fine but I can't get the URL wsdl location. It always returns null although the entreprise file is present.
Does anyone know why this line of code doesn't work...
URL wsdlLocation = this.getClass().getClassLoader().getResource("META-INF/enterprise.wsdl");
Thank you for your help.
- EclipseTalk
- August 25, 2009
- Like
- 0
- Continue reading or reply
Sample client implementation for Axis 2
Hello,
i'm surprised to see that there is no sample client implementation based on AXis2. Has someone already ported the login sample to axis2 ? Thank you for sharing
- EclipseTalk
- August 18, 2009
- Like
- 0
- Continue reading or reply
Partner wsdl testing with Web Service explorer
Hello,
I've generated a java client using Eclipse 3.4 and Axis 2-1.3 for the partner WSDL. I can bring up and see all the WSDL operations in a Web Services Explorer.
I have a very basic question: when I invoke the login operation I keep getting this error. What am I doing wrong? I used the organization name and user/pwd I defined to access SalesForce developer edition
Thank you in advance
IWAB0383E Error validating {urn:partner.soap.sforce.com}Header LoginScopeHeader
- EclipseTalk
- August 18, 2009
- Like
- 0
- Continue reading or reply