[jboss-svn-commits] JBossWS SVN: r1037 - in branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop: . rpclit rpclit/META-INF rpclit/WEB-INF rpclit/WEB-INF/wsdl rpclit/handlerconfig rpclit/handlerconfig/META-INF rpclit/handlerconfig/WEB-INF

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Sep 25 10:24:51 EDT 2006


Author: heiko.braun at jboss.com
Date: 2006-09-25 10:24:45 -0400 (Mon, 25 Sep 2006)
New Revision: 1037

Added:
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/META-INF/
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/META-INF/application-client.xml
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/META-INF/jboss-client.xml
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/jaxrpc-mapping.xml
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/web.xml
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/webservices.xml
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/wsdl/
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/wsdl/TestService.wsdl
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/META-INF/
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/META-INF/application-client.xml
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/META-INF/jboss-client.xml
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/WEB-INF/
   branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/WEB-INF/webservices.xml
Log:
separate MTOM test cases from doc/lit and rpc/lit

Added: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/META-INF/application-client.xml
===================================================================
--- branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/META-INF/application-client.xml	2006-09-25 14:24:10 UTC (rev 1036)
+++ branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/META-INF/application-client.xml	2006-09-25 14:24:45 UTC (rev 1037)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application-client 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"
+                    version="1.4">
+
+   <display-name>XOP DOC/Lit without handlers</display-name>
+
+   <service-ref>
+      <service-ref-name>service/XOPTestCaseRPC</service-ref-name>
+      <service-interface>javax.xml.rpc.Service</service-interface>
+      <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
+      <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+      <port-component-ref>
+         <service-endpoint-interface>org.jboss.test.ws.jaxrpc.xop.rpclit.TestService_PortType</service-endpoint-interface>
+      </port-component-ref>
+  </service-ref>
+
+</application-client>
+


Property changes on: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/META-INF/application-client.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/META-INF/jboss-client.xml
===================================================================
--- branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/META-INF/jboss-client.xml	2006-09-25 14:24:10 UTC (rev 1036)
+++ branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/META-INF/jboss-client.xml	2006-09-25 14:24:45 UTC (rev 1037)
@@ -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/XOPTestCaseRPC</service-ref-name>
+    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-xop-rpclit?wsdl</wsdl-override>
+  </service-ref>
+
+</jboss-client>


Property changes on: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/META-INF/jboss-client.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/jaxrpc-mapping.xml
===================================================================
--- branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/jaxrpc-mapping.xml	2006-09-25 14:24:10 UTC (rev 1036)
+++ branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/jaxrpc-mapping.xml	2006-09-25 14:24:45 UTC (rev 1037)
@@ -0,0 +1,96 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<java-wsdl-mapping version='1.1'
+                   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://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd'>
+   <package-mapping>
+      <package-type>org.jboss.test.ws.jaxrpc.xop.rpclit</package-type>
+      <namespaceURI>http://jboss.org/test/ws/xop/rpclit</namespaceURI>
+   </package-mapping>
+   
+   <java-xml-type-mapping>
+      <java-type>org.jboss.test.ws.jaxrpc.xop.shared.PingMsg</java-type>
+      <root-type-qname xmlns:typeNS='http://jboss.org/test/ws/xop/rpclit'>typeNS:PingInType</root-type-qname>
+      <qname-scope>complexType</qname-scope>
+      <variable-mapping>
+         <java-variable-name>message</java-variable-name>
+         <xml-element-name>message</xml-element-name>
+      </variable-mapping>
+      <variable-mapping>
+         <java-variable-name>xopContent</java-variable-name>
+         <xml-element-name>xopContent</xml-element-name>
+      </variable-mapping>
+   </java-xml-type-mapping>
+
+   <java-xml-type-mapping>
+      <java-type>org.jboss.test.ws.jaxrpc.xop.shared.PingMsgResponse</java-type>
+      <root-type-qname xmlns:typeNS='http://jboss.org/test/ws/xop/rpclit'>typeNS:PingOutType</root-type-qname>
+      <qname-scope>complexType</qname-scope>
+      <variable-mapping>
+         <java-variable-name>xopContent</java-variable-name>
+         <xml-element-name>xopContent</xml-element-name>
+      </variable-mapping>
+   </java-xml-type-mapping>
+
+   <service-interface-mapping>
+      <service-interface>org.jboss.test.ws.jaxrpc.xop.rpclit.TestService_Service</service-interface>
+      <wsdl-service-name xmlns:serviceNS='http://jboss.org/test/ws/xop/rpclit'>serviceNS:TestService</wsdl-service-name>
+      <port-mapping>
+         <port-name>TestServicePort</port-name>
+         <java-port-name>TestServicePort</java-port-name>
+      </port-mapping>
+   </service-interface-mapping>
+
+   <service-endpoint-interface-mapping>
+      <service-endpoint-interface>org.jboss.test.ws.jaxrpc.xop.rpclit.TestService_PortType</service-endpoint-interface>
+      <wsdl-port-type xmlns:portTypeNS='http://jboss.org/test/ws/xop/rpclit'>portTypeNS:TestService</wsdl-port-type>
+      <wsdl-binding xmlns:bindingNS='http://jboss.org/test/ws/xop/rpclit'>bindingNS:TestServiceBinding</wsdl-binding>
+
+      <service-endpoint-method-mapping>
+         <java-method-name>pingComplex</java-method-name>
+         <wsdl-operation>pingComplex</wsdl-operation>
+         <method-param-parts-mapping>
+            <param-position>0</param-position>
+            <param-type>org.jboss.test.ws.jaxrpc.xop.shared.PingMsg</param-type>
+            <wsdl-message-mapping>
+               <wsdl-message xmlns:wsdlMsgNS='http://jboss.org/test/ws/xop/rpclit'>wsdlMsgNS:PingIn</wsdl-message>
+               <wsdl-message-part-name>parameters</wsdl-message-part-name>
+               <parameter-mode>IN</parameter-mode>
+            </wsdl-message-mapping>
+         </method-param-parts-mapping>
+         <wsdl-return-value-mapping>
+            <method-return-value>org.jboss.test.ws.jaxrpc.xop.shared.PingMsgResponse</method-return-value>
+            <wsdl-message xmlns:wsdlMsgNS='http://jboss.org/test/ws/xop/rpclit'>wsdlMsgNS:PingOut</wsdl-message>
+            <wsdl-message-part-name>result</wsdl-message-part-name>
+         </wsdl-return-value-mapping>
+      </service-endpoint-method-mapping>
+
+      <service-endpoint-method-mapping>
+         <java-method-name>pingSimple</java-method-name>
+         <wsdl-operation>pingSimple</wsdl-operation>
+         <method-param-parts-mapping>
+            <param-position>0</param-position>
+            <param-type>java.lang.String</param-type>
+            <wsdl-message-mapping>
+               <wsdl-message xmlns:wsdlMsgNS='http://jboss.org/test/ws/xop/rpclit'>wsdlMsgNS:OctetsIn</wsdl-message>
+               <wsdl-message-part-name>message</wsdl-message-part-name>
+               <parameter-mode>IN</parameter-mode>
+            </wsdl-message-mapping>
+         </method-param-parts-mapping>
+         <method-param-parts-mapping>
+            <param-position>1</param-position>
+            <param-type>java.lang.Object</param-type>
+            <wsdl-message-mapping>
+               <wsdl-message xmlns:wsdlMsgNS='http://jboss.org/test/ws/xop/rpclit'>wsdlMsgNS:OctetsIn</wsdl-message>
+               <wsdl-message-part-name>xopContent</wsdl-message-part-name>
+               <parameter-mode>IN</parameter-mode>
+            </wsdl-message-mapping>
+         </method-param-parts-mapping>
+         <wsdl-return-value-mapping>
+            <method-return-value>java.lang.Object</method-return-value>
+            <wsdl-message xmlns:wsdlMsgNS='http://jboss.org/test/ws/xop/rpclit'>wsdlMsgNS:OctetsOut</wsdl-message>
+            <wsdl-message-part-name>result</wsdl-message-part-name>
+         </wsdl-return-value-mapping>
+      </service-endpoint-method-mapping>
+   </service-endpoint-interface-mapping>
+</java-wsdl-mapping>
\ No newline at end of file


Property changes on: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/jaxrpc-mapping.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/web.xml
===================================================================
--- branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/web.xml	2006-09-25 14:24:10 UTC (rev 1036)
+++ branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/web.xml	2006-09-25 14:24:45 UTC (rev 1037)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<web-app 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"
+  version="2.4">
+
+  <servlet>
+    <servlet-name>TestService</servlet-name>
+    <servlet-class>org.jboss.test.ws.jaxrpc.xop.rpclit.TestServiceImpl</servlet-class>
+  </servlet>
+
+  <servlet-mapping>
+    <servlet-name>TestService</servlet-name>
+    <url-pattern>/*</url-pattern>
+  </servlet-mapping>
+
+</web-app>
+


Property changes on: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/web.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/webservices.xml
===================================================================
--- branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/webservices.xml	2006-09-25 14:24:10 UTC (rev 1036)
+++ branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/webservices.xml	2006-09-25 14:24:45 UTC (rev 1037)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
+             xmlns:impl="http://jboss.org/test/ws/xop/rpclit"
+             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+             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>XOP RPC/Lit without handlers</webservice-description-name>
+      <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
+      <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+      <port-component>
+         <port-component-name>TestServicePort</port-component-name>
+         <wsdl-port>impl:TestServicePort</wsdl-port>
+         <service-endpoint-interface>org.jboss.test.ws.jaxrpc.xop.rpclit.TestService_PortType</service-endpoint-interface>
+         <service-impl-bean>
+            <servlet-link>TestService</servlet-link>
+         </service-impl-bean>
+      </port-component>
+   </webservice-description>
+</webservices>


Property changes on: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/webservices.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/wsdl/TestService.wsdl	2006-09-25 14:24:10 UTC (rev 1036)
+++ branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/wsdl/TestService.wsdl	2006-09-25 14:24:45 UTC (rev 1037)
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="utf-8"?>
+<definitions
+    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
+    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+    xmlns:s="http://www.w3.org/2001/XMLSchema"
+    xmlns:s0="http://jboss.org/test/ws/xop/rpclit"
+    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
+    xmlns:tns="http://jboss.org/test/ws/xop/rpclit"
+    targetNamespace="http://jboss.org/test/ws/xop/rpclit"
+    xmlns="http://schemas.xmlsoap.org/wsdl/">
+
+   <types>
+      <s:schema xmlns="http://www.w3.org/2001/XMLSchema"
+                targetNamespace="http://jboss.org/test/ws/xop/rpclit"
+                xmlns:xmime="http://www.w3.org/2005/05/xmlmime" >
+
+         <import namespace="http://www.w3.org/2005/05/xmlmime"/>
+
+         <s:complexType name="PingInType">
+            <s:sequence>
+               <s:element name="message" minOccurs="0" maxOccurs="1" type="s:string" />
+               <s:element name="xopContent" minOccurs="0" maxOccurs="1" xmime:expectedContentTypes="text/plain" type="xmime:base64Binary"/>
+            </s:sequence>
+         </s:complexType>
+
+         <s:complexType name="PingOutType">
+            <s:sequence>
+               <s:element name="xopContent" minOccurs="0" maxOccurs="1" xmime:expectedContentTypes="text/plain" type="xmime:base64Binary"/>
+            </s:sequence>
+         </s:complexType>
+
+      </s:schema>
+   </types>
+
+   <message name="PingIn">
+      <part name="parameters" type="tns:PingInType" />
+   </message>
+   <message name="PingOut">
+      <part name="result" type="tns:PingOutType" />
+   </message>
+
+   <message name="OctetsIn">
+      <part name="message" type="s:string" />
+      <part name="xopContent" type="s:base64Binary" />
+   </message>
+   <message name="OctetsOut">
+      <part name="result" type="s:base64Binary" />
+   </message>
+
+   <portType name="TestService">
+      <operation name="pingComplex" parameterOrder='parameters'>
+         <input message="tns:PingIn" />
+         <output message="tns:PingOut" />
+      </operation>
+
+      <operation name="pingSimple">
+         <input message="tns:OctetsIn" />
+         <output message="tns:OctetsOut" />
+      </operation>
+   </portType>
+
+   <binding name="TestServiceBinding" type="tns:TestService">
+      <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
+      <operation name="pingComplex">
+         <soap:operation soapAction="" style="rpc" />
+         <input>
+            <soap:body use="literal" />
+         </input>
+         <output>
+            <soap:body use="literal" />
+         </output>
+      </operation>
+       <operation name="pingSimple">
+         <soap:operation soapAction="http://jboss.org/test/ws/xop/rpclit/PingSimple" style="rpc" />
+         <input>
+            <soap:body use="literal" />
+         </input>
+         <output>
+            <soap:body use="literal" />
+         </output>
+      </operation>
+   </binding>
+
+   <service name="TestService">
+      <port name="TestServicePort" binding="tns:TestServiceBinding">
+         <soap:address location="REPLACE_WITH_ACTUAL_URL" />
+      </port>
+   </service>
+</definitions>
\ No newline at end of file


Property changes on: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/WEB-INF/wsdl/TestService.wsdl
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/META-INF/application-client.xml
===================================================================
--- branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/META-INF/application-client.xml	2006-09-25 14:24:10 UTC (rev 1036)
+++ branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/META-INF/application-client.xml	2006-09-25 14:24:45 UTC (rev 1037)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application-client 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"
+                    version="1.4">
+
+   <display-name>XOP DOC/Lit with handlers</display-name>
+
+   <service-ref>
+      <service-ref-name>service/XOPHandlerTestCaseRPC</service-ref-name>
+      <service-interface>javax.xml.rpc.Service</service-interface>
+      <wsdl-file>use overwrite in jboss-client.xml</wsdl-file>
+      <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+      <port-component-ref>
+         <service-endpoint-interface>org.jboss.test.ws.jaxrpc.xop.rpclit.TestService_PortType</service-endpoint-interface>
+      </port-component-ref>
+      <handler>
+         <handler-name>XOPInlineHandler</handler-name>
+         <handler-class>org.jboss.test.ws.jaxrpc.xop.shared.InlineHandler</handler-class>
+      </handler>
+   </service-ref>
+
+</application-client>
+


Property changes on: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/META-INF/application-client.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/META-INF/jboss-client.xml
===================================================================
--- branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/META-INF/jboss-client.xml	2006-09-25 14:24:10 UTC (rev 1036)
+++ branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/META-INF/jboss-client.xml	2006-09-25 14:24:45 UTC (rev 1037)
@@ -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/XOPHandlerTestCaseRPC</service-ref-name>
+    <wsdl-override>http://@jbosstest.host.name@:8080/jaxrpc-xop-rpclit_handler?wsdl</wsdl-override>
+  </service-ref>
+
+</jboss-client>


Property changes on: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/META-INF/jboss-client.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/WEB-INF/webservices.xml
===================================================================
--- branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/WEB-INF/webservices.xml	2006-09-25 14:24:10 UTC (rev 1036)
+++ branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/WEB-INF/webservices.xml	2006-09-25 14:24:45 UTC (rev 1037)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
+             xmlns:impl="http://jboss.org/test/ws/xop/rpclit"
+             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+             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>XOP RPC/Lit with handlers</webservice-description-name>
+      <wsdl-file>WEB-INF/wsdl/TestService.wsdl</wsdl-file>
+      <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+      <port-component>
+         <port-component-name>TestServicePort</port-component-name>
+         <wsdl-port>impl:TestServicePort</wsdl-port>
+         <service-endpoint-interface>org.jboss.test.ws.jaxrpc.xop.rpclit.TestService_PortType</service-endpoint-interface>
+         <handler>
+            <handler-name>XOPInlineHandler</handler-name>
+            <handler-class>org.jboss.test.ws.jaxrpc.xop.shared.InlineHandler</handler-class>
+         </handler>
+         <service-impl-bean>
+            <servlet-link>TestService</servlet-link>
+         </service-impl-bean>
+      </port-component>
+   </webservice-description>
+</webservices>


Property changes on: branches/hbraun/jbossws-1.0/src/test/resources/jaxrpc/xop/rpclit/handlerconfig/WEB-INF/webservices.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jboss-svn-commits mailing list