-
ChatterFeed
-
0Best Answers
-
1Likes Received
-
0Likes Given
-
8Questions
-
9Replies
inserting values from website to salesforce custom object
Hiiiiii
I have done the website integration with the salesforce and now I want to insert the values into my goal custom object in salesforce and I have set all the value but unalbe to create the goal........
please help.........
Thanks in advance................
-
- Daniel Thomson
- July 26, 2011
- Like
- 0
- Continue reading or reply
how and when to use the SOAP API classses...........
hiii.............
I am working on website integration with salesforce using SOAP API and converted the enterprise.wsdl file into enterprise.jar file which is having many classes..... How and where to use these classes I dont know can any one help me regarding that..........
Thanks in advance.........
-
- Daniel Thomson
- July 26, 2011
- Like
- 0
- Continue reading or reply
getting a problem during creating an account through my java code with SOAP Api
Account ac = new Account();
//SObject rec = new Account();
System.out.println("Enter your name \n");
ac.setName(br.readLine());
System.out.println("Enter your Mobile No. \n");
ac.setPhone(br.readLine());
//rec = ac;
SaveResult save = connection.create(ac);
System.out.println(ac.getParentId());
I am getting an error at the bolded line. actually I want to create the accoutn my user but that create statement needs the array of SObject[].......................
so waht shold i do..................
can anyone help me................
thanks................
-
- Daniel Thomson
- July 15, 2011
- Like
- 0
- Continue reading or reply
unable to create jar file from WSDL file
I am trying to create the java file from wsdl file taken from sf......but not successeding to get it............
can any one help me......................
thanks you
-
- Daniel Thomson
- July 12, 2011
- Like
- 0
- Continue reading or reply
is there any need to create the apex class from wsdl file
Hi
I am trying to integrate my website with salesforce.......please tell me that is there any need to create the the apex class from wsdl even i am using java files for connection.............
-
- Daniel Thomson
- July 11, 2011
- Like
- 0
- Continue reading or reply
how to implement the SOAP api......
hiiiiiiiiii
I am new in web service implementation....... can any body help me how can i implement the SOAP api or WSDL with java.................
please tell me the each and every step.................
Thanks.......................
-
- Daniel Thomson
- July 11, 2011
- Like
- 0
- Continue reading or reply
unable to generate jar file from wsdl file
I am having the enterprise.wsdl file and i am trying to create a jar file using command
java -classpath wsc-20.jar com.sforce.ws.tools.wsdlc enterprise.wsdl enterprise.jar
but getting an error "Error: Unable to find compiler. Make sure that tools.jar is in your classpath:
java.lang.ClassNotFoundException: com/sun/tools/javac/Main.class"
can anyone help me..............
thank you.......................
-
- Daniel Thomson
- July 11, 2011
- Like
- 1
- Continue reading or reply
unable to generate apex class from wsdl file
I am trying to generate the apex class from enterprise.wsdl file. there is no problem with the parsing wsdl file but there is an error with generate apex code step and the error is "Unsupported schema type: {http://www.w3.org/2001/XMLSchema}anyType" can anyone help me for this..................... thanking You
-
- Daniel Thomson
- July 11, 2011
- Like
- 0
- Continue reading or reply
unable to generate jar file from wsdl file
I am having the enterprise.wsdl file and i am trying to create a jar file using command
java -classpath wsc-20.jar com.sforce.ws.tools.wsdlc enterprise.wsdl enterprise.jar
but getting an error "Error: Unable to find compiler. Make sure that tools.jar is in your classpath:
java.lang.ClassNotFoundException: com/sun/tools/javac/Main.class"
can anyone help me..............
thank you.......................
-
- Daniel Thomson
- July 11, 2011
- Like
- 1
- Continue reading or reply
how and when to use the SOAP API classses...........
hiii.............
I am working on website integration with salesforce using SOAP API and converted the enterprise.wsdl file into enterprise.jar file which is having many classes..... How and where to use these classes I dont know can any one help me regarding that..........
Thanks in advance.........
- Daniel Thomson
- July 26, 2011
- Like
- 0
- Continue reading or reply
getting a problem during creating an account through my java code with SOAP Api
Account ac = new Account();
//SObject rec = new Account();
System.out.println("Enter your name \n");
ac.setName(br.readLine());
System.out.println("Enter your Mobile No. \n");
ac.setPhone(br.readLine());
//rec = ac;
SaveResult save = connection.create(ac);
System.out.println(ac.getParentId());
I am getting an error at the bolded line. actually I want to create the accoutn my user but that create statement needs the array of SObject[].......................
so waht shold i do..................
can anyone help me................
thanks................
- Daniel Thomson
- July 15, 2011
- Like
- 0
- Continue reading or reply
how to redirect to jsp
how can i use jsppage in my iis server
i have a pages created on asp but i need need to call few jsppage in that so how ca i do that
- dalton
- July 11, 2011
- Like
- 0
- Continue reading or reply
is there any need to create the apex class from wsdl file
Hi
I am trying to integrate my website with salesforce.......please tell me that is there any need to create the the apex class from wsdl even i am using java files for connection.............
- Daniel Thomson
- July 11, 2011
- Like
- 0
- Continue reading or reply
unable to generate jar file from wsdl file
I am having the enterprise.wsdl file and i am trying to create a jar file using command
java -classpath wsc-20.jar com.sforce.ws.tools.wsdlc enterprise.wsdl enterprise.jar
but getting an error "Error: Unable to find compiler. Make sure that tools.jar is in your classpath:
java.lang.ClassNotFoundException: com/sun/tools/javac/Main.class"
can anyone help me..............
thank you.......................
- Daniel Thomson
- July 11, 2011
- Like
- 1
- Continue reading or reply
unable to generate apex class from wsdl file
I am trying to generate the apex class from enterprise.wsdl file. there is no problem with the parsing wsdl file but there is an error with generate apex code step and the error is "Unsupported schema type: {http://www.w3.org/2001/XMLSchema}anyType" can anyone help me for this..................... thanking You
- Daniel Thomson
- July 11, 2011
- Like
- 0
- Continue reading or reply