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
HDoshi.ax1738HDoshi.ax1738 

Retrieve installed package related information using C#.net

Hello,

I am trying to retrieve installed package related information (like package name, version) using C#.net application code.

As per documentation, ideally we should be able to get package related information using “MetaData API”. I have added MetaData API 's WebReference in my C# application

I am able to validate supplied credentials but not able to retrieve package information using below methods:
•listMetadata
• Retrieve

Don't know what I'm doing wrong here...
Please let me know if you know how to retrieve the information.

Wade WegnerWade Wegner
Can you share the code you've used for listMetadata and Retrieve? I'm happy to give it a try and take a look.