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
Ram Manohar GRam Manohar G 

One managed package not include in Enterprise wsdl , Unable to access managed package object from java using SOAP API

Hi, 

I am using SOAP API(enterprise WSDL) to acess the salesforce from java. My salesforce org having few managed pacakges(arround 10). 

I am able to acces the custom objects and managed package objects via java,. However i am unable to accees an object(ksfdc_product) from one managed package. While debugging in to wsdl i found that salesforce not included this pacakge(namespace: ksfdc) while creating enterprise wsdl. 

Could anyone let me know the issue here. Thanks in advance