Java Reference
In-Depth Information
• Solicit-response - the service endpoint sends a message and receives a
correlated message
Notification - the service endpoint sends a message
In the example above (Listing 3-2), the WS consists of one operation (i.e., createEm-
ployee) that has two messages - one input and one output message. The input message is
named 'tns:createEmployee' and the output message 'tns:createEmployeeResponse. These
two messages can be traced back to the message elements. Think of portType as being
like a Java class where methods and attributes are defined.
Search WWH ::




Custom Search