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

Consuming a Web Service created in Apex with Java
Hello,
I created a WS service in SF and would like to access it in Java. I used this as a basis discussion here (https://developer.salesforce.com/forums?id=906F00000008qEkIAI), however I can not find some classes that were generated.
Ex: SforceServiceLocator and SoapBindingStub.
Generated the file through Enterprise.jar my enterprise.wsdl. Also I generated my classes through the WSDL service.
Could you help me please.
Thank you;
I created a WS service in SF and would like to access it in Java. I used this as a basis discussion here (https://developer.salesforce.com/forums?id=906F00000008qEkIAI), however I can not find some classes that were generated.
Ex: SforceServiceLocator and SoapBindingStub.
Generated the file through Enterprise.jar my enterprise.wsdl. Also I generated my classes through the WSDL service.
Could you help me please.
Thank you;
http://manhntbkit.wordpress.com/2013/09/26/notes-web-services-in-salesforce/
All Answers
http://manhntbkit.wordpress.com/2013/09/26/notes-web-services-in-salesforce/
What I was doing wrong was to generate the client using to generate native code from Java (Ws import) tools. The same should be geradadas jar with WSC.