function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
John L.John L. 

Where can I find pre-requisite level info for using Java 1.6 and SforceServiceLocator? [Axis, javax.xml.rpc]

I'm having trouble using salesforce.com and Java (see subject). What are the recommended levels for these enabling packages?

My SforceServiceLocator.class may also be suspect. Where can I find the Java source?

Thanks in advance.
Ashish_SFDCAshish_SFDC
Hi John, 


SforceServiceLocator is generated by Axis 1.x, Axis 2 generates a different programming model.

See the below links, 

https://developer.salesforce.com/forums/ForumsMain?id=906F00000008pcyIAA

https://code.google.com/p/sqlforce/source/browse/trunk/com.sforce.soap.partner/src/com/sforce/soap/partner/SforceServiceLocator.java?r=69

http://developer.force.com/cookbook/cookbookRecipeSource?id=a1V300000008uJyEAI


Regards,
Ashish