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
GeorgeSGeorgeS 

WSDL2Java question

I've downloaded this plug-in as referenced elsewhere and run it on my ent.wsdl file so I can call to SF from a Java app. The problem is that I seem to be missing SOAPBindingStub? Where is this generated? Am I just missing an option?

Thanks!
ganeshjganeshj
Hi,
 
   Suppose if you converted the WSDL into Java under the folder "folderA" then you find SOAPBindingStub in
 
folderA\com\sforce\soap\enterprise\SOAPBindingStub.java