Author: ips Date: Wed Jan 5 13:39:07 2005 New Revision: 124281 URL: http://svn.apache.org/viewcvs?view=rev&rev=124281 Log: reformatted
Modified: incubator/apollo/trunk/src/site/content/tutorial/SysProps.wsdl Modified: incubator/apollo/trunk/src/site/content/tutorial/SysProps.wsdl Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/tutorial/SysProps.wsdl?view=diff&rev=124281&p1=incubator/apollo/trunk/src/site/content/tutorial/SysProps.wsdl&r1=124280&p2=incubator/apollo/trunk/src/site/content/tutorial/SysProps.wsdl&r2=124281 ============================================================================== --- incubator/apollo/trunk/src/site/content/tutorial/SysProps.wsdl (original) +++ incubator/apollo/trunk/src/site/content/tutorial/SysProps.wsdl Wed Jan 5 13:39:07 2005 @@ -1,106 +1,112 @@ <?xml version="1.0"?> + <definitions name="JavaSystemPropertiesResourceDefinition" targetNamespace="http://ws.apache.org/resource/example/sysprops" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://ws.apache.org/resource/example/sysprops" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd" xmlns:wsrpw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl"> - <import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl" location="../spec/wsrf/WS-ResourceProperties-1_2.wsdl"/> - <types> - <schema elementFormDefault="qualified" targetNamespace="http://ws.apache.org/resource/example/sysprops" xmlns="http://www.w3.org/2001/XMLSchema"> - <!-- Resource Properties Document Schema --> - <element name="JavaSystemProperties"> - <complexType> - <sequence> - <any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax"/> - </sequence> - </complexType> - </element> - <!-- ====== Message Types for Custom Operations ======= --> - </schema> - </types> - <!-- ============= Message Definitions for Custom Operations ============= --> - <portType name="JavaSystemPropertiesPortType" wsrp:ResourceProperties="tns:JavaSystemProperties"> - <!-- wsrp:* operations --> - <operation name="GetResourceProperty"> - <input name="GetResourcePropertyRequest" message="wsrpw:GetResourcePropertyRequest"/> - <output name="GetResourcePropertyResponse" message="wsrpw:GetResourcePropertyResponse"/> - <fault name="ResourceUnknownFault" message="wsrpw:ResourceUnknownFault"/> - <fault name="InvalidResourcePropertyQNameFault" message="wsrpw:InvalidResourcePropertyQNameFault"/> - </operation> - <operation name="GetMultipleResourceProperties"> - <input name="GetMultipleResourcePropertiesRequest" message="wsrpw:GetMultipleResourcePropertiesRequest"/> - <output name="GetMultipleResourcePropertiesResponse" message="wsrpw:GetMultipleResourcePropertiesResponse"/> - <fault name="ResourceUnknownFault" message="wsrpw:ResourceUnknownFault"/> - <fault name="InvalidResourcePropertyQNameFault" message="wsrpw:InvalidResourcePropertyQNameFault"/> - </operation> - <operation name="QueryResourceProperties"> - <input name="QueryResourcePropertiesRequest" message="wsrpw:QueryResourcePropertiesRequest"/> - <output name="QueryResourcePropertiesResponse" message="wsrpw:QueryResourcePropertiesResponse"/> - <fault name="ResourceUnknownFault" message="wsrpw:ResourceUnknownFault"/> - <fault name="InvalidResourcePropertyQNameFault" message="wsrpw:InvalidResourcePropertyQNameFault"/> - <fault name="UnknownQueryExpressionDialectFault" message="wsrpw:UnknownQueryExpressionDialectFault"/> - <fault name="InvalidQueryExpressionFault" message="wsrpw:InvalidQueryExpressionFault"/> - <fault name="QueryEvaluationErrorFault" message="wsrpw:QueryEvaluationErrorFault"/> - </operation> - </portType> - <binding name="JavaSystemPropertiesSoapHttpBinding" type="tns:JavaSystemPropertiesPortType"> - <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> - <!-- wsrp:* operations --> - <operation name="GetResourceProperty"> - <soap:operation style="document"/> - <input> - <soap:body use="literal"/> - </input> - <output> - <soap:body use="literal"/> - </output> - <fault name="ResourceUnknownFault"> - <soap:fault name="ResourceUnknownFault" use="literal"/> - </fault> - <fault name="InvalidResourcePropertyQNameFault"> - <soap:fault name="InvalidResourcePropertyQNameFault" use="literal"/> - </fault> - </operation> - <operation name="GetMultipleResourceProperties"> - <soap:operation style="document"/> - <input> - <soap:body use="literal"/> - </input> - <output> - <soap:body use="literal"/> - </output> - <fault name="ResourceUnknownFault"> - <soap:fault name="ResourceUnknownFault" use="literal"/> - </fault> - <fault name="InvalidResourcePropertyQNameFault"> - <soap:fault name="InvalidResourcePropertyQNameFault" use="literal"/> - </fault> - </operation> - <operation name="QueryResourceProperties"> - <soap:operation style="document"/> - <input> - <soap:body use="literal"/> - </input> - <output> - <soap:body use="literal"/> - </output> - <fault name="ResourceUnknownFault"> - <soap:fault name="ResourceUnknownFault" use="literal"/> - </fault> - <fault name="InvalidResourcePropertyQNameFault"> - <soap:fault name="InvalidResourcePropertyQNameFault" use="literal"/> - </fault> - <fault name="UnknownQueryExpressionDialectFault"> - <soap:fault name="UnknownQueryExpressionDialectFault" use="literal"/> - </fault> - <fault name="InvalidQueryExpressionFault"> - <soap:fault name="InvalidQueryExpressionFault" use="literal"/> - </fault> - <fault name="QueryEvaluationErrorFault"> - <soap:fault name="QueryEvaluationErrorFault" use="literal"/> - </fault> - </operation> - </binding> - <service name="JavaSystemPropertiesService"> - <!-- Note: the port name becomes the service name in the wsdd generated by Axis Wsdl2Java --> - <port name="sysprops" binding="tns:JavaSystemPropertiesSoapHttpBinding"> - <soap:address location="http://localhost:8080/wsrf/services/sysprops"/> - </port> - </service> + + <import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl" location="../spec/wsrf/WS-ResourceProperties-1_2.wsdl"/> + + <types> + <schema elementFormDefault="qualified" targetNamespace="http://ws.apache.org/resource/example/sysprops" xmlns="http://www.w3.org/2001/XMLSchema"> + <!-- Resource Properties Document Schema --> + <element name="JavaSystemProperties"> + <complexType> + <sequence> + <any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax"/> + </sequence> + </complexType> + </element> + </schema> + </types> + + <!-- ============= Message Definitions for Custom Operations ============= --> + <portType name="JavaSystemPropertiesPortType" wsrp:ResourceProperties="tns:JavaSystemProperties"> + <!-- wsrp:* operations --> + <operation name="GetResourceProperty"> + <input name="GetResourcePropertyRequest" message="wsrpw:GetResourcePropertyRequest"/> + <output name="GetResourcePropertyResponse" message="wsrpw:GetResourcePropertyResponse"/> + <fault name="ResourceUnknownFault" message="wsrpw:ResourceUnknownFault"/> + <fault name="InvalidResourcePropertyQNameFault" message="wsrpw:InvalidResourcePropertyQNameFault"/> + </operation> + <operation name="GetMultipleResourceProperties"> + <input name="GetMultipleResourcePropertiesRequest" message="wsrpw:GetMultipleResourcePropertiesRequest"/> + <output name="GetMultipleResourcePropertiesResponse" message="wsrpw:GetMultipleResourcePropertiesResponse"/> + <fault name="ResourceUnknownFault" message="wsrpw:ResourceUnknownFault"/> + <fault name="InvalidResourcePropertyQNameFault" message="wsrpw:InvalidResourcePropertyQNameFault"/> + </operation> + <operation name="QueryResourceProperties"> + <input name="QueryResourcePropertiesRequest" message="wsrpw:QueryResourcePropertiesRequest"/> + <output name="QueryResourcePropertiesResponse" message="wsrpw:QueryResourcePropertiesResponse"/> + <fault name="ResourceUnknownFault" message="wsrpw:ResourceUnknownFault"/> + <fault name="InvalidResourcePropertyQNameFault" message="wsrpw:InvalidResourcePropertyQNameFault"/> + <fault name="UnknownQueryExpressionDialectFault" message="wsrpw:UnknownQueryExpressionDialectFault"/> + <fault name="InvalidQueryExpressionFault" message="wsrpw:InvalidQueryExpressionFault"/> + <fault name="QueryEvaluationErrorFault" message="wsrpw:QueryEvaluationErrorFault"/> + </operation> + </portType> + + <binding name="JavaSystemPropertiesSoapHttpBinding" type="tns:JavaSystemPropertiesPortType"> + <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> + <!-- wsrp:* operations --> + <operation name="GetResourceProperty"> + <soap:operation style="document"/> + <input> + <soap:body use="literal"/> + </input> + <output> + <soap:body use="literal"/> + </output> + <fault name="ResourceUnknownFault"> + <soap:fault name="ResourceUnknownFault" use="literal"/> + </fault> + <fault name="InvalidResourcePropertyQNameFault"> + <soap:fault name="InvalidResourcePropertyQNameFault" use="literal"/> + </fault> + </operation> + <operation name="GetMultipleResourceProperties"> + <soap:operation style="document"/> + <input> + <soap:body use="literal"/> + </input> + <output> + <soap:body use="literal"/> + </output> + <fault name="ResourceUnknownFault"> + <soap:fault name="ResourceUnknownFault" use="literal"/> + </fault> + <fault name="InvalidResourcePropertyQNameFault"> + <soap:fault name="InvalidResourcePropertyQNameFault" use="literal"/> + </fault> + </operation> + <operation name="QueryResourceProperties"> + <soap:operation style="document"/> + <input> + <soap:body use="literal"/> + </input> + <output> + <soap:body use="literal"/> + </output> + <fault name="ResourceUnknownFault"> + <soap:fault name="ResourceUnknownFault" use="literal"/> + </fault> + <fault name="InvalidResourcePropertyQNameFault"> + <soap:fault name="InvalidResourcePropertyQNameFault" use="literal"/> + </fault> + <fault name="UnknownQueryExpressionDialectFault"> + <soap:fault name="UnknownQueryExpressionDialectFault" use="literal"/> + </fault> + <fault name="InvalidQueryExpressionFault"> + <soap:fault name="InvalidQueryExpressionFault" use="literal"/> + </fault> + <fault name="QueryEvaluationErrorFault"> + <soap:fault name="QueryEvaluationErrorFault" use="literal"/> + </fault> + </operation> + </binding> + + <service name="JavaSystemPropertiesService"> + <!-- Note: the port name becomes the service name in the wsdd generated by Axis Wsdl2Java --> + <port name="sysprops" binding="tns:JavaSystemPropertiesSoapHttpBinding"> + <soap:address location="http://localhost:8080/wsrf/services/sysprops"/> + </port> + </service> + </definitions> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
