Home
TeamSite
Simple program to access MediaBin Asset Server
maheshd
Hi,
How to write simple jsp or asp.net program to fetch images from MediaBin Asset server?
Thanks,
Mahesh
Find more posts tagged with
Comments
Migrateduser
There are over 20 sample COM programs published to demonstrate how to use the COM API. You also have the option of using the web services API.
The COM API samples are ASP, vbscript, and VB6 applictions. They include a brief readme.txt to describe how and what they do.
maheshd
MediaBin_MTS,
Thank you for your reply.Could you please let me know how to access these 20 COM programs and writing simple asp.net program(c#) using webservices.
Environment: MediaBin server - 4.5.2
Thanks,
Mahesh
Migrateduser
It sounds like you're programming against the Web Services SDK rather than the COM SDK. If your application is a back-end application that sits on your intranet, you should program against the COM SDK. You can generate a COM interop wrapper in .NET so it can be accessed by your .NET application.
Otherwise, if your application is a desktop application or a middle tier server that will communicate over the internet to MediaBin, the Web Services SDK would be your best choice. I can help you if you decide to use the COM SDK.
To get the COM SDK and the COM samples, go to
www.interwoven.com
and click on support in the upper right hand corner of the page. Enter your id and password. Click on Interwoven Products. Accept the Agreement. Scroll down and click on MediaBin SDKS. Click on MediaBin 4.5 SP2 SDKS. Now you will see the link MediaBin WebServices SDK 4.5 Service Pack 2. Click on this link. It is labeled incorrectly. This is actually the MediaBin COM and C++ SDKs. The COM sample apps are included in the zip file along with the SDKs. Download the zip file and save it to your local hard disk. You will see a folder called Samples. Under this folder you will find the sample applications. The folders immediately under Samples are named for the operation the sample(s) within them demonstrate. Some of the samples require VB6. Please post if you have problems or questions. We also have someone that could help you if you decide to use the Web Services SDK.
maheshd
MediaBin_MTS,
It would be great if you can help me on usage of Web services SDK.
Thanks,
Mahesh
msnider
Installed along with the web service is an SDK (MediaBinWebService SDK.zip)that provides sample programs in both Java and C# (Windows Form App). Both programs illustrate how to logon\logoff, get the list of containers, get a list of assets, display asset metadata and thumbnail, and insert and retrieve files.
Mark
Ramesh CTS
Can I get path for MediaBinWebService SDK.zip or please attach the zip file .
Thanks much!!!