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
Michael Haddad.ax365Michael Haddad.ax365 

Declarative Metadata Calls with PHP Toolkit

Hi

Has anyone been making the declarative metadata calls in PHP (deploy, retrieve, describeMetadata)?   I know these aren't defined in SforceMetadataClient.php.  Does anyone know why this is?  Does anyone know how to make these calls from PHP?

Let's talk Metadata API!

Thanks

Michael
mfleischmfleisch
Hello,

Did you ever get this to work? I have been trying to use describeMetadata in PHP and I cannot get it to work. The only way that I have been able to get deploy, retrieve or describeMetadata to work in PHP is to write it in Java, build a jar file and have PHP execute the jar file.  Please let me know if you have had any success in PHP.

Thanks,
Mark