Pee-Lo 2003/04
12
XML Web Services Layer
Major focus of our project
All business logic dwells in here
What makes a web service different from a traditional
function is that the code for the web service resides on a
remote server
When your program calls a web service (using a function
call), your program will send a network message to the
server that specifies the desired service.
If the web service requires parameters, the message will
include values for each.