OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrf message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Changes required in published wsdl


      * WS-ResourceLifetime.wsdl and WS-ResourceProperties.wsdl import
	WS-Addressing schema but don't need to.
      * WS-ServiceGroup.wsdl doesn't import WS-Addressing schema but
        needs to.
      * It looks like most of the namespace prefixes in the published
        service group wsdl are wrong. For example:
        
            <wsdl:operation name="GetResourceProperty">
              <wsdl:input name="GetResourcePropertyRequest" 
                    message="wsrp:GetResourcePropertyRequest" />
              <wsdl:output name="GetResourcePropertyResponse" 
                    message="wsrp:GetResourcePropertyResponse" />
              <wsdl:fault name="ResourceUnknownFault" 
                    message="wsrp:ResourceUnknownFault" />
              <wsdl:fault name="InvalidResourcePropertyQNameFault" 
                    message="wsrp:InvalidResourcePropertyQNameFault" />   
            </wsdl:operation>
        
        should be
        
            <wsdl:operation name="GetResourceProperty">
              <wsdl:input name="GetResourcePropertyRequest" 
                    message="wsrpw:GetResourcePropertyRequest" />
              <wsdl:output name="GetResourcePropertyResponse" 
                    message="wsrpw:GetResourcePropertyResponse" />
              <wsdl:fault name="ResourceUnknownFault" 
                    message="wsrpw:ResourceUnknownFault" />
              <wsdl:fault name="InvalidResourcePropertyQNameFault" 
                    message="wsrpw:InvalidResourcePropertyQNameFault" />   
            </wsdl:operation>
        
        This seems to be true for all operations in the spec (I think
        even the service group operations themselves have it wrong).
      * The Resource Lifetime wsdl at
        http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl is missing the oasis copyright statement (though the spec itself has the wsdl with the copyright statement)
      * The Resource Lifetime wsdl does not declare the
        ScheduledResourceTerminationRP on the
        ScheduledResourceTermination porttype.

/Sam
-- 
Sam Meder <meder@mcs.anl.gov>
The Globus Alliance - University of Chicago
630-252-1752




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]