-----Original Message----- From: Christopher B Ferris [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 1:57 PM To: Anne Thomas Manes Subject: Re: FW: Error in the Basic Profile
Thanks Anne! I've forwarded to the bpwg list and we'll add it to the errata. Cheers, Christopher Ferris STSM, Emerging e-business Industry Architecture email: [EMAIL PROTECTED] blog: http://webpages.charter.net/chrisfer/blog.html phone: +1 508 377 9295 "Anne Thomas Manes" <[EMAIL PROTECTED]> wrote on 10/13/2004 05:52:25 AM: > Chris, > > There's a bug in one of the "Correct" samples in WS-I BP 1.1, in section 4.7.21 Namespaces for > Children of Part Accessors [1]: > > According to the WSDL 1.1 specification [2] and the latest version of the WSDL 1.1 XML Schema [3], > the definitions/binding/operation/input and definitions/binding/operation/output elements do not > include the @message attribute. > > [1] http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html#Namespaces_for _Children_of_Part_Accessors > [2] http://www.w3.org/TR/wsdl#_bindings > [3] http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd > > But the sample in this section does include this attribute: > > <binding name="BarSOAPBinding" type="bar:BarPortType"> > <soapbind:binding > transport="http://schemas.xmlsoap.org/soap/http/" > style="rpc"/> > <operation name="BarOperation"> > <input message="bar:BarMsg"> > <soapbind:body use="literal" namespace="http://example.org/bar/"/> > </input> > </operation> > </binding> > > Anne