| Author |
What is difference between service and an endpoint..?
|
Manish Shah
Greenhorn
Joined: Jun 09, 2002
Posts: 22
|
|
What is difference between service and an endpoint..?
To my knowledge service is a layer where business logic gets processed (synchronously or asynchronously) whereas an endpoint is that same service exposed as a web-service whether SOAP based or Restful based.
Please correct me..
|
SCBCD5, SCWCD, SCJP, MCP
|
 |
Dan Drillich
Ranch Hand
Joined: Jul 09, 2001
Posts: 1061
|
|
Web Services Glossary defines end point as -
An association between a binding and a network address, specified by a URI, that may be used to communicate with an instance of a service. An end point indicates a specific location for accessing a service using a specific protocol and data format. [WSD Reqs]
It defines service as -
1. A service is an abstract resource that represents a capability of performing tasks that form a coherent functionality from the point of view of providers entities and requesters entities. To be used, a service must be realized by a concrete provider agent.
2. WSDL service: A collection of end points. [WSD Reqs]
3. See Web service.
Regards,
Dan
|
William Butler Yeats: All life is a preparation for something that probably will never happen. Unless you make it happen.
|
 |
Manish Shah
Greenhorn
Joined: Jun 09, 2002
Posts: 22
|
|
|
Thanks Dan..
|
 |
 |
|
|
subject: What is difference between service and an endpoint..?
|
|
|