You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Kam K. Yee (JIRA)" <ji...@apache.org> on 2007/09/28 06:50:52 UTC

[jira] Updated: (MUSE-273) WS-BaseNotification-1.3.wsdl specifies an incorrect operation (Notify) in the portType definition for PullPoint

     [ https://issues.apache.org/jira/browse/MUSE-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kam K. Yee updated MUSE-273:
----------------------------

    Description: 
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 and replaced with "DestroyPullPoint" operation as shown in the spec.

CURRENT (INCORRECT) VERSION:

<!-- ========== 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>


FIXED VERSION:

<!-- ========== 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="DestroyPullPoint">
          <wsdl:input name="DestroyPullPointRequest"
                      message="wsntw:DestroyPullPointRequest"/>
          <wsdl:output name="DestroyPullPointResponse"
                       message="wsntw:DestroyPullPointResponse"/>
          <wsdl:fault name="ResourceUnknownFault"
                      message="wsrf-rw:ResourceUnknownFault"/>
          <wsdl:fault name="UnableToDestroyPullPointFault"
                      message="wsntw:UnableToDestroyPullPointFault"/>
      </wsdl:operation>
   </wsdl:portType>


  was:
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>



> 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 and replaced with "DestroyPullPoint" operation as shown in the spec.
> CURRENT (INCORRECT) VERSION:
> <!-- ========== 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>
> FIXED VERSION:
> <!-- ========== 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="DestroyPullPoint">
>           <wsdl:input name="DestroyPullPointRequest"
>                       message="wsntw:DestroyPullPointRequest"/>
>           <wsdl:output name="DestroyPullPointResponse"
>                        message="wsntw:DestroyPullPointResponse"/>
>           <wsdl:fault name="ResourceUnknownFault"
>                       message="wsrf-rw:ResourceUnknownFault"/>
>           <wsdl:fault name="UnableToDestroyPullPointFault"
>                       message="wsntw:UnableToDestroyPullPointFault"/>
>       </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: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org