
I am trying to make the sample code work,
http://www.salesforce.com/us/developer/docs/api_meta/Content/meta_deploy.htm.
It is just a one class java project. When I run it I have deploy.zip, which contains:
- SimpleClass.cls
- package.xml - WHICH contains:
<types>
<members>SimpleClass.cls</members>
<name>ApexClass</name>
</types>
the program says success, but the class is not changed in the org. The Deployment status says success: "Deploy Components 0/0".
Why it doesn't recognize a class in the package?
Did anyone make such a thing before successfully? What the content of deploy.zip should be like?
Thanks.
/Vova.
1 risposta
Hello Vova,
May I also suggest posting this question on our Developer Community at developer.force.com which is monitored by developer experts.
Thank you for posting to Success Community.