| Commit in servicemix/ws/jaxws/wspojo on MAIN | |||
| wsdl/SoapConsumer.wsdl | +61 | added 1.1 | |
| /SoapServices.wsdl | +233 | added 1.1 | |
| /Service-All.wsdl | -233 | 1.3 removed | |
| /Service-Consumer.wsdl | -61 | 1.2 removed | |
| build.xml | +2 | -22 | 1.3 -> 1.4 |
| +296 | -316 | ||
minor refactor of WSDL files to neater names
servicemix/ws/jaxws/wspojo/wsdl
SoapConsumer.wsdl added at 1.1
diff -N SoapConsumer.wsdl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ SoapConsumer.wsdl 23 Aug 2005 11:38:42 -0000 1.1 @@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?> +<wsdl:definitions name="Service-Consumer" + targetNamespace="http://servicemix.org/wspojo/notification/" + xmlns:tns="http://servicemix.org/wspojo/notification/" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" + xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" + xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy" + xmlns:wsnt="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" + xmlns:wsntw="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl" + 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" + xmlns:wsbf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd" + xmlns:wsrl="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd" + xmlns:wsrlw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"> + <wsdl:import + namespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl" + location="WS-BaseNotification-1_2-Draft_01.wsdl"> + </wsdl:import> + <wsdl:types> + <xsd:schema + targetNamespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" + elementFormDefault="qualified"> + + <xsd:include + schemaLocation="WS-BaseNotification-1_2-Draft_01.xsd" /> + + <xsd:import + namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" + schemaLocation="WS-Addressing-2003_03.xsd" /> + + <xsd:import + namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd" + schemaLocation="WS-BaseFaults-1_2-Draft_01.xsd" /> + + <xsd:import + namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd" + schemaLocation="WS-ResourceProperties-1_2-Draft_01.xsd" /> + <xsd:import + namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd" + schemaLocation="WS-ResourceLifetime-1_2-Draft_01.xsd" /> + </xsd:schema> + </wsdl:types> + <wsdl:binding name="NotificationConsumerSOAP" + type="wsntw:NotificationConsumer"> + <soap:binding transport="http://schemas.xmlsoap.org/soap/http" + style="document" /> + <wsdl:operation name="Notify"> + <soap:operation /> + <wsdl:input> + <soap:body parts="Notify" use="literal"/> + </wsdl:input> + </wsdl:operation> + </wsdl:binding> + <wsdl:service name="NotificationConsumerService"> + <wsdl:port name="Consumer" binding="tns:NotificationConsumerSOAP"> + <soap:address location="http://www.example.org/" /> + </wsdl:port> + </wsdl:service> +</wsdl:definitions>
servicemix/ws/jaxws/wspojo/wsdl
SoapServices.wsdl added at 1.1
diff -N SoapServices.wsdl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ SoapServices.wsdl 23 Aug 2005 11:38:42 -0000 1.1 @@ -0,0 +1,233 @@
+<?xml version="1.0" encoding="UTF-8"?> +<wsdl:definitions name="Service-Consumer" + targetNamespace="http://servicemix.org/wspojo/notification/" + xmlns:tns="http://servicemix.org/wspojo/notification/" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" + xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" + xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy" + xmlns:wsnt="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" + xmlns:wsntw="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl" + 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" + xmlns:wsbf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd" + xmlns:wsrl="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd" + xmlns:wsrlw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"> + <wsdl:import + namespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl" + location="WS-BaseNotification-1_2-Draft_01.wsdl"> + </wsdl:import> + <wsdl:types> + <xsd:schema + targetNamespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" + elementFormDefault="qualified"> + + <xsd:include + schemaLocation="WS-BaseNotification-1_2-Draft_01.xsd" /> + + <!-- + + <xsd:import + namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" + schemaLocation="WS-Addressing-2003_03.xsd" /> + + <xsd:import + namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd" + schemaLocation="WS-BaseFaults-1_2-Draft_01.xsd" /> + + <xsd:import + namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd" + schemaLocation="WS-ResourceProperties-1_2-Draft_01.xsd" /> + <xsd:import + namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd" + schemaLocation="WS-ResourceLifetime-1_2-Draft_01.xsd" /> + --> + + </xsd:schema> + </wsdl:types> + <wsdl:binding name="NotificationConsumerSOAP" + type="wsntw:NotificationConsumer"> + <soap:binding transport="http://schemas.xmlsoap.org/soap/http" + style="document" /> + <wsdl:operation name="Notify"> + <soap:operation /> + <wsdl:input> + <soap:body parts="Notify" use="literal" /> + </wsdl:input> + </wsdl:operation> + </wsdl:binding> + <wsdl:binding name="NotificationProducerSOAP" + type="wsntw:NotificationProducer"> + <soap:binding transport="http://schemas.xmlsoap.org/soap/http" + style="document" /> + <wsdl:operation name="Subscribe"> + <soap:operation + soapAction="http://servicemix.org/wspojo/notification/Subscribe" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + <wsdl:fault name="ResourceUnknownFault"> + <soap:fault use="literal" name="ResourceUnknownFault" /> + </wsdl:fault> + <wsdl:fault name="SubscribeCreationFailedFault"> + <soap:fault use="literal" name="SubscribeCreationFailedFault" /> + </wsdl:fault> + <wsdl:fault name="TopicPathDialectUnknownFault"> + <soap:fault use="literal" name="TopicPathDialectUnknownFault" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="GetCurrentMessage"> + <soap:operation + soapAction="http://servicemix.org/wspojo/notification/GetCurrentMessage" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + <wsdl:fault name="ResourceUnknownFault"> + <soap:fault use="literal" name="ResourceUnknownFault" /> + </wsdl:fault> + <wsdl:fault name="InvalidTopicExpressionFault"> + <soap:fault use="literal" name="InvalidTopicExpressionFault" /> + </wsdl:fault> + <wsdl:fault name="TopicNotSupportedFault"> + <soap:fault use="literal" name="TopicNotSupportedFault" /> + </wsdl:fault> + <wsdl:fault name="NoCurrentMessageOnTopicFault"> + <soap:fault use="literal" name="NoCurrentMessageOnTopicFault" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="GetResourceProperty"> + <soap:operation + soapAction="http://servicemix.org/wspojo/notification/GetResourceProperty" /> + <wsdl:input name="GetResourcePropertyRequest"> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output name="GetResourcePropertyResponse"> + <soap:body use="literal" /> + </wsdl:output> + <wsdl:fault name="ResourceUnknownFault"> + <soap:fault use="literal" name="ResourceUnknownFault" /> + </wsdl:fault> + <wsdl:fault name="InvalidResourcePropertyQNameFault"> + <soap:fault use="literal" + name="InvalidResourcePropertyQNameFault" /> + </wsdl:fault> + </wsdl:operation> + </wsdl:binding> + + <wsdl:binding name="SubscriptionManagerSOAP" + type="wsntw:SubscriptionManager"> + <soap:binding transport="http://schemas.xmlsoap.org/soap/http" + style="document" /> + <wsdl:operation name="GetResourceProperty"> + <soap:operation + soapAction="http://servicemix.org/wspojo/notification/GetResourceProperty" /> + <wsdl:input name="GetResourcePropertyRequest"> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output name="GetResourcePropertyResponse"> + <soap:body use="literal" /> + </wsdl:output> + <wsdl:fault name="ResourceUnknownFault"> + <soap:fault use="literal" name="ResourceUnknownFault" /> + </wsdl:fault> + <wsdl:fault name="InvalidResourcePropertyQNameFault"> + <soap:fault use="literal" + name="InvalidResourcePropertyQNameFault" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="Destroy"> + <soap:operation + soapAction="http://servicemix.org/wspojo/notification/Destroy" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + <wsdl:fault name="ResourceUnknownFault"> + <soap:fault use="literal" name="ResourceUnknownFault" /> + </wsdl:fault> + <wsdl:fault name="ResourceNotDestroyedFault"> + <soap:fault use="literal" name="ResourceNotDestroyedFault" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="SetTerminationTime"> + <soap:operation + soapAction="http://servicemix.org/wspojo/notification/SetTerminationTime" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + <wsdl:fault name="ResourceUnknownFault"> + <soap:fault use="literal" name="ResourceUnknownFault" /> + </wsdl:fault> + <wsdl:fault name="UnableToSetTerminationTimeFault"> + <soap:fault use="literal" + name="UnableToSetTerminationTimeFault" /> + </wsdl:fault> + <wsdl:fault name="TerminationTimeChangeRejectedFault"> + <soap:fault use="literal" + name="TerminationTimeChangeRejectedFault" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="PauseSubscription"> + <soap:operation + soapAction="http://servicemix.org/wspojo/notification/PauseSubscription" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + <wsdl:fault name="ResourceUnknownFault"> + <soap:fault use="literal" name="ResourceUnknownFault" /> + </wsdl:fault> + <wsdl:fault name="PauseFailedFault"> + <soap:fault use="literal" name="PauseFailedFault" /> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="ResumeSubscription"> + <soap:operation + soapAction="http://servicemix.org/wspojo/notification/ResumeSubscription" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + <wsdl:output> + <soap:body use="literal" /> + </wsdl:output> + <wsdl:fault name="ResourceUnknownFault"> + <soap:fault use="literal" name="ResourceUnknownFault" /> + </wsdl:fault> + <wsdl:fault name="ResumeFailedFault"> + <soap:fault use="literal" name="ResumeFailedFault" /> + </wsdl:fault> + </wsdl:operation> + </wsdl:binding> + + <wsdl:service name="NotificationConsumerService"> + <wsdl:port name="SOAP" binding="tns:NotificationConsumerSOAP"> + <soap:address location="http://www.example.org/" /> + </wsdl:port> + </wsdl:service> + <wsdl:service name="NotificationProducerService"> + <wsdl:port name="SOAP" binding="tns:NotificationProducerSOAP"> + <soap:address location="http://www.example.org/" /> + </wsdl:port> + </wsdl:service> + + <wsdl:service name="SubscriptionManagerService"> + <wsdl:port name="Default" binding="tns:SubscriptionManagerSOAP"> + <soap:address location="http://www.example.org/" /> + </wsdl:port> + </wsdl:service> + +</wsdl:definitions>
servicemix/ws/jaxws/wspojo/wsdl
Service-All.wsdl removed after 1.3
diff -N Service-All.wsdl --- Service-All.wsdl 23 Aug 2005 11:18:26 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,233 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions name="Service-Consumer" - targetNamespace="http://servicemix.org/wspojo/notification/" - xmlns:tns="http://servicemix.org/wspojo/notification/" - xmlns:xsd="http://www.w3.org/2001/XMLSchema" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" - xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy" - xmlns:wsnt="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" - xmlns:wsntw="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl" - 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" - xmlns:wsbf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd" - xmlns:wsrl="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd" - xmlns:wsrlw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"> - <wsdl:import - namespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl" - location="WS-BaseNotification-1_2-Draft_01.wsdl"> - </wsdl:import> - <wsdl:types> - <xsd:schema - targetNamespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" - elementFormDefault="qualified"> - - <xsd:include - schemaLocation="WS-BaseNotification-1_2-Draft_01.xsd" /> - - <!-- - - <xsd:import - namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" - schemaLocation="WS-Addressing-2003_03.xsd" /> - - <xsd:import - namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd" - schemaLocation="WS-BaseFaults-1_2-Draft_01.xsd" /> - - <xsd:import - namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd" - schemaLocation="WS-ResourceProperties-1_2-Draft_01.xsd" /> - <xsd:import - namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd" - schemaLocation="WS-ResourceLifetime-1_2-Draft_01.xsd" /> - --> - - </xsd:schema> - </wsdl:types> - <wsdl:binding name="NotificationConsumerSOAP" - type="wsntw:NotificationConsumer"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" - style="document" /> - <wsdl:operation name="Notify"> - <soap:operation /> - <wsdl:input> - <soap:body parts="Notify" use="literal" /> - </wsdl:input> - </wsdl:operation> - </wsdl:binding> - <wsdl:binding name="NotificationProducerSOAP" - type="wsntw:NotificationProducer"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" - style="document" /> - <wsdl:operation name="Subscribe"> - <soap:operation - soapAction="http://servicemix.org/wspojo/notification/Subscribe" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="ResourceUnknownFault"> - <soap:fault use="literal" name="ResourceUnknownFault" /> - </wsdl:fault> - <wsdl:fault name="SubscribeCreationFailedFault"> - <soap:fault use="literal" name="SubscribeCreationFailedFault" /> - </wsdl:fault> - <wsdl:fault name="TopicPathDialectUnknownFault"> - <soap:fault use="literal" name="TopicPathDialectUnknownFault" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="GetCurrentMessage"> - <soap:operation - soapAction="http://servicemix.org/wspojo/notification/GetCurrentMessage" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="ResourceUnknownFault"> - <soap:fault use="literal" name="ResourceUnknownFault" /> - </wsdl:fault> - <wsdl:fault name="InvalidTopicExpressionFault"> - <soap:fault use="literal" name="InvalidTopicExpressionFault" /> - </wsdl:fault> - <wsdl:fault name="TopicNotSupportedFault"> - <soap:fault use="literal" name="TopicNotSupportedFault" /> - </wsdl:fault> - <wsdl:fault name="NoCurrentMessageOnTopicFault"> - <soap:fault use="literal" name="NoCurrentMessageOnTopicFault" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="GetResourceProperty"> - <soap:operation - soapAction="http://servicemix.org/wspojo/notification/GetResourceProperty" /> - <wsdl:input name="GetResourcePropertyRequest"> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output name="GetResourcePropertyResponse"> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="ResourceUnknownFault"> - <soap:fault use="literal" name="ResourceUnknownFault" /> - </wsdl:fault> - <wsdl:fault name="InvalidResourcePropertyQNameFault"> - <soap:fault use="literal" - name="InvalidResourcePropertyQNameFault" /> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - - <wsdl:binding name="SubscriptionManagerSOAP" - type="wsntw:SubscriptionManager"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" - style="document" /> - <wsdl:operation name="GetResourceProperty"> - <soap:operation - soapAction="http://servicemix.org/wspojo/notification/GetResourceProperty" /> - <wsdl:input name="GetResourcePropertyRequest"> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output name="GetResourcePropertyResponse"> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="ResourceUnknownFault"> - <soap:fault use="literal" name="ResourceUnknownFault" /> - </wsdl:fault> - <wsdl:fault name="InvalidResourcePropertyQNameFault"> - <soap:fault use="literal" - name="InvalidResourcePropertyQNameFault" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="Destroy"> - <soap:operation - soapAction="http://servicemix.org/wspojo/notification/Destroy" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="ResourceUnknownFault"> - <soap:fault use="literal" name="ResourceUnknownFault" /> - </wsdl:fault> - <wsdl:fault name="ResourceNotDestroyedFault"> - <soap:fault use="literal" name="ResourceNotDestroyedFault" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="SetTerminationTime"> - <soap:operation - soapAction="http://servicemix.org/wspojo/notification/SetTerminationTime" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="ResourceUnknownFault"> - <soap:fault use="literal" name="ResourceUnknownFault" /> - </wsdl:fault> - <wsdl:fault name="UnableToSetTerminationTimeFault"> - <soap:fault use="literal" - name="UnableToSetTerminationTimeFault" /> - </wsdl:fault> - <wsdl:fault name="TerminationTimeChangeRejectedFault"> - <soap:fault use="literal" - name="TerminationTimeChangeRejectedFault" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="PauseSubscription"> - <soap:operation - soapAction="http://servicemix.org/wspojo/notification/PauseSubscription" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="ResourceUnknownFault"> - <soap:fault use="literal" name="ResourceUnknownFault" /> - </wsdl:fault> - <wsdl:fault name="PauseFailedFault"> - <soap:fault use="literal" name="PauseFailedFault" /> - </wsdl:fault> - </wsdl:operation> - <wsdl:operation name="ResumeSubscription"> - <soap:operation - soapAction="http://servicemix.org/wspojo/notification/ResumeSubscription" /> - <wsdl:input> - <soap:body use="literal" /> - </wsdl:input> - <wsdl:output> - <soap:body use="literal" /> - </wsdl:output> - <wsdl:fault name="ResourceUnknownFault"> - <soap:fault use="literal" name="ResourceUnknownFault" /> - </wsdl:fault> - <wsdl:fault name="ResumeFailedFault"> - <soap:fault use="literal" name="ResumeFailedFault" /> - </wsdl:fault> - </wsdl:operation> - </wsdl:binding> - - <wsdl:service name="NotificationConsumerService"> - <wsdl:port name="SOAP" binding="tns:NotificationConsumerSOAP"> - <soap:address location="http://www.example.org/" /> - </wsdl:port> - </wsdl:service> - <wsdl:service name="NotificationProducerService"> - <wsdl:port name="SOAP" binding="tns:NotificationProducerSOAP"> - <soap:address location="http://www.example.org/" /> - </wsdl:port> - </wsdl:service> - - <wsdl:service name="SubscriptionManagerSOAP"> - <wsdl:port name="Default" binding="tns:SubscriptionManagerSOAP"> - <soap:address location="http://www.example.org/" /> - </wsdl:port> - </wsdl:service> - -</wsdl:definitions>
servicemix/ws/jaxws/wspojo/wsdl
Service-Consumer.wsdl removed after 1.2
diff -N Service-Consumer.wsdl --- Service-Consumer.wsdl 23 Aug 2005 10:52:59 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?> -<wsdl:definitions name="Service-Consumer" - targetNamespace="http://servicemix.org/wspojo/notification/" - xmlns:tns="http://servicemix.org/wspojo/notification/" - xmlns:xsd="http://www.w3.org/2001/XMLSchema" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" - xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" - xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy" - xmlns:wsnt="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" - xmlns:wsntw="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl" - 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" - xmlns:wsbf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd" - xmlns:wsrl="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd" - xmlns:wsrlw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"> - <wsdl:import - namespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.wsdl" - location="WS-BaseNotification-1_2-Draft_01.wsdl"> - </wsdl:import> - <wsdl:types> - <xsd:schema - targetNamespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" - elementFormDefault="qualified"> - - <xsd:include - schemaLocation="WS-BaseNotification-1_2-Draft_01.xsd" /> - - <xsd:import - namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" - schemaLocation="WS-Addressing-2003_03.xsd" /> - - <xsd:import - namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd" - schemaLocation="WS-BaseFaults-1_2-Draft_01.xsd" /> - - <xsd:import - namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd" - schemaLocation="WS-ResourceProperties-1_2-Draft_01.xsd" /> - <xsd:import - namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd" - schemaLocation="WS-ResourceLifetime-1_2-Draft_01.xsd" /> - </xsd:schema> - </wsdl:types> - <wsdl:binding name="NotificationConsumerSOAP" - type="wsntw:NotificationConsumer"> - <soap:binding transport="http://schemas.xmlsoap.org/soap/http" - style="document" /> - <wsdl:operation name="Notify"> - <soap:operation /> - <wsdl:input> - <soap:body parts="Notify" use="literal"/> - </wsdl:input> - </wsdl:operation> - </wsdl:binding> - <wsdl:service name="NotificationConsumerService"> - <wsdl:port name="Consumer" binding="tns:NotificationConsumerSOAP"> - <soap:address location="http://www.example.org/" /> - </wsdl:port> - </wsdl:service> -</wsdl:definitions>
servicemix/ws/jaxws/wspojo
diff -u -r1.3 -r1.4 --- build.xml 23 Aug 2005 11:18:26 -0000 1.3 +++ build.xml 23 Aug 2005 11:38:42 -0000 1.4 @@ -53,7 +53,7 @@
keep="${keep}"
sourceBase="${src.home}"
base="${build.classes.home}"
- wsdlFile="${wsdl.home}/Service-All.wsdl">
+ wsdlFile="${wsdl.home}/SoapServices.wsdl">
<binding dir="${etc.home}" includes="${server.binding}"/>
</wsimport>
<!--
@@ -64,30 +64,10 @@
keep="${keep}"
sourceBase="${src.home}"
base="${build.classes.home}"
- wsdlFile="${wsdl.home}/Service-Consumer.wsdl">
+ wsdlFile="${wsdl.home}/SoapConsumer.wsdl">
<binding dir="${etc.home}" includes="${server.binding}"/>
</wsimport>
-->
-<!-- <wsimport
- fork="true"
- debug="${debug}"
- verbose="${verbose}"
- keep="${keep}"
- sourceBase="${src.home}"
- base="${build.classes.home}"
- wsdlFile="${wsdl.home}/WS-BaseNotification-1_2-Draft_01.wsdl">
- <binding dir="${etc.home}" includes="${server.binding}"/>
- </wsimport>
- <wsimport
- fork="true"
- debug="${debug}"
- verbose="${verbose}"
- keep="${keep}"
- sourceBase="${src.home}"
- base="${build.classes.home}"
- wsdlFile="${wsdl.home}/WS-BrokeredNotification-1_2-Draft_01.wsdl">
- <binding dir="${etc.home}" includes="${server.binding}"/>
- </wsimport>-->
</target>
