Re: Newbie question - how to use Web Service function in Access
- From: "Scott M." <s-mar@xxxxxxxxxxxxx>
- Date: Tue, 29 May 2007 11:24:34 -0400
All you need to do is create a WebService project in VS.NET and create 3
different WebMethods that perform the tasks you've indicated. You don't
need to do anything on the Access side (although I really wouldn't be using
Access for web site storage/web service access).
Then a front-end ASP.NET project can be made that simply adds a Web
Reference to your Web Services assembly. VS.NET takes care of the rest.
-Scott
"Dave" <dgmoore@xxxxxxxxx> wrote in message
news:1180442852.323508.301280@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am a long-time VBA/Access developer but a newcomer to web services.
I have data in an Access table that I need to write to a SQL Server
table via web services. The web services developers have provided me 3
functions to do this - Initialize, which retrieves an instance ID,
Import, which is called for each row of data to be transferred, and
Finalize, which runs after all records have been transferred.
The developers are not VB guys and have not able to tell me how to
invoke these functions in my code, and my examination of the functions
leaves me clueless as to how to use them - obviously they wrap my data
in xml tags and send it to SQL Server, but I have no idea how to pass
the data to them.
I find reams of info online about creating web services, etc., but
have found nothing to help me use a service that already exists.
Any suggestions would be appreciated.
Thanks
Dave
.
- References:
- Prev by Date: Newbie question - how to use Web Service function in Access
- Next by Date: Re: How to Consume a web service that returns an arraylist
- Previous by thread: Newbie question - how to use Web Service function in Access
- Next by thread: Re: Newbie question - how to use Web Service function in Access
- Index(es):
Relevant Pages
|
Loading