No, there are no such published services. You can write them yourself
pretty easily by putting a copy of Office on a server and writing a Web
service that accesses Excel's automation interfaces through the interop
assemblies that get installed with Office when you select the .NET
Programming [0] on the installer.
There may be some concurrency issues you may have to manage [1], I am
not sure if Excel has those particular problems.
HTH,
Christoph Schittko
MVP XML
http://weblogs.asp.net/cschittko
[0]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_vst
o2003_ta/html/VSTOFAQ.asp#vsto_q2
[1] http://support.microsoft.com/kb/257757
> -----Original Message-----
> From: Sonia [mailto:Sonia@discussions.microsoft.com]
[quoted text clipped - 20 lines]
> Thanks and cheers,
> Sonia.
Sonia - 31 Dec 2004 05:15 GMT
Hallo Christoph,
Thanks for the info.
My task is to write a webservice to convert .mpp - xml and viceversa using
inbuilt functionality for this conversion.
Do I need an installation of MS Project on the server - I guess so ? What
all things I should ensure for Logon/security and also licensing ?
Thanks and cheers,
Amit.
> No, there are no such published services. You can write them yourself
> pretty easily by putting a copy of Office on a server and writing a Web
[quoted text clipped - 41 lines]
> > Thanks and cheers,
> > Sonia.