Re: binding style

"Scott Nichol" <[email protected]>
Newsgroups gmane.text.xml.soap.devel
Message-ID <00f101c39743$31809820$6401a8c0@northgate>
A few comments.

1. Apache SOAP does not support document style for a service.  If you want responses for users/programmers of a SOAP implementation that does, try Apache Axis.

2. Yes, SOAPAction would be a likely way to specify the operation to perform.

3. Although many parts *can* be specified for an operation, you will find that some implementations, such as .NET, by default "wrap" everything in a single XML element, so that an operation always has a single part and looks much like an RPC message.  Because of this wrapping, an Apache SOAP client can easily imitate document style for most services.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message ----- 
From: "Nicola ONOSE" <[email protected]>
To: <[email protected]>
Sent: Monday, October 20, 2003 2:31 PM
Subject: binding style


> Hello
> 
> I have a question regarding "document" style operations.
> An operation with style="document" may contain several "parts" which are not 
> enclosed in an RPC element. Then how does the server make the mapping between 
> the operation and the SOAP message it receives? Is it by the means of the 
> SoapAction header?
> 
> I read the WSDL 1.2 spec, but I couldn't figure out. Have I missed anything?
> 
> 
> Thanks
> 
> --
> Nick
> 
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.