Lot's of WS zealots complain that too many developes think of Web services as just another RPC when it should be seen as a message-oriented or document-oriented instead. I've been wondering what people think that means. Here are some possible interpretations:
- Don't break apart the input/output messages and map their contents to individual method arguments; make a method with one input message parameter and one output message parameter instead
- Just like (1), but the messages should be exposed as XML
- You don't map request/response pairs to method calls at all, come up with some other programming model
- The programming model may or may not matter, what really matters is whether the root element of the input and output messages are verbs like “checkPrice“ or nouns like “purchaseOrder“
What do you think it means?
Posted
Jan 23 2005, 07:24 AM
by
tim-ewald