|
|
Subject:
WSDL files
Category: Computers > Programming Asked by: modjoe23-ga List Price: $3.00 |
Posted:
21 Mar 2006 04:22 PST
Expires: 02 Apr 2006 11:11 PDT Question ID: 709969 |
I understand there are five different sections of a WSDL. - I need a description of the information that I could obtain from each of those. - I need to know how a service consumer would use that information from each of the steps. I am looking for a clear and consise answer. Nothing fancy. Thanks. |
|
There is no answer at this time. |
|
Subject:
Re: WSDL files
From: daemon_byte-ga on 21 Mar 2006 05:13 PST |
* types, which provides data type definitions used to describe the messages exchanged. * message, which represents an abstract definition of the data being transmitted. A message consists of logical parts, each of which is associated with a definition within some type system. * portType, which is a set of abstract operations. Each operation refers to an input message and output messages. * binding, which specifies concrete protocol and data format specifications for the operations and messages defined by a particular portType. * port, which specifies an address for a binding, thus defining a single communication endpoint. * service, which is used to aggregate a set of related ports. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |