You need to sign in to do that
Don't have an account?

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.............
If you are integrating java app with salesforce using WSDL, then you need to create class Setup > App Setup > Develop > Apex Class > Generate From WSDL
Thanks
Ankit Arora
Blog | Facebook | Blog Page
All Answers
If you are integrating java app with salesforce using WSDL, then you need to create class Setup > App Setup > Develop > Apex Class > Generate From WSDL
Thanks
Ankit Arora
Blog | Facebook | Blog Page
Thanks for your help..........
I am trying to create the apex classes using wsdl file but getting an error after changing my apex classes names, in 3rd step.......
error is
Not sure though, try changing "anyType" to "string" in your WSDL and generate the class.
Thanks
Ankit Arora
Blog | Facebook | Blog Page