WS-BaseNotification-1.3.wsdl specifies an incorrect operation (Notify) in the
portType definition for PullPoint
----------------------------------------------------------------------------------------------------------------
Key: MUSE-273
URL: https://issues.apache.org/jira/browse/MUSE-273
Project: Muse
Issue Type: Bug
Components: WSN PullPoint
Affects Versions: 2.2.0
Reporter: Kam K. Yee
Assignee: Dan Jemiolo
Priority: Minor
In the wsdl file muse-wsn-api/specs/WS-BaseNotification-1.3.wsdl, the portType
definition for PullPoint erroneously includes an operation named "Notify".
That operation should be removed.
<!-- ========== PullPoint PortType Definition ===================== -->
<wsdl:portType name="PullPoint">
<wsdl:operation name="GetMessages">
<wsdl:input name="GetMessagesRequest"
message="wsntw:GetMessagesRequest" />
<wsdl:output name="GetMessagesResponse"
message="wsntw:GetMessagesResponse" />
<wsdl:fault name="ResourceUnknownFault"
message="wsrf-rw:ResourceUnknownFault" />
</wsdl:operation>
<wsdl:operation name="Notify">
<wsdl:input message="wsntw:Notify"/>
</wsdl:operation>
</wsdl:portType>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]