• pureyang
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

I have a project that requires usage of the SOAP API and we have a requirement to dynamically load the list of fields on our custom object (lets call it Article__c).

 

From my understanding if tomorrow we add a field, lets say VoteCount this means we will need to redownload enterprise.wsdl and use WSC to generate a new enterprise.jar, recompile. 

 

 

One possible solution might be to scrap this UR: https://instance.salesforce.com/soap/wsdl.jsp?type=*

Has anyone tried this?

 

Help/Insight, much appreciated.

 

Thanks,

-yang