You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-user@ws.apache.org by Felix Geller <fg...@gmail.com> on 2008/04/16 13:22:09 UTC

Document/encoded - WSN

Hi list,

   two short questions:

The sample WSDL used in the tutorial includes the following snippet:

---[ quote ]---
<wsdl-soap:binding
  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />

<wsdl:operation name="GetMetadata">
  <wsdl-soap:operation soapAction="GetMetadata" />
  <wsdl:input>
    <wsdl-soap:body
      use="encoded"
      encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  </wsdl:input>
---[/quote ]---

>From what I know Document/encoded isn't specified -- shouldn't the
style refer to one of RPC/encoded or Document/literal?

A question for the developers: How do you verify that code generated
by Muse conforms to the WSN specifications? Do you use a certain test
suite? If so, is it available somewhere?

Cheers,
Felix

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-user-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-user-help@ws.apache.org