Download Delve® SOA Fast-Prototyping Toolkit (Beta 1.0)
| Tutorials - How To Write A Simple Web Service (Version 2) |
Page 3 of 6 |
(for those who have already downloaded and installed Delve)
Now that our operation is in place, we need to declare its input. Delve will let you define input format’s using arbitrarily complex schema, but we’re going to keep things straightforward and just declare a parameter list. This is accomplished simply by listing the names of the desired parameters.

At this point we’ve defined a service “ClimateMon” with one operation, “getRainfall,” and an input format accommodating a single parameter named “city.” |
|
|