Re: How do I pass a message or variable to a web service?
- From: "John Saunders" <john.saunders at trizetto.com>
- Date: Fri, 1 Sep 2006 06:50:48 -0400
"Scott M." <s-mar@xxxxxxxxxxxxx> wrote in message
news:ODSvxqWzGHA.4448@xxxxxxxxxxxxxxxxxxxxxxx
I'm sorry John, I don't know what you mean by "document style" web
service.
In the <wsdl:binding> section, if you use <soap:binding style="document"
/>, then you are effectively saying that you want the messages in this
binding to be considered, each, as a single XML document, as opposed to a
set of RPC-style parameters. The single document can represent multiple
parameters, and, depending on your platform, can be processed as multiple
parameters.This allows you to think in terms of sending and receiving entire
XML documents, possibly complicated ones, instead of restricting your
thinking to a flat set of procedure call parameters.
John
.
- Follow-Ups:
- Re: How do I pass a message or variable to a web service?
- From: Scott M.
- Re: How do I pass a message or variable to a web service?
- References:
- How do I pass a message or variable to a web service?
- From: needin4mation
- Re: How do I pass a message or variable to a web service?
- From: Scott M.
- Re: How do I pass a message or variable to a web service?
- From: John Saunders
- Re: How do I pass a message or variable to a web service?
- From: Scott M.
- How do I pass a message or variable to a web service?
- Prev by Date: Re: How do I pass a message or variable to a web service?
- Next by Date: Re: two webservice proxies
- Previous by thread: Re: How do I pass a message or variable to a web service?
- Next by thread: Re: How do I pass a message or variable to a web service?
- Index(es):
Relevant Pages
|
Loading