Download Delve® SOA Fast-Prototyping Toolkit (Beta 1.0)
| Tutorials - How To Create an Explicitly Typed Web Service |
Page 3 of 3 |
Data formats to be used for our new SOAP operation’s request and response messages have been defined, so we’re free to complete definition of the operation’s interface. We’ll use the “in” and “out” keywords to pair format definitions with request ad response messages, respectively.

In this example we’ve designated the “getWeatherConditions” operations as taking a request message formatted according to the element definition “weather-dp-range” and providing a response message formatted according to the element definition “conditions-set."
|
|
|