[Mono-bugs] [Bug 378909] WSDL: documentation element must be first element in binding
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Apr 11 10:33:53 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=378909
User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=378909#c2
--- Comment #2 from Gert Driesen <gert.driesen at pandora.be> 2008-04-11 08:33:52 MST ---
The original issue is fixed, but now the <soap:operation> element is no longer
the first element in <operation> (it must come before the first element in the
wsdl namespace) and <operation> is no longer the last element in <binding>:
<binding name="MyTestServiceSoap" type="s0:MyTestServiceSoap">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsi:Claim conformsTo="http://ws-i.org/profiles/basic/1.1"
xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" />
</wsdl:documentation>
<operation name="SayHello">
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
<soap:operation soapAction="http://tempuri.org/SayHello" style="document"
/>
</operation>
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
</binding>
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list