blah blah blah is here! blah blah » Close

70 views

.

up0down
link

.

last answered 28 days ago

1 answers

up0down
link

We're not here to do your homework but I'm sure we will help with the theory if you need it. Basically a web service is a service that sits on the web server waiting for calls to its various commands. You can think of it like a class you have created waiting for calls to its command. It that respect, it is fairly straight forward in that you can have a routine that receives two matrices and returns the multiplied matrix.

My suggestion is to work through some simple examples that create a web service and allows you to access it. Try these pages by reading, typing up the examples and trying stuff out:

http://msdn.microsoft.com/en-us/library/ms733133.aspx

http://msdn.microsoft.com/en-us/library/ms735119.aspx

http://msdn.microsoft.com/en-us/library/dd699756.aspx

Feedback