Re: How do I pass a message or variable to a web service?



I'm sorry John, I don't know what you mean by "document style" web service.


"John Saunders" <john.saunders at trizetto.com> wrote in message
news:e78E3qVzGHA.3440@xxxxxxxxxxxxxxxxxxxxxxx
"Scott M." <s-mar@xxxxxxxxxxxxx> wrote in message
news:OJSojvUzGHA.4204@xxxxxxxxxxxxxxxxxxxxxxx
Well, I would disagree that you should think of web service calls as
"passing messages". You should, in fact, think of them as remote
procedure (function) calls. If the webmethod requires a parameter, then
you must pass one to the function.

Scott, remember that there are two styles of web service: the RPC style,
and the Document style. Some like the latter, for generality (I do).

John




.



Relevant Pages