Re: Office 2003 Research Service development (SDK)!
From: Tommy Svensson (tommy_at_internetami.se)
Date: 03/17/04
- Next message: Mark Bower [MSFT]: "Re: Office 2003 Research Service development (SDK)!"
- Previous message: Mark Bower [MSFT]: "Re: Office 2003 Research Service development (SDK)!"
- In reply to: Mark Bower [MSFT]: "Re: Office 2003 Research Service development (SDK)!"
- Next in thread: Mark Bower [MSFT]: "Re: Office 2003 Research Service development (SDK)!"
- Reply: Mark Bower [MSFT]: "Re: Office 2003 Research Service development (SDK)!"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Mar 2004 13:15:09 +0100
Hi Mark,,
Thx for your answer! A follow-up question:
Doesn't the client need at least the .NET Framework installed for sax files
to work? (why are you calling asmx files sax files? :O)
Regards,
/Tommy
"Mark Bower [MSFT]" <markbow@online.microsoft.com> wrote in message
news:eBjbwY1CEHA.464@TK2MSFTNGP11.phx.gbl...
sax files are .NET web services. The easiest way to create them is to use
Visual Studio.NET, and you can write them in any of the .NET languages
(VB.NET, C#, managed C++ etc.) You don't _have_ to use VS.NET though. As
you point out they are just text files. You could if you wanted download
the free .NET Framework SDK, create the sax files in your favourite text
editor and compile them using the command line compiler in the SDK. You
will need a web server to run them on: IIS 5.0 or later. The beauty of
these services is that nothing needs to be installed on the client, you
simply point it at your web server and it works, which means that you make
additions to your dictionary on the server, all the clients automatically
have access to it
your server doesn't need to be on the Internet, you can just as easily host
it on your LAN if that makes sense for your scenario.
-- Mark Bower Microsoft This post is provided 'as-is' and confers no warranties or rights. "Tommy Svensson" <tommy@internetami.se> wrote in message news:%232HqrL1BEHA.3284@TK2MSFTNGP09.phx.gbl... > Hi all, > > I would like to develop some Web services using Office 2003's new feature > "Research Service". There is a SDK called Research Service SDK for this. > > Being new to this area of programming I have a few questions I hope somebody > is willing to answer. Here they are: > > ------------- > Q1: When adding a service in the Add Services dialog box in say Word 2003, > can I simply enter a local path to my asmx file containing the Registration > Web method? Like this: "c:\program\company\reg.asmx". Or do I need the asmx > file to > reside on a server? I don't have IIS... > ------------- > Q2: If a server is needed: What modifications need to be done if I choose to > put my asmx file on a web hotel running a windows server? Can I simply put > the file there, make it http-available and then let the Research Pane access > it? > ------------- > Q3: I only have Visual Studio 6.0 (C++). Will that be a problem creating Web > services (asmx files)? > ------------- > Q4: What exactly are asmx files? Text-based files?!? Don't you have to > compile these? If not, how is it then possible to call an asmx file if it's > not a compiled binary? > ------------- > Q5: I wish to create a dictionary service (English-Swedish) but I do not > want it to be an on-line service. I would like to have the dictionary on the > client computer... does the end client need a server running in order for it > to work?! > ------------- > Q6: Does the end client need the .NET framework, Research SDK and a server > (if local) installed in order to make use of any custom third party research > (local) services? > ------------- > Q7: As I said, I wish to develop a dictionary service. I found this on MSDN: > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnword2k2/h > tml/odc_wordtranscdk.asp. > > How does this docs relate to the documentation in the Research Service SDK? > Is it obsolete? What purpose does it serve? What does it give me that the > Research SDK docs can't provide? Or is it simply another technique for > adding a Translation Dictionary service? > ------------- > Q8: Do you know where to find docs and examples (preferably VC++) on > using/developing these services? MSDN/Microsoft often assumes a lot of > pre-knowledge... some of which I currently don't have. > > Thx a lot! > > /Tommy > >
- Next message: Mark Bower [MSFT]: "Re: Office 2003 Research Service development (SDK)!"
- Previous message: Mark Bower [MSFT]: "Re: Office 2003 Research Service development (SDK)!"
- In reply to: Mark Bower [MSFT]: "Re: Office 2003 Research Service development (SDK)!"
- Next in thread: Mark Bower [MSFT]: "Re: Office 2003 Research Service development (SDK)!"
- Reply: Mark Bower [MSFT]: "Re: Office 2003 Research Service development (SDK)!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|