473,795 Members | 2,954 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Microsoft webswervices : Office

Hi all,

I have couple of questions on MS Webservices :

Do they have some published webservices : Like a webservice to convert an
excel or .mpp into xml ?

If yes where to locate them and how to call them ?

If no what can be a possible solution to implement private webservice to do
this work ?

Any assitence on this will be greatly appreciated.

Thanks and cheers,
Sonia.
Nov 23 '05 #1
2 1791
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/de.../en-us/odc_vst
o2003_ta/html/VSTOFAQ.asp#vst o_q2
[1] http://support.microsoft.com/kb/257757

-----Original Message-----
From: Sonia [mailto:So***@di scussions.micro soft.com]
Posted At: Thursday, December 30, 2004 2:55 AM
Posted To: microsoft.publi c.dotnet.framew ork.webservices
Conversation: Microsoft webswervices : Office
Subject: Microsoft webswervices : Office

Hi all,

I have couple of questions on MS Webservices :

Do they have some published webservices : Like a webservice to convert an excel or .mpp into xml ?

If yes where to locate them and how to call them ?

If no what can be a possible solution to implement private webservice to do
this work ?

Any assitence on this will be greatly appreciated.

Thanks and cheers,
Sonia.

Nov 23 '05 #2
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.

"Christoph Schittko [MVP]" wrote:
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/de.../en-us/odc_vst
o2003_ta/html/VSTOFAQ.asp#vst o_q2
[1] http://support.microsoft.com/kb/257757

-----Original Message-----
From: Sonia [mailto:So***@di scussions.micro soft.com]
Posted At: Thursday, December 30, 2004 2:55 AM
Posted To: microsoft.publi c.dotnet.framew ork.webservices
Conversation: Microsoft webswervices : Office
Subject: Microsoft webswervices : Office

Hi all,

I have couple of questions on MS Webservices :

Do they have some published webservices : Like a webservice to convert

an
excel or .mpp into xml ?

If yes where to locate them and how to call them ?

If no what can be a possible solution to implement private webservice

to
do
this work ?

Any assitence on this will be greatly appreciated.

Thanks and cheers,
Sonia.


Nov 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

476
18559
by: Xah Lee | last post by:
Microsoft Hatred, FAQ Xah Lee, 20020518 Question: U.S. Judges are not morons, and quite a few others are not morons. They find MS guilty, so it must be true. Answer: so did the German population thought Jews are morons by heritage, to the point that Jews should be exterminated from earth. Apparently, the entire German population cannot be morons, they must be
0
2288
by: tel4 | last post by:
Microsoft Visual Studio Tools for the Microsoft Office System 2003 Microsoft Corp. DATE......: 03-10-2003 TYPE......: Application OS........: WinALL DiSKS.....: xx/02 PROTECTiON : NONE/RETAiL RELEASE NOTES
13
18881
by: Rolf | last post by:
I have Office97Pro, Office2000Premium and OfficeXP Pro all installed. I'm creating an Access97 application for another person and need to set a reference to Microsoft Office 8.0 Object Library. When I look at my references, all I have is Microsoft Office 10.0 Object Library. Why don't have Microsoft Office 8.0 Object Library when I have Office97Pro installed? What can I do to get a reference to Microsoft Office 8.0 Object Library? ...
6
3395
by: Steve | last post by:
What would happen if an Access97 database had a reference to Microsoft Office 10 library (but only used Access97 stuff) and it was run on a machine that only had Access97 and correspondingly only had Microsoft Office 8 library? Would Access97 be smart enough to go to the Microsoft Office 8 library when it needed to? Thanks, Steve
0
5576
by: AllenF | last post by:
I have a library (named DSG) created in C# which other programs use to build Excel spreadsheeets. This library uses the office PIAs "Microsoft.Office.Interop.Excel.dll" and also references the Microsoft Office v10 library using ActiveX. Recently I loaded Microsoft's Project 2003 (v11) to my programming computer for tracking purposes, which loaded the Microsoft Office v11 library. Now, when I run my programs (in VS C#) I get two errors:...
2
11483
by: William LaMartin | last post by:
I have created a program that allows for the automation of things in Word documents, like changing the values of DocVariables and the links to Excel Sheets. I did it using interoperoperatability, where, after adding a reference to Microsoft.Office.Core and a reference to Microsoft Word I declare objects as follows: Dim oWordApp As New Microsoft.Office.Interop.Word.Application, . Everything works fine on the development computer...
5
49832
by: Michael Russell | last post by:
Hi all, Using C#, I've created a simple wrapper class for using Excel. I have Office Pro 2003 installed on my devel machine. The wrapper class works great, reading and writing to/from Excel. To do this, I created a reference to "Microsoft Excel 11.0 Object Library", and have a "using Excel;" directive. I decided to add a method for creating a TextBox using the Shapes.AddTextBox method, which requires a
2
7305
by: JC | last post by:
Anybody knows what problem has this code? I think, in the Garbage Collector? You know the Solution? The program in the test's case, whit 350 contacts, run OK before number 86. The error is a "Array index out of bounds". Microsoft.Office.Interop.Outlook._Application olApp = new Microsoft.Office.Interop.Outlook.ApplicationClass(); Microsoft.Office.Interop.Outlook._NameSpace olNs = olApp.GetNamespace("MAPI");
2
5001
by: kevinr | last post by:
Hi, I am brand new to VB, and I am trying to deploy Office 2007 on my network here at work. We used part of this script to do another deployment, and I have taken pieces and tried to edit for this deployment. I know I am probably way off the mark, but I would appreciate any help. This is the initial error I receive when running the script. C:\bkuptestpc\kr_migrate.vbs(276, 1) Microsoft VBScript compilation error: Expected 'End' Exit code: 1 ,...
0
9522
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9046
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7544
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6784
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4114
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2922
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.