[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: WS-Context 0.9.2 typo in wsctx.wsdl
The WSDL for our almost-Committee Specification[1] contains a
typographic error which will prevent its use as designed. One message
description currently reads
<wsdl:message name="TimeoutSetMessage">
<wsdl:part element="wsctx:timeout" name="content"/>
</wsdl:message>
For this message to work correctly (its unique SOAP message content
providing a tie to the correct WSDL operation IOW), this must be
<wsdl:message name="TimeoutSetMessage">
<wsdl:part element="wsctx:timeout-set" name="content"/>
</wsdl:message>
On the up side, <wsctx:timeout/> and <wsctx:timeout-set/> have the same
content model. Unfortunately, they are distinct elements and their
documented use is separate.
thanx,
doug
[1] wsctx.wsdl in
http://www.oasis-open.org/apps/org/workgroup/ws-caf/download.php/13670/WS-Context.zip
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]