You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2008/09/30 09:05:47 UTC

svn commit: r700364 - in /webservices/axis2/trunk/java/modules/mtompolicy/test-resources: policy-mtom11-optional.xml policy-mtom11.xml

Author: nandana
Date: Tue Sep 30 00:05:47 2008
New Revision: 700364

URL: http://svn.apache.org/viewvc?rev=700364&view=rev
Log:
Adding the test files which I forgot to commit, sorry for the build failures :(

Added:
    webservices/axis2/trunk/java/modules/mtompolicy/test-resources/policy-mtom11-optional.xml
    webservices/axis2/trunk/java/modules/mtompolicy/test-resources/policy-mtom11.xml

Added: webservices/axis2/trunk/java/modules/mtompolicy/test-resources/policy-mtom11-optional.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/mtompolicy/test-resources/policy-mtom11-optional.xml?rev=700364&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/mtompolicy/test-resources/policy-mtom11-optional.xml (added)
+++ webservices/axis2/trunk/java/modules/mtompolicy/test-resources/policy-mtom11-optional.xml Tue Sep 30 00:05:47 2008
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+ 
+<wsp:Policy wsu:Id="Mtom11Optional" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
+    <wsp:ExactlyOne>
+        <wsp:All>
+            <wsoma:MTOM xmlns:wsoma="http://www.w3.org/2007/08/soap12-mtom-policy" wsp:Optional="true"/>
+        </wsp:All>
+    </wsp:ExactlyOne>
+</wsp:Policy>

Added: webservices/axis2/trunk/java/modules/mtompolicy/test-resources/policy-mtom11.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/mtompolicy/test-resources/policy-mtom11.xml?rev=700364&view=auto
==============================================================================
--- webservices/axis2/trunk/java/modules/mtompolicy/test-resources/policy-mtom11.xml (added)
+++ webservices/axis2/trunk/java/modules/mtompolicy/test-resources/policy-mtom11.xml Tue Sep 30 00:05:47 2008
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+ 
+<wsp:Policy wsu:Id="Mtom11" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy">
+    <wsp:ExactlyOne>
+        <wsp:All>
+            <wsoma:MTOM xmlns:wsoma="http://www.w3.org/2007/08/soap12-mtom-policy"/>
+        </wsp:All>
+    </wsp:ExactlyOne>
+</wsp:Policy>