Sending data with web services

J

Jim

Hi

I am a newbie with web services, when you want to actually send data with
web services (instead of downloading data from the server side) what is the
way to go about?

ch Jim
 
D

Dan Rogers

Hi Jim,

Sending data (AKA pasing parameters) is an intrinsic part of method design.
Most methods take some form of input and produce some form of output.
This is all data.

So with web services, you make the input parameters the proper data type -
a strongly typed interface - and then the requesting party passes that data
at the time they make a request.

I hope this helps

Dan Rogers
Microsoft Corporation
--------------------
 
J

Jim

are you saying that they have to call the webservice on my web server? i
have to pass the data right not the requesting party?
ch Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,819
Latest member
masterdaster

Latest Threads

Top