cancel
Showing results for 
Search instead for 
Did you mean: 

Some samples need to access FileSystem Web Service ...

kannank
Champ in-the-making
Champ in-the-making
Hi,

I want to use alfresco file system webservice in our application using  dotnet.

Any samples in c# or java to access file system web service will be appreciated.

Thanks,

K.Kannan.
2 REPLIES 2

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

The FileSystem web service will not be available untill version 1.3.

In the mean time you should be able to do everything you want using CML via the repository service, its just a bit more long winded.

I'll keep you posted as things progress,

Cheers,
Roy

kannank
Champ in-the-making
Champ in-the-making
Hi,

Thanks for your early response.

I am using alfresco latest release.

I tried to add repository web service using web reference in C# as well as VC++.Net 2003 project - C# project is working fine & I am able to retrive the details, where as in VC++ Project (windows application) it throws me error when I try to add repository web service using "repository-service.wsdl" file - All the errors are in "Webreference.h" file (system generated file) - I am not able to use the webservice because of this.Can you please give me some suggestion to overcome this.

Also,Can you give me some samples of  CML coding using repository web services (Some sample or sample url link).

Looking for your reply,

Thanks,
K.Kannan.