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



"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


.



Relevant Pages

  • Re: XML Transform
    ... same database. ... I have a table that has the XSLT and the information level ... we have 3 XSLT that we apply to the XML Document received). ... I have an item holder that has multiple items. ...
    (microsoft.public.sqlserver.xml)
  • Re: Parsing Xml
    ... thanks Anders but that is not what i want. ... xmlreader but using the reader i have to have multiple readers to read part ... >> i would like to parse an xml file node by node and store these into multiple ... > You can access all the child nodes in an XML document through the ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Question about output XML stream containing several XML instance documents
    ... XML input stream contain 1 or more XML document information? ... that holds multiple documents and the exchanging entities know about ...
    (microsoft.public.dotnet.xml)
  • Re: How do I pass a message or variable to a web service?
    ... But you still, are, in fact, calling procedures and receiving back function ... The transport mechanism may be a complete XML document, ... The single document can represent multiple ...
    (microsoft.public.dotnet.framework.webservices)

Loading