← Prev in month
← Prev in thread
Next in thread →
Next in month →
[wsrp-wsia] Re: WSDL: ReleaseSessions operation
I agree and think this is just an editorial change that was missed on the
previous change request. Unless someone objects, I will make these changes
(& the related ones in the spec) without opening a change request.
Rich Thompson
Richard Jacob@IBMDE
03/14/2003 07:17 AM
To: Rich Thompson/Watson/IBM@IBMUS
cc: Andre Kramer <>
From: Richard Jacob/Germany/IBM@IBMDE
Subject: WSDL: ReleaseSessions operation
crawling through the WSDL I noticed that we missed to update the name for
ReleaseSessionsResponse.
We changed the "ReleaseSession" operation to be "ReleaseSessions", hower
there is still a ReleaseSessionResponse returned.
I think it should be ReleaseSessionsResponse for consistency reasons.
Document: binding wsdl
Section: operation name=releaseSessions
Requested by: Richard Jacob
Old text:
<wsdl:operation name="releaseSessions">
<soap:operation
soapAction="urn:oasis:names:tc:wsrp:v1:releaseSessions"/>
<wsdl:input name="releaseSessions">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="releaseSessionResponse">
<soap:body use="literal"/>
</wsdl:output>
...
New text:
<wsdl:operation name="releaseSessions">
<soap:operation
soapAction="urn:oasis:names:tc:wsrp:v1:releaseSessions"/>
<wsdl:input name="releaseSessions">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="releaseSessionsResponse"> <-- CHANGE HERE
<soap:body use="literal"/>
</wsdl:output>
...
Document: interface wsdl
Section: message name=releaseSessions, operation name=releaseSessions
Requested by: Richard Jacob
Old text:
<wsdl:message name="releaseSessions">
<wsdl:part name="releaseSessions" element="types:releaseSessions"/>
</wsdl:message>
<wsdl:message name="releaseSessionResponse">
<wsdl:part name="releaseSessionResponse"
element="types:releaseSessionResponse"/>
</wsdl:message>
new text:
<wsdl:message name="releaseSessions">
<wsdl:part name="releaseSessions" element="types:releaseSessions"/>
</wsdl:message>
<wsdl:message name="releaseSessionsResponse"> <-- CHANGE HERE
<wsdl:part name="releaseSessionsResponse"
element="types:releaseSessionsResponse"/> <-- CHANGE HERE
</wsdl:message>
Old text:
<wsdl:operation name="releaseSessions">
<wsdl:input message="intf:releaseSessions" name="releaseSessions"/>
<wsdl:output message="intf:releaseSessionResponse"
name="releaseSessionResponse"/>
<wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
<wsdl:fault message="intf:InvalidRegistration"
name="InvalidRegistration"/>
<wsdl:fault message="intf:MissingParameters"
name="MissingParameters"/>
<wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
</wsdl:operation>
New text:
<wsdl:operation name="releaseSessions">
<wsdl:input message="intf:releaseSessions" name="releaseSessions"/>
<wsdl:output message="intf:releaseSessionsResponse"
name="releaseSessionsResponse"/> <-- CHANGE HERE
<wsdl:fault message="intf:AccessDenied" name="AccessDenied"/>
<wsdl:fault message="intf:InvalidRegistration"
name="InvalidRegistration"/>
<wsdl:fault message="intf:MissingParameters"
name="MissingParameters"/>
<wsdl:fault message="intf:OperationFailed" name="OperationFailed"/>
</wsdl:operation>
Document: types xsd
Section: element name=releaseSessionResponse
Requested by: Richard Jacob
Old text:
<element name="releaseSessionResponse" type="types:ReturnAny"/>
New text:
<element name="releaseSessionsResponse" type="types:ReturnAny"/> <--
CHANGE HERE
Mit freundlichen Gruessen / best regards,
Richard Jacob
______________________________________________________
IBM Lab Boeblingen, Germany
Dept.8288, WebSphere Portal Server Development
Phone: ++49 7031 16-3469 - Fax: ++49 7031 16-4888
Email: mailto:
----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>
← Prev in month
← Prev in thread
Next in thread →
Next in month →