| Commit in servicemix/ws/jaxws/wspojo on MAIN | |||
| lib/FastInfoset.jar | [binary] | 1.1 -> 1.2 | |
| /activation.jar | [empty] | 1.1 -> 1.2 | |
| /jaxb-api.jar | [binary] | 1.1 -> 1.2 | |
| /jaxb-impl.jar | [binary] | 1.1 -> 1.2 | |
| /jaxb-xjc.jar | [binary] | 1.1 -> 1.2 | |
| /jaxws-api.jar | [binary] | 1.1 -> 1.2 | |
| /jaxws-rt.jar | [binary] | 1.1 -> 1.2 | |
| /jaxws-tools.jar | [binary] | 1.1 -> 1.2 | |
| /jsr173_api.jar | [empty] | 1.1 -> 1.2 | |
| /jsr181-api.jar | [binary] | 1.1 -> 1.2 | |
| /saaj-api.jar | [binary] | 1.1 -> 1.2 | |
| /saaj-impl.jar | [binary] | 1.1 -> 1.2 | |
| /sjsxp.jar | [binary] | 1.1 -> 1.2 | |
| wsdl/SoapBrokeredServices.wsdl | +171 | added 1.1 | |
| /SoapServices.wsdl | +13 | -20 | 1.2 -> 1.3 |
| /WS-BrokeredNotification-1_2-Draft_01.wsdl | +31 | -5 | 1.1 -> 1.2 |
| maven.xml | +6 | -6 | 1.1 -> 1.2 |
| project.xml | +1 | -1 | 1.1 -> 1.2 |
| +222 | -32 | ||
upgraded to nightly build of JAX-WS and added support for BrokeredNotification
servicemix/ws/jaxws/wspojo/wsdl
SoapBrokeredServices.wsdl added at 1.1
diff -N SoapBrokeredServices.wsdl --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ SoapBrokeredServices.wsdl 24 Aug 2005 14:06:38 -0000 1.1 @@ -0,0 +1,171 @@
+<?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:wsbn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BrokeredNotification-1.2-draft-01.xsd" + xmlns:wsbnw="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BrokeredNotification-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-BrokeredNotification-1.2-draft-01.wsdl" + location="WS-BrokeredNotification-1_2-Draft_01.wsdl"> + </wsdl:import> + <wsdl:types> + <xsd:schema + targetNamespace="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BrokeredNotification-1.2-draft-01.xsd" + elementFormDefault="qualified"> + + <xsd:include + schemaLocation="WS-BrokeredNotification-1_2-Draft_01.xsd" /> + </xsd:schema> + </wsdl:types> + <wsdl:binding name="NotificationBrokerSOAP" + type="wsbnw:NotificationBroker"> + <soap:binding transport="http://schemas.xmlsoap.org/soap/http" + style="document" /> + <wsdl:operation name="Notify"> + <soap:operation + soapAction="http://servicemix.org/wspojo/notification/Notify" /> + <wsdl:input> + <soap:body use="literal" /> + </wsdl:input> + </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: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: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="RegisterPublisher"> + <soap:operation + soapAction="http://servicemix.org/wspojo/notification/RegisterPublisher" /> + <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="PublisherRegistrationFailedFault"> + <soap:fault use="literal" + name="PublisherRegistrationFailedFault" /> + </wsdl:fault> + </wsdl:operation> + </wsdl:binding> + <wsdl:binding name="PublisherRegistrationManagerSOAP" + type="wsbnw:PublisherRegistrationManager"> + <soap:binding transport="http://schemas.xmlsoap.org/soap/http" + style="document" /> + <wsdl:operation name="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"> + <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:binding> + <wsdl:service name="NotificationBrokerService"> + <wsdl:port name="SOAP" binding="tns:NotificationBrokerSOAP"> + <soap:address location="http://www.example.org/" /> + </wsdl:port> + </wsdl:service> + <wsdl:service name="PublisherRegistrationManagerService"> + <wsdl:port name="PublisherRegistrationManagerSOAP" + binding="tns:PublisherRegistrationManagerSOAP"> + <soap:address location="http://www.example.org/" /> + </wsdl:port> + </wsdl:service> +</wsdl:definitions>
servicemix/ws/jaxws/wspojo/wsdl
diff -u -r1.2 -r1.3 --- SoapServices.wsdl 23 Aug 2005 15:04:19 -0000 1.2 +++ SoapServices.wsdl 24 Aug 2005 14:06:38 -0000 1.3 @@ -9,6 +9,8 @@
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:wsbn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BrokeredNotification-1.2-draft-01.xsd" + xmlns:wsbnw="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BrokeredNotification-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"
@@ -26,25 +28,18 @@
<xsd:include
schemaLocation="WS-BaseNotification-1_2-Draft_01.xsd" />
- <xsd:import
+ <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:message name="EndpointReference"> + <wsdl:part name="endpointReference" + element="wsa:EndpointReference"> + </wsdl:part> + </wsdl:message>
<wsdl:binding name="NotificationConsumerSOAP"
type="wsntw:NotificationConsumer">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
@@ -182,9 +177,8 @@
<soap:operation
soapAction="http://servicemix.org/wspojo/notification/PauseSubscription" />
<wsdl:input>
- <!-- TODO - <soap:header message="tns:EndpointReference" part="endpointReference" use="literal"/> - -->
+ <soap:header message="tns:EndpointReference" + part="endpointReference" use="literal" />
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
@@ -215,6 +209,7 @@
</wsdl:operation> </wsdl:binding>
+
<wsdl:service name="NotificationConsumerService">
<wsdl:port name="SOAP" binding="tns:NotificationConsumerSOAP">
<soap:address location="http://www.example.org/" />
@@ -225,11 +220,9 @@
<soap:address location="http://www.example.org/" />
</wsdl:port>
</wsdl:service>
-
<wsdl:service name="SubscriptionManagerService">
- <wsdl:port name="Default" binding="tns:SubscriptionManagerSOAP">
+ <wsdl:port name="SOAP" binding="tns:SubscriptionManagerSOAP">
<soap:address location="http://www.example.org/" />
</wsdl:port>
</wsdl:service>
-
</wsdl:definitions>
servicemix/ws/jaxws/wspojo/wsdl
diff -u -r1.1 -r1.2 --- WS-BrokeredNotification-1_2-Draft_01.wsdl 23 Aug 2005 09:56:31 -0000 1.1 +++ WS-BrokeredNotification-1_2-Draft_01.wsdl 24 Aug 2005 14:06:38 -0000 1.2 @@ -258,7 +258,11 @@
<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"/>
+ <!-- TODO changed namespace to avoid JAX-WS error! --> + <!-- + <wsdl:fault name="ResourceUnknownFault" message="wsrpw:ResourceUnknownFault"/> + --> + <wsdl:fault name="ResourceUnknownFault" message="wsntw:ResourceUnknownFault"/>
<wsdl:fault name="InvalidResourcePropertyQNameFault" message="wsrpw:InvalidResourcePropertyQNameFault"/>
</wsdl:operation>
@@ -283,12 +287,26 @@
<wsdl:operation name="RegisterPublisher">
<wsdl:input message="wsbnw:RegisterPublisherRequest"/>
<wsdl:output message="wsbnw:RegisterPublisherResponse"/>
- <wsdl:fault name="ResourceUnknownFault" - message="wsbnw:ResourceUnknownFault"/>
+ <!-- TODO changed namespace to avoid JAX-WS error! --> + <!-- + <wsdl:fault name="ResourceUnknownFault" message="wsbnw:ResourceUnknownFault"/> + --> + <wsdl:fault name="ResourceUnknownFault" message="wsntw:ResourceUnknownFault"/> + + + <!-- TODO changed namespace to avoid JAX-WS error! --> + <!--
<wsdl:fault name="InvalidTopicExpressionFault"
message="wsbnw:InvalidTopicExpressionFault"/>
+ --> + <wsdl:fault name="InvalidTopicExpressionFault" message="wsntw:InvalidTopicExpressionFault"/> + + <!-- TODO changed namespace to avoid JAX-WS error! --> + <!--
<wsdl:fault name="TopicNotSupportedFault"
message="wsbnw:TopicNotSupportedFault"/>
+ --> + <wsdl:fault name="TopicNotSupportedFault" message="wsntw:TopicNotSupportedFault"/>
<wsdl:fault name="PublisherRegistrationFailedFault"
message="wsbnw:PublisherRegistrationFailedFault"/>
</wsdl:operation>
@@ -316,7 +334,11 @@
<wsdl:operation name="Destroy">
<wsdl:input message="wsrlw:DestroyRequest"/>
<wsdl:output message="wsrlw:DestroyResponse"/>
- <wsdl:fault name="ResourceUnknownFault" message="wsrlw:ResourceUnknownFault"/>
+ <!-- TODO changed namespace to avoid JAX-WS error! --> + <!-- + <wsdl:fault name="ResourceUnknownFault" message="wsrlw:ResourceUnknownFault"/> + --> + <wsdl:fault name="ResourceUnknownFault" message="wsntw:ResourceUnknownFault"/>
<wsdl:fault name="ResourceNotDestroyedFault" message="wsrlw:ResourceNotDestroyedFault"/>
</wsdl:operation>
@@ -324,7 +346,11 @@
<wsdl:operation name="SetTerminationTime">
<wsdl:input message="wsrlw:SetTerminationTimeRequest"/>
<wsdl:output message="wsrlw:SetTerminationTimeResponse"/>
- <wsdl:fault name="ResourceUnknownFault" message="wsrlw:ResourceUnknownFault"/>
+ <!-- TODO changed namespace to avoid JAX-WS error! --> + <!-- + <wsdl:fault name="ResourceUnknownFault" message="wsrlw:ResourceUnknownFault"/> + --> + <wsdl:fault name="ResourceUnknownFault" message="wsntw:ResourceUnknownFault"/>
<wsdl:fault name="UnableToSetTerminationTimeFault" message="wsrlw:UnableToSetTerminationTimeFault"/>
<wsdl:fault name="TerminationTimeChangeRejectedFault" message="wsrlw:TerminationTimeChangeRejectedFault"/>
</wsdl:operation>
servicemix/ws/jaxws/wspojo
diff -u -r1.1 -r1.2 --- maven.xml 23 Aug 2005 15:04:19 -0000 1.1 +++ maven.xml 24 Aug 2005 14:06:38 -0000 1.2 @@ -21,23 +21,23 @@
keep="${keep}"
sourceBase="${jaxws.compiled.java.dir}"
base="${jaxws.compiled.classes.dir}"
- wsdlFile="${wsdl.home}/SoapServices.wsdl">
+ wsdlFile="${wsdl.home}/SoapBrokeredServices.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}/SoapConsumer.wsdl">
+ sourceBase="${jaxws.compiled.java.dir}"
+ base="${jaxws.compiled.classes.dir}"
+ wsdlFile="${wsdl.home}/SoapServices.wsdl">
+ <!--
<binding dir="${etc.home}" includes="${server.binding}"/>
+ -->
</wsimport>
- -->
</goal>
servicemix/ws/jaxws/wspojo
diff -u -r1.1 -r1.2 --- project.xml 23 Aug 2005 15:04:19 -0000 1.1 +++ project.xml 24 Aug 2005 14:06:38 -0000 1.2 @@ -35,7 +35,7 @@
</packageGroups>
- <siteDirectory>/home/projects/servicemix/public_html/maven/ws/jaxws</siteDirectory>
+ <siteDirectory>/home/projects/servicemix/public_html/maven/ws/jaxws/wspojo</siteDirectory>
<dependencies>
