php - Programmatically check Enterprise WSDL against Salesforce -


i'm building custom salesforce integration php application using php sdk , soap api. have enterprise account.

my company changes custom objects inside of salesforce. i'm worried might break integration our salesforce account. there way verify programmatically wsdl (generated inside salesforce) still working?

i tried using describeglobal message, seems reflect what's inside current wsdl (rather checking salesforce).

since company changes custom objects should using partner wsdl, not enterprise. enterprise used non changing or changing orgs. basically, typed wsdl. partner loosely typed can access objects within org , gain flexibility requires more time development.

if didn't want stop using enterprise wsdl, use both. use partner issue describeglobal call detect changes, download new wsdl, compile , need it.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -