[jboss-svn-commits] JBossWS SVN: r1091 - in trunk/src/test/resources/interop/microsoft/addressing: . sep06 sep06/wsa10 sep06/wsa10/META-INF sep06/wsa10/WEB-INF sep06/wsa10/WEB-INF/wsdl
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Sep 28 10:04:48 EDT 2006
Author: heiko.braun at jboss.com
Date: 2006-09-28 10:04:41 -0400 (Thu, 28 Sep 2006)
New Revision: 1091
Added:
trunk/src/test/resources/interop/microsoft/addressing/sep06/
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/application-client.xml
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/jboss-client.xml
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/scenarios.xml
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/jboss-web.xml
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/web.xml
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/webservices.xml
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/service.wsdl
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl0.wsdl
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl1.wsdl
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl2.wsdl
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd0.xsd
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd1.xsd
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd2.xsd
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/config.xml
trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/wstools-config.xml
Log:
new wsa config files
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/application-client.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/application-client.xml 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/application-client.xml 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application-client version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd">
+
+ <display-name>Addressing test service</display-name>
+
+ <service-ref>
+ <service-ref-name>service/interop/WSAddressingService_sep06</service-ref-name>
+ <service-interface>org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10.WSAddressingCR</service-interface>
+ <wsdl-file>META-INF/wsdl/service.wsdl</wsdl-file>
+ <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+
+ <port-component-ref>
+ <service-endpoint-interface>
+ org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10.Echo
+ </service-endpoint-interface>
+ </port-component-ref>
+
+ <port-component-ref>
+ <service-endpoint-interface>
+ org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10.Notify
+ </service-endpoint-interface>
+ </port-component-ref>
+
+ <handler>
+ <handler-name>client.notify.handler</handler-name>
+ <handler-class>org.jboss.ws.addressing.jaxrpc.WSAddressingClientHandler</handler-class>
+ <!--init-param>
+ <param-name>javax.xml.ws.addressing.to.inbound</param-name>
+ <param-value>http://example.org/node/A</param-value>
+ </init-param-->
+ <port-name>CustomBinding_Notify</port-name>
+
+ </handler>
+
+ <handler>
+ <handler-name>client.echo.handler</handler-name>
+ <handler-class>org.jboss.ws.addressing.jaxrpc.WSAddressingClientHandler</handler-class>
+ <!--init-param>
+ <param-name>javax.xml.ws.addressing.to.inbound</param-name>
+ <param-value>http://example.org/node/A</param-value>
+ </init-param-->
+ <port-name>CustomBinding_Echo</port-name>
+
+ </handler>
+
+ </service-ref>
+</application-client>
+
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/application-client.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/jboss-client.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/jboss-client.xml 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/jboss-client.xml 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+
+<!DOCTYPE jboss-client PUBLIC
+ "-//JBoss//DTD Application Client 4.0//EN"
+ "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
+
+<jboss-client>
+ <jndi-name>jbossws-client</jndi-name>
+
+ <service-ref>
+ <service-ref-name>service/interop/WSAddressingService_sep06</service-ref-name>
+ </service-ref>
+
+</jboss-client>
+
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/jboss-client.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/scenarios.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/scenarios.xml 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/scenarios.xml 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,16 @@
+<client-scenarios>
+ <scenario name="default" description="Testing local WSA endpoints">
+ <target-endpoint>http://localhost:8080/wsa10_sep06/notify</target-endpoint>
+ <param name="echoPort" value="http://localhost:8080/wsa10_sep06/echo"/>
+ </scenario>
+ <scenario name="debug-local" description="Testing local WSA endpoints">
+ <target-endpoint>http://localhost:8081/wsa10_sep06/notify</target-endpoint>
+ <param name="echoPort" value="http://localhost:8081/wsa10_sep06/echo"/>
+ </scenario>
+ <scenario name="msft-public" decsription="Testing MSFT public interop endpoints">
+ <target-endpoint>http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap11</target-endpoint>
+ </scenario>
+ <scenario name="msft-public-debug" decsription="Testing MSFT public interop endpoints">
+ <target-endpoint>http://localhost:8081/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap11</target-endpoint>
+ </scenario>
+</client-scenarios>
\ No newline at end of file
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/META-INF/scenarios.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/jboss-web.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/jboss-web.xml 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/jboss-web.xml 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<jboss-web>
+ <context-root>/wsa10_sep06</context-root>
+</jboss-web>
\ No newline at end of file
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/jboss-web.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/web.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/web.xml 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/web.xml 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+
+ <display-name>wsaTestService App</display-name>
+ <servlet>
+ <servlet-name>EchoServlet</servlet-name>
+ <servlet-class>org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10.EchoImpl</servlet-class>
+ <load-on-startup>0</load-on-startup>
+ </servlet>
+ <servlet>
+ <servlet-name>NotifyServlet</servlet-name>
+ <servlet-class>org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10.NotifyImpl</servlet-class>
+ <load-on-startup>0</load-on-startup>
+ </servlet>
+ <servlet-mapping>
+ <servlet-name>EchoServlet</servlet-name>
+ <url-pattern>/echo</url-pattern>
+ </servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>NotifyServlet</servlet-name>
+ <url-pattern>/notify</url-pattern>
+ </servlet-mapping>
+
+</web-app>
\ No newline at end of file
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/web.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/webservices.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/webservices.xml 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/webservices.xml 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:wsdl="http://tempuri.org/"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
+ http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
+ version="1.1">
+
+ <webservice-description>
+
+ <webservice-description-name>wsaTestService</webservice-description-name>
+ <wsdl-file>WEB-INF/wsdl/service.wsdl</wsdl-file>
+ <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+
+ <port-component>
+ <port-component-name>echo</port-component-name>
+ <wsdl-port>wsdl:CustomBinding_Echo</wsdl-port>
+ <service-endpoint-interface>org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10.Echo</service-endpoint-interface>
+ <service-impl-bean>
+ <servlet-link>EchoServlet</servlet-link>
+ </service-impl-bean>
+
+ <handler>
+ <handler-name>addressing handler</handler-name>
+ <handler-class>org.jboss.ws.addressing.jaxrpc.WSAddressingServerHandler</handler-class>
+ <init-param>
+ <param-name>validate</param-name>
+ <param-value>false</param-value>
+ </init-param>
+ </handler>
+
+ <handler>
+ <handler-name>constraint handler</handler-name>
+ <handler-class>org.jboss.test.ws.interop.microsoft.addressing.wsaTestService.ConstraintHandler</handler-class>
+ </handler>
+ </port-component>
+
+ <port-component>
+ <port-component-name>notify</port-component-name>
+ <wsdl-port>wsdl:CustomBinding_Notify</wsdl-port>
+ <service-endpoint-interface>org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10.Notify</service-endpoint-interface>
+ <service-impl-bean>
+ <servlet-link>NotifyServlet</servlet-link>
+ </service-impl-bean>
+
+ <handler>
+ <handler-name>addressing handler</handler-name>
+ <handler-class>org.jboss.ws.addressing.jaxrpc.WSAddressingServerHandler</handler-class>
+ <init-param>
+ <param-name>validate</param-name>
+ <param-value>false</param-value>
+ </init-param>
+ </handler>
+
+ <handler>
+ <handler-name>constraint handler</handler-name>
+ <handler-class>org.jboss.test.ws.interop.microsoft.addressing.wsaTestService.ConstraintHandler</handler-class>
+ </handler>
+ </port-component>
+ </webservice-description>
+</webservices>
\ No newline at end of file
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/webservices.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/service.wsdl
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/service.wsdl 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/service.wsdl 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,54 @@
+<wsdl:definitions name='WSAddressingCR' targetNamespace='http://tempuri.org/' xmlns:i0='http://example.org/' xmlns:msc='http://schemas.microsoft.com/ws/2005/12/wsdl/contract' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:soap12='http://schemas.xmlsoap.org/wsdl/soap12/' xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://tempuri.org/' xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing' xmlns:wsa10='http://www.w3.org/2005/08/addressing' xmlns:wsap='http://schemas.xmlsoap.org/ws/2004/09/policy/addressing' xmlns:wsap10='http://www.w3.org/2005/08/addressing' xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy' xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd' xmlns:wsx='http://schemas.xmlsoap.org/ws/2004/09/mex' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
+ <wsdl:import location='wsdl1.wsdl' namespace='http://example.org/'/>
+ <wsdl:types/>
+ <wsdl:service name='WSAddressingCR'>
+ <wsdl:port binding='i0:CustomBinding_Notify' name='CustomBinding_Notify'>
+ <soap:address location='http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap11'/>
+ <wsa10:EndpointReference>
+ <wsa10:Address>http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap11</wsa10:Address>
+ </wsa10:EndpointReference>
+ </wsdl:port>
+ <!--wsdl:port binding='i0:CustomBinding_Notify1' name='CustomBinding_Notify1'>
+ <soap12:address location='http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap12'/>
+ <wsa10:EndpointReference>
+ <wsa10:Address>http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap12</wsa10:Address>
+ </wsa10:EndpointReference>
+ </wsdl:port-->
+ <wsdl:port binding='i0:CustomBinding_Echo' name='CustomBinding_Echo'>
+ <soap:address location='http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap11'/>
+ <wsa10:EndpointReference>
+ <wsa10:Address>http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap11</wsa10:Address>
+ </wsa10:EndpointReference>
+ </wsdl:port>
+ <!--wsdl:port binding='i0:CustomBinding_Echo1' name='CustomBinding_Echo1'>
+ <soap12:address location='http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap12'/>
+ <wsa10:EndpointReference>
+ <wsa10:Address>http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap12</wsa10:Address>
+ </wsa10:EndpointReference>
+ </wsdl:port-->
+ <wsdl:port binding='i0:CustomBinding_Echo2' name='CustomBinding_Echo2'>
+ <soap:address location='http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap11/Manual'/>
+ <wsa10:EndpointReference>
+ <wsa10:Address>http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap11/Manual</wsa10:Address>
+ </wsa10:EndpointReference>
+ </wsdl:port>
+ <!--wsdl:port binding='i0:CustomBinding_Echo3' name='CustomBinding_Echo3'>
+ <soap12:address location='http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap12/Manual'/>
+ <wsa10:EndpointReference>
+ <wsa10:Address>http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap12/Manual</wsa10:Address>
+ </wsa10:EndpointReference>
+ </wsdl:port-->
+ <wsdl:port binding='i0:CustomBinding_Echo4' name='CustomBinding_Echo4'>
+ <soap:address location='http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap11/Duplex'/>
+ <wsa10:EndpointReference>
+ <wsa10:Address>http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap11/Duplex</wsa10:Address>
+ </wsa10:EndpointReference>
+ </wsdl:port>
+ <!--wsdl:port binding='i0:CustomBinding_Echo5' name='CustomBinding_Echo5'>
+ <soap12:address location='http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap12/Duplex'/>
+ <wsa10:EndpointReference>
+ <wsa10:Address>http://131.107.72.15/WSAddressingCR_Service_WCF/WSAddressing10.svc/Soap12/Duplex</wsa10:Address>
+ </wsa10:EndpointReference>
+ </wsdl:port-->
+ </wsdl:service>
+</wsdl:definitions>
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/service.wsdl
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl0.wsdl
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl0.wsdl 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl0.wsdl 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,16 @@
+<wsdl:definitions targetNamespace='http://example.org/notify' xmlns:msc='http://schemas.microsoft.com/ws/2005/12/wsdl/contract' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:soap12='http://schemas.xmlsoap.org/wsdl/soap12/' xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://example.org/notify' xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing' xmlns:wsa10='http://www.w3.org/2005/08/addressing' xmlns:wsap='http://schemas.xmlsoap.org/ws/2004/08/addressing/policy' xmlns:wsaw='http://www.w3.org/2006/05/addressing/wsdl' xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy' xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd' xmlns:wsx='http://schemas.xmlsoap.org/ws/2004/09/mex' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
+ <wsdl:types>
+ <xsd:schema targetNamespace='http://example.org/notify/Imports'>
+ <xsd:import namespace='http://example.org/notify' schemaLocation='xsd0.xsd'/>
+ <xsd:import namespace='http://schemas.microsoft.com/2003/10/Serialization/' schemaLocation='xsd1.xsd'/>
+ </xsd:schema>
+ </wsdl:types>
+ <wsdl:message name='NotifyMessage'>
+ <wsdl:part element='tns:NotifyMessage' name='parameters'/>
+ </wsdl:message>
+ <wsdl:portType name='Notify'>
+ <wsdl:operation name='Notify'>
+ <wsdl:input message='tns:NotifyMessage' name='NotifyMessage' wsaw:Action='http://example.org/action/notify'/>
+ </wsdl:operation>
+ </wsdl:portType>
+</wsdl:definitions>
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl0.wsdl
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl1.wsdl
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl1.wsdl 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl1.wsdl 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,164 @@
+<wsdl:definitions targetNamespace='http://example.org/' xmlns:i0='http://example.org/notify' xmlns:i1='http://example.org/echo' xmlns:msc='http://schemas.microsoft.com/ws/2005/12/wsdl/contract' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:soap12='http://schemas.xmlsoap.org/wsdl/soap12/' xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://example.org/' xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing' xmlns:wsa10='http://www.w3.org/2005/08/addressing' xmlns:wsap='http://schemas.xmlsoap.org/ws/2004/08/addressing/policy' xmlns:wsaw='http://www.w3.org/2006/05/addressing/wsdl' xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy' xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd' xmlns:wsx='http://schemas.xmlsoap.org/ws/2004/09/mex' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
+ <wsp:Policy wsu:Id='CustomBinding_Notify_policy'>
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <wsaw:UsingAddressing/>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy wsu:Id='CustomBinding_Notify1_policy'>
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <wsaw:UsingAddressing/>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy wsu:Id='CustomBinding_Echo_policy'>
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <wsaw:UsingAddressing/>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy wsu:Id='CustomBinding_Echo1_policy'>
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <wsaw:UsingAddressing/>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy wsu:Id='CustomBinding_Echo2_policy'>
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <wsaw:UsingAddressing/>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy wsu:Id='CustomBinding_Echo3_policy'>
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <wsaw:UsingAddressing/>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy wsu:Id='CustomBinding_Echo4_policy'>
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <cdp:CompositeDuplex xmlns:cdp='http://schemas.microsoft.com/net/2006/06/duplex'/>
+ <ow:OneWay xmlns:ow='http://schemas.microsoft.com/ws/2005/05/routing/policy'/>
+ <wsaw:UsingAddressing/>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsp:Policy wsu:Id='CustomBinding_Echo5_policy'>
+ <wsp:ExactlyOne>
+ <wsp:All>
+ <cdp:CompositeDuplex xmlns:cdp='http://schemas.microsoft.com/net/2006/06/duplex'/>
+ <ow:OneWay xmlns:ow='http://schemas.microsoft.com/ws/2005/05/routing/policy'/>
+ <wsaw:UsingAddressing/>
+ </wsp:All>
+ </wsp:ExactlyOne>
+ </wsp:Policy>
+ <wsdl:import location='wsdl0.wsdl' namespace='http://example.org/notify'/>
+ <wsdl:import location='wsdl2.wsdl' namespace='http://example.org/echo'/>
+ <wsdl:types/>
+
+ <wsdl:binding name='CustomBinding_Notify' type='i0:Notify'>
+ <wsp:PolicyReference URI='#CustomBinding_Notify_policy'/>
+ <soap:binding transport='http://schemas.xmlsoap.org/soap/http'/>
+ <wsdl:operation name='Notify'>
+ <soap:operation soapAction='http://example.org/action/notify' style='document'/>
+ <wsdl:input name='NotifyMessage'>
+ <soap:body use='literal'/>
+ </wsdl:input>
+ </wsdl:operation>
+ </wsdl:binding>
+ <!--wsdl:binding name='CustomBinding_Notify1' type='i0:Notify'>
+ <wsp:PolicyReference URI='#CustomBinding_Notify1_policy'/>
+ <soap12:binding transport='http://schemas.xmlsoap.org/soap/http'/>
+ <wsdl:operation name='Notify'>
+ <soap12:operation soapAction='http://example.org/action/notify' style='document'/>
+ <wsdl:input name='NotifyMessage'>
+ <soap12:body use='literal'/>
+ </wsdl:input>
+ </wsdl:operation>
+ </wsdl:binding-->
+ <wsdl:binding name='CustomBinding_Echo' type='i1:EchoPortType'>
+ <wsp:PolicyReference URI='#CustomBinding_Echo_policy'/>
+ <soap:binding transport='http://schemas.xmlsoap.org/soap/http'/>
+ <wsdl:operation name='EchoOp'>
+ <soap:operation soapAction='http://example.org/action/echoIn' style='document'/>
+ <wsdl:input name='EchoInMessage'>
+ <soap:body use='literal'/>
+ </wsdl:input>
+ <wsdl:output name='EchoOutMessage'>
+ <soap:body use='literal'/>
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding>
+ <!--wsdl:binding name='CustomBinding_Echo1' type='i1:Echo'>
+ <wsp:PolicyReference URI='#CustomBinding_Echo1_policy'/>
+ <soap12:binding transport='http://schemas.xmlsoap.org/soap/http'/>
+ <wsdl:operation name='Echo'>
+ <soap12:operation soapAction='http://example.org/action/echoIn' style='document'/>
+ <wsdl:input name='EchoInMessage'>
+ <soap12:body use='literal'/>
+ </wsdl:input>
+ <wsdl:output name='EchoOutMessage'>
+ <soap12:body use='literal'/>
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding-->
+ <wsdl:binding name='CustomBinding_Echo2' type='i1:EchoPortType'>
+ <wsp:PolicyReference URI='#CustomBinding_Echo2_policy'/>
+ <soap:binding transport='http://schemas.xmlsoap.org/soap/http'/>
+ <wsdl:operation name='EchoOp'>
+ <soap:operation soapAction='http://example.org/action/echoIn' style='document'/>
+ <wsdl:input name='EchoInMessage'>
+ <soap:body use='literal'/>
+ </wsdl:input>
+ <wsdl:output name='EchoOutMessage'>
+ <soap:body use='literal'/>
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding>
+ <!--wsdl:binding name='CustomBinding_Echo3' type='i1:Echo'>
+ <wsp:PolicyReference URI='#CustomBinding_Echo3_policy'/>
+ <soap12:binding transport='http://schemas.xmlsoap.org/soap/http'/>
+ <wsdl:operation name='Echo'>
+ <soap12:operation soapAction='http://example.org/action/echoIn' style='document'/>
+ <wsdl:input name='EchoInMessage'>
+ <soap12:body use='literal'/>
+ </wsdl:input>
+ <wsdl:output name='EchoOutMessage'>
+ <soap12:body use='literal'/>
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding-->
+ <wsdl:binding name='CustomBinding_Echo4' type='i1:EchoPortType'>
+ <wsp:PolicyReference URI='#CustomBinding_Echo4_policy'/>
+ <soap:binding transport='http://schemas.xmlsoap.org/soap/http'/>
+ <wsdl:operation name='EchoOp'>
+ <soap:operation soapAction='http://example.org/action/echoIn' style='document'/>
+ <wsdl:input name='EchoInMessage'>
+ <soap:body use='literal'/>
+ </wsdl:input>
+ <wsdl:output name='EchoOutMessage'>
+ <soap:body use='literal'/>
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding>
+ <!--wsdl:binding name='CustomBinding_Echo5' type='i1:Echo'>
+ <wsp:PolicyReference URI='#CustomBinding_Echo5_policy'/>
+ <soap12:binding transport='http://schemas.xmlsoap.org/soap/http'/>
+ <wsdl:operation name='Echo'>
+ <soap12:operation soapAction='http://example.org/action/echoIn' style='document'/>
+ <wsdl:input name='EchoInMessage'>
+ <soap12:body use='literal'/>
+ </wsdl:input>
+ <wsdl:output name='EchoOutMessage'>
+ <soap12:body use='literal'/>
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding-->
+</wsdl:definitions>
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl1.wsdl
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl2.wsdl
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl2.wsdl 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl2.wsdl 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,21 @@
+<wsdl:definitions targetNamespace='http://example.org/echo' xmlns:msc='http://schemas.microsoft.com/ws/2005/12/wsdl/contract' xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/' xmlns:soap12='http://schemas.xmlsoap.org/wsdl/soap12/' xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/' xmlns:tns='http://example.org/echo' xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/08/addressing' xmlns:wsa10='http://www.w3.org/2005/08/addressing' xmlns:wsap='http://schemas.xmlsoap.org/ws/2004/08/addressing/policy' xmlns:wsaw='http://www.w3.org/2006/05/addressing/wsdl' xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy' xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd' xmlns:wsx='http://schemas.xmlsoap.org/ws/2004/09/mex' xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
+ <wsdl:types>
+ <xsd:schema targetNamespace='http://example.org/echo/Imports'>
+ <xsd:import namespace='http://example.org/echo' schemaLocation='xsd2.xsd'/>
+ <xsd:import namespace='http://example.org/notify' schemaLocation='xsd0.xsd'/>
+ <xsd:import namespace='http://schemas.microsoft.com/2003/10/Serialization/' schemaLocation='xsd1.xsd'/>
+ </xsd:schema>
+ </wsdl:types>
+ <wsdl:message name='EchoInMessage'>
+ <wsdl:part element='tns:EchoInMessage' name='parameters'/>
+ </wsdl:message>
+ <wsdl:message name='EchoOutMessage'>
+ <wsdl:part element='tns:EchoOutMessage' name='parameters'/>
+ </wsdl:message>
+ <wsdl:portType name='EchoPortType'>
+ <wsdl:operation name='EchoOp'>
+ <wsdl:input message='tns:EchoInMessage' name='EchoInMessage' wsaw:Action='http://example.org/action/echoIn'/>
+ <wsdl:output message='tns:EchoOutMessage' name='EchoOutMessage' wsaw:Action='http://example.org/action/echoOut'/>
+ </wsdl:operation>
+ </wsdl:portType>
+</wsdl:definitions>
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/wsdl2.wsdl
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd0.xsd
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd0.xsd 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd0.xsd 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,9 @@
+<xs:schema elementFormDefault='qualified' targetNamespace='http://example.org/notify' xmlns:tns='http://example.org/notify' xmlns:xs='http://www.w3.org/2001/XMLSchema'>
+ <xs:element name='NotifyMessage'>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element minOccurs='0' name='notify' nillable='true' type='xs:string'/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd0.xsd
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd1.xsd
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd1.xsd 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd1.xsd 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,39 @@
+<xs:schema attributeFormDefault='qualified' elementFormDefault='qualified' targetNamespace='http://schemas.microsoft.com/2003/10/Serialization/' xmlns:tns='http://schemas.microsoft.com/2003/10/Serialization/' xmlns:xs='http://www.w3.org/2001/XMLSchema'>
+ <xs:element name='anyType' nillable='true' type='xs:anyType'/>
+ <xs:element name='anyURI' nillable='true' type='xs:anyURI'/>
+ <xs:element name='base64Binary' nillable='true' type='xs:base64Binary'/>
+ <xs:element name='boolean' nillable='true' type='xs:boolean'/>
+ <xs:element name='byte' nillable='true' type='xs:byte'/>
+ <xs:element name='dateTime' nillable='true' type='xs:dateTime'/>
+ <xs:element name='decimal' nillable='true' type='xs:decimal'/>
+ <xs:element name='double' nillable='true' type='xs:double'/>
+ <xs:element name='float' nillable='true' type='xs:float'/>
+ <xs:element name='int' nillable='true' type='xs:int'/>
+ <xs:element name='long' nillable='true' type='xs:long'/>
+ <xs:element name='QName' nillable='true' type='xs:QName'/>
+ <xs:element name='short' nillable='true' type='xs:short'/>
+ <xs:element name='string' nillable='true' type='xs:string'/>
+ <xs:element name='unsignedByte' nillable='true' type='xs:unsignedByte'/>
+ <xs:element name='unsignedInt' nillable='true' type='xs:unsignedInt'/>
+ <xs:element name='unsignedLong' nillable='true' type='xs:unsignedLong'/>
+ <xs:element name='unsignedShort' nillable='true' type='xs:unsignedShort'/>
+ <xs:element name='char' nillable='true' type='tns:char'/>
+ <xs:simpleType name='char'>
+ <xs:restriction base='xs:int'/>
+ </xs:simpleType>
+ <xs:element name='duration' nillable='true' type='tns:duration'/>
+ <xs:simpleType name='duration'>
+ <xs:restriction base='xs:duration'>
+ <xs:pattern value='\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?'/>
+ <xs:minInclusive value='-P10675199DT2H48M5.4775808S'/>
+ <xs:maxInclusive value='P10675199DT2H48M5.4775807S'/>
+ </xs:restriction>
+ </xs:simpleType>
+ <xs:element name='guid' nillable='true' type='tns:guid'/>
+ <xs:simpleType name='guid'>
+ <xs:restriction base='xs:string'>
+ <xs:pattern value='[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}'/>
+ </xs:restriction>
+ </xs:simpleType>
+ <xs:attribute name='FactoryType' type='xs:QName'/>
+</xs:schema>
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd1.xsd
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd2.xsd
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd2.xsd 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd2.xsd 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,16 @@
+<xs:schema elementFormDefault='qualified' targetNamespace='http://example.org/echo' xmlns:tns='http://example.org/echo' xmlns:xs='http://www.w3.org/2001/XMLSchema'>
+ <xs:element name='EchoInMessage'>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element minOccurs='0' name='echoIn' nillable='true' type='xs:string'/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name='EchoOutMessage'>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element minOccurs='0' name='echoOut' nillable='true' type='xs:string'/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/xsd2.xsd
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/config.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/config.xml 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/config.xml 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+ <!--
+ This file is used from the webservice/test subdirectory
+ therefore the resource references have to be relative to that base directory.
+ -->
+
+<configuration
+ xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
+ <wsdl
+ location="resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/service.wsdl"
+ packageName="org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10">
+ <namespaceMappingRegistry>
+ <namespaceMapping namespace="http://example.org/" packageName="org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10"/>
+ <namespaceMapping namespace="http://example.org/echo" packageName="org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10.echo"/>
+ <namespaceMapping namespace="http://example.org/echo/Imports" packageName="org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10.echo"/>
+ <namespaceMapping namespace="http://example.org/notify" packageName="org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10.notify"/>
+ <namespaceMapping namespace="http://example.org/notify/Imports" packageName="org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10.notify"/>
+ </namespaceMappingRegistry>
+ </wsdl>
+</configuration>
\ No newline at end of file
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/config.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/wstools-config.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/wstools-config.xml 2006-09-28 14:04:24 UTC (rev 1090)
+++ trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/wstools-config.xml 2006-09-28 14:04:41 UTC (rev 1091)
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<configuration xmlns="http://www.jboss.org/jbossws-tools">
+ <global>
+ <package-namespace package="org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10"
+ namespace="http://example.org/notify" />
+ <package-namespace package="org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10"
+ namespace="http://example.org/echo"/>
+ <package-namespace package="org.jboss.test.ws.interop.microsoft.addressing.sep06.wsa10"
+ namespace="http://tempuri.org/"/>
+ </global>
+ <wsdl-java file="resources/interop/microsoft/addressing/sep06/wsa10/WEB-INF/wsdl/service.wsdl">
+ <mapping file="jaxrpc-mapping.xml" />
+ </wsdl-java>
+</configuration>
\ No newline at end of file
Property changes on: trunk/src/test/resources/interop/microsoft/addressing/sep06/wsa10/wstools-config.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
More information about the jboss-svn-commits
mailing list