You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2004/12/17 02:00:16 UTC

svn commit: r122603 - /incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2.wsdl

Author: ips
Date: Thu Dec 16 17:00:14 2004
New Revision: 122603

URL: http://svn.apache.org/viewcvs?view=rev&rev=122603
Log:
added missing RP attrib on ScheduledResourceTermination portType

Modified:
   incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2.wsdl

Modified: incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2.wsdl
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2.wsdl?view=diff&rev=122603&p1=incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2.wsdl&r1=122602&p2=incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2.wsdl&r2=122603
==============================================================================
--- incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2.wsdl	(original)
+++ incubator/apollo/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2.wsdl	Thu Dec 16 17:00:14 2004
@@ -130,7 +130,7 @@
          name="TerminationTimeChangeRejectedFault"/>
    </wsdl:message>
    
-   <wsdl:portType name="ScheduledResourceTermination">
+   <wsdl:portType name="ScheduledResourceTermination" wsrp:ResourceProperties="wsrl:ScheduledResourceTerminationRP">
       <wsdl:operation name="SetTerminationTime">
          <wsdl:input message="wsrlw:SetTerminationTimeRequest"/>
          <wsdl:output message="wsrlw:SetTerminationTimeResponse"/>
@@ -143,6 +143,7 @@
             name="TerminationTimeChangeRejectedFault"/>
       </wsdl:operation>
    </wsdl:portType>
+   
    <wsdl:portType name="ImmediateResourceTermination">
       <wsdl:operation name="Destroy">
          <wsdl:input message="wsrlw:DestroyRequest"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org