Commit in servicemix/ws/xmlbeans/src/test/resources/org/servicemix/ws on MAIN
addressing/notify.xml+36added 1.1
          /wsa.xml+21added 1.1
eventing/wse-subscribe.xml+16added 1.1
notification/wsn-subscribe.xml+18added 1.1
soap/subscribeRequest.xml+33added 1.1
    /unknownRequest.xml+24added 1.1
+148
6 added files
migrated the XMLBeans code into a sub module

servicemix/ws/xmlbeans/src/test/resources/org/servicemix/ws/addressing
notify.xml added at 1.1
diff -N notify.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ notify.xml	23 Aug 2005 09:04:56 -0000	1.1
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<s12:Envelope
+  xmlns:s12='http://www.w3.org/2003/05/soap-envelope'
+  xmlns:wsa='http://schemas.xmlsoap.org/ws/2003/03/addressing'
+  xmlns:ncex='http://www.consumer.org/RefProp'>
+  <s12:Header>
+    <wsa:Action>
+      http://docs.oasis-open.org/wsn/2004/06/WS-BaseNotification/Notify
+    </wsa:Action>
+    <wsa:MessageID>
+        uuid:d7c5726b-de29-4313-b4d4-b3425b200839
+    </wsa:MessageID>
+<!--
+    <wsa:ReplyTo>
+      <wsa:Address>http://www.example.com/MyEventSink</wsa:Address>
+    </wsa:ReplyTo>
+-->
+
+    <wsa:To s12:mustUnderstand="1">
+      http://www.consumer.org/ConsumerEndpoint
+    </wsa:To>
+    <ncex:NCResourceDisambiguator>
+      uuid:9fef5fec-6dc3-44a2-ba32-8680cace43f9
+    </ncex:NCResourceDisambiguator>
+  </s12:Header>
+  <s12:Body>
+    <Notify xmlns="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" xmlns:wsrf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+      <NotificationMessage>
+        <Topic Dialect="http://www.ibm.com/xmlns/stdwip/web-services/WSTopics/TopicExpression/simple">Test</Topic>
+        <Message>
+          <wsrf:GetResourceProperty xmlns:test="test">test:test</wsrf:GetResourceProperty>
+        </Message>
+      </NotificationMessage>
+    </Notify>
+  </s12:Body>
+</s12:Envelope>
\ No newline at end of file

servicemix/ws/xmlbeans/src/test/resources/org/servicemix/ws/addressing
wsa.xml added at 1.1
diff -N wsa.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ wsa.xml	23 Aug 2005 09:04:56 -0000	1.1
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+<foo
+  xmlns:wsa='http://schemas.xmlsoap.org/ws/2003/03/addressing'
+  xmlns:ncex='http://www.consumer.org/RefProp'>
+  <wsa:Action>
+      http://docs.oasis-open.org/wsn/2004/06/WS-BaseNotification/Notify
+  </wsa:Action>
+  <wsa:MessageID>
+        uuid:d7c5726b-de29-4313-b4d4-b3425b200839
+  </wsa:MessageID>
+  <wsa:ReplyTo>
+    <wsa:Address>http://www.example.com/MyEventSink</wsa:Address>
+  </wsa:ReplyTo>
+
+  <wsa:To>
+      http://www.consumer.org/ConsumerEndpoint
+  </wsa:To>
+  <ncex:NCResourceDisambiguator>
+      uuid:9fef5fec-6dc3-44a2-ba32-8680cace43f9
+  </ncex:NCResourceDisambiguator>
+</foo>
\ No newline at end of file

servicemix/ws/xmlbeans/src/test/resources/org/servicemix/ws/eventing
wse-subscribe.xml added at 1.1
diff -N wse-subscribe.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ wse-subscribe.xml	23 Aug 2005 09:04:56 -0000	1.1
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<wse:Subscribe
+  xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'
+  xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing'
+  xmlns:ew='http://www.example.com/warnings'>
+  <wse:Delivery>
+    <wse:NotifyTo>
+      <wsa:Address>
+              http://www.example.com/MyEventSink/OnStormWarning
+      </wsa:Address>
+      <wsa:ReferenceProperties>
+        <ew:MySubscription>2597</ew:MySubscription>
+      </wsa:ReferenceProperties>
+    </wse:NotifyTo>
+  </wse:Delivery>
+</wse:Subscribe>
\ No newline at end of file

servicemix/ws/xmlbeans/src/test/resources/org/servicemix/ws/notification
wsn-subscribe.xml added at 1.1
diff -N wsn-subscribe.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ wsn-subscribe.xml	23 Aug 2005 09:04:56 -0000	1.1
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<wsnt:Subscribe
+  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">
+
+  <wsnt:ConsumerReference xmlns:ncex="http://www.consumer.org/RefProp">
+    <wsa:Address>http://www.producer.org/ProducerEndpoint</wsa:Address>
+    <wsa:ReferenceProperties>
+      <ncex:NCResourceId>uuid:9fef5fec-6dc3-44a2-ba32-8680cace43f9</ncex:NCResourceId>
+    </wsa:ReferenceProperties>
+  </wsnt:ConsumerReference>
+  <wsnt:TopicExpression dialect="http://www.ibm.com/xmlns/stdwip/web-services/WSTopics/TopicExpression/simple">npex:SomeTopic</wsnt:TopicExpression>
+  <wsnt:UseNotify>true</wsnt:UseNotify>
+  <wsnt:Precondition dialect="http://www.w3.org/TR/1999/REC-xpath-19991116">boolean(ncex:NumberOfBlocks > 20 and ncex:BlockSize=1024)</wsnt:Precondition>
+  <wsnt:Selector dialect="http://www.w3.org/TR/1999/REC-xpath-19991116">boolean(ncex:Producer="15")</wsnt:Selector>
+  <wsnt:InitialTerminationTime>2003-12-25T00:00:00.00000Z </wsnt:InitialTerminationTime>
+</wsnt:Subscribe>

servicemix/ws/xmlbeans/src/test/resources/org/servicemix/ws/soap
subscribeRequest.xml added at 1.1
diff -N subscribeRequest.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ subscribeRequest.xml	23 Aug 2005 09:04:56 -0000	1.1
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<s12:Envelope
+  xmlns:s12='http://www.w3.org/2003/05/soap-envelope'
+  xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing'
+  xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'
+  xmlns:ew='http://www.example.com/warnings'>
+  <s12:Header>
+    <wsa:Action>
+        http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe
+    </wsa:Action>
+    <wsa:MessageID>
+        uuid:d7c5726b-de29-4313-b4d4-b3425b200839
+    </wsa:MessageID>
+    <wsa:ReplyTo>
+      <wsa:Address>http://www.example.com/MyEventSink</wsa:Address>
+    </wsa:ReplyTo>
+    <wsa:To>http://www.example.org/oceanwatch/EventSource</wsa:To>
+  </s12:Header>
+  <s12:Body>
+    <wse:Subscribe>
+      <wse:Delivery>
+        <wse:NotifyTo>
+          <wsa:Address>
+              http://www.example.com/MyEventSink/OnStormWarning
+          </wsa:Address>
+          <wsa:ReferenceProperties>
+            <ew:MySubscription>2597</ew:MySubscription>
+          </wsa:ReferenceProperties>
+        </wse:NotifyTo>
+      </wse:Delivery>
+    </wse:Subscribe>
+  </s12:Body>
+</s12:Envelope>
\ No newline at end of file

servicemix/ws/xmlbeans/src/test/resources/org/servicemix/ws/soap
unknownRequest.xml added at 1.1
diff -N unknownRequest.xml
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ unknownRequest.xml	23 Aug 2005 09:04:56 -0000	1.1
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<s12:Envelope
+  xmlns:s12='http://www.w3.org/2003/05/soap-envelope'
+  xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing'
+  xmlns:wse='http://schemas.xmlsoap.org/ws/2004/08/eventing'
+  xmlns:ew='http://www.example.com/warnings'>
+  <s12:Header>
+    <wsa:Action>
+        http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe
+    </wsa:Action>
+    <wsa:MessageID>
+        uuid:d7c5726b-de29-4313-b4d4-b3425b200839
+    </wsa:MessageID>
+    <wsa:ReplyTo>
+      <wsa:Address>http://www.example.com/MyEventSink</wsa:Address>
+    </wsa:ReplyTo>
+    <wsa:To>http://www.example.org/oceanwatch/EventSource</wsa:To>
+  </s12:Header>
+  <s12:Body>
+    <foo:something xmlns:foo="uri:foo.something">
+      <foo:brandNewSchema>This should not be known at runtime</foo:brandNewSchema>
+    </foo:something>
+  </s12:Body>
+</s12:Envelope>
\ No newline at end of file
CVSspam 0.2.8



Reply via email to