List Info

Thread: Created: (MUSE-273) WS-BaseNotification-1.3.wsdl specifies an incorrect operation (Notify) in




Created: (MUSE-273) WS-BaseNotification-1.3.wsdl specifies an incorrect operation (Notify) in
country flaguser name
United States
2007-09-27 23:45:50
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: muse-dev-unsubscribews.apache.org
For additional commands, e-mail: muse-dev-helpws.apache.org


Updated: (MUSE-273) WS-BaseNotification-1.3.wsdl specifies an incorrect operation (Notify) in
country flaguser name
United States
2007-09-27 23:50:52
     [ 
https://issues.apache.org/jira/browse/MUSE-273?page=com.atla
ssian.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="wsntwestroyPu
llPointRequest"/>
          <wsdl:output
name="DestroyPullPointResponse"
                       message="wsntwestroyPu
llPointResponse"/>
          <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="wsntwestroyPu
llPointRequest"/>
>           <wsdl:output
name="DestroyPullPointResponse"
>                        message="wsntwestroyPu
llPointResponse"/>
>           <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-unsubscribews.apache.org
For additional commands, e-mail: muse-dev-helpws.apache.org


[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )