Author: thomas.diesler(a)jboss.com
Date: 2007-03-12 10:34:08 -0400 (Mon, 12 Mar 2007)
New Revision: 2601
Added:
trunk/jbossws-tests/src/resources/jaxws/serviceref/
trunk/jbossws-tests/src/resources/jaxws/serviceref/WEB-INF/
trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-java-wsdl.xml
trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-wsdl-java.xml
Removed:
trunk/jbossws-tests/src/resources/jaxws/serviceref/
trunk/jbossws-tests/src/resources/jaxws/serviceref/WEB-INF/
trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-java-wsdl.xml
trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-wsdl-java.xml
Log:
Initial test for jaxws <service-ref>
Copied: trunk/jbossws-tests/src/resources/jaxws/serviceref (from rev 2596,
trunk/jbossws-tests/src/resources/jaxrpc/serviceref)
Copied: trunk/jbossws-tests/src/resources/jaxws/serviceref/WEB-INF (from rev 2599,
trunk/jbossws-tests/src/resources/jaxrpc/serviceref/WEB-INF)
Deleted: trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-java-wsdl.xml
===================================================================
--- trunk/jbossws-tests/src/resources/jaxrpc/serviceref/wstools-java-wsdl.xml 2007-03-12
09:12:52 UTC (rev 2596)
+++ trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-java-wsdl.xml 2007-03-12
14:34:08 UTC (rev 2601)
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- wstools -cp ../../../../../output/classes -config wstools-java-wsdl.xml
--->
-
-<configuration
xmlns="http://www.jboss.org/jbossws-tools"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://www.jboss.org/jbossws-tools
http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-
- <global>
- <package-namespace package="org.jboss.test.ws.jaxrpc.serviceref"
namespace="http://org.jboss.ws/wsref"/>
- </global>
-
- <java-wsdl>
- <service name="TestEndpointService" style="rpc"
endpoint="org.jboss.test.ws.jaxrpc.serviceref.TestEndpoint"/>
- <namespaces target-namespace="http://org.jboss.ws/wsref"
type-namespace="http://org.jboss.ws/wsref/types"/>
- <mapping file="jaxrpc-mapping.xml"/>
- <webservices servlet-link="TestEndpoint"/>
- </java-wsdl>
-
-</configuration>
\ No newline at end of file
Copied: trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-java-wsdl.xml (from rev
2599, trunk/jbossws-tests/src/resources/jaxrpc/serviceref/wstools-java-wsdl.xml)
===================================================================
--- trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-java-wsdl.xml
(rev 0)
+++ trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-java-wsdl.xml 2007-03-12
14:34:08 UTC (rev 2601)
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ wstools -cp ../../../../../output/classes -config wstools-java-wsdl.xml
+-->
+
+<configuration
xmlns="http://www.jboss.org/jbossws-tools"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://www.jboss.org/jbossws-tools
http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
+
+ <global>
+ <package-namespace package="org.jboss.test.ws.jaxrpc.serviceref"
namespace="http://org.jboss.ws/wsref"/>
+ </global>
+
+ <java-wsdl>
+ <service name="TestEndpointService" style="rpc"
endpoint="org.jboss.test.ws.jaxrpc.serviceref.TestEndpoint"/>
+ <namespaces target-namespace="http://org.jboss.ws/wsref"
type-namespace="http://org.jboss.ws/wsref/types"/>
+ <mapping file="jaxrpc-mapping.xml"/>
+ <webservices servlet-link="TestEndpoint"/>
+ </java-wsdl>
+
+</configuration>
\ No newline at end of file
Deleted: trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-wsdl-java.xml
===================================================================
--- trunk/jbossws-tests/src/resources/jaxrpc/serviceref/wstools-wsdl-java.xml 2007-03-12
09:12:52 UTC (rev 2596)
+++ trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-wsdl-java.xml 2007-03-12
14:34:08 UTC (rev 2601)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- wstools -config wstools-wsdl-java.xml
--->
-
-<configuration
xmlns="http://www.jboss.org/jbossws-tools"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://www.jboss.org/jbossws-tools
http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
-
- <global>
- <package-namespace package="org.jboss.test.ws.jaxrpc.serviceref"
namespace="http://org.jboss.ws/wsref"/>
- </global>
-
- <wsdl-java location="META-INF/wsdl/TestEndpoint.wsdl">
- <mapping file="jaxrpc-mapping.xml"/>
- </wsdl-java>
-
-</configuration>
\ No newline at end of file
Copied: trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-wsdl-java.xml (from rev
2599, trunk/jbossws-tests/src/resources/jaxrpc/serviceref/wstools-wsdl-java.xml)
===================================================================
--- trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-wsdl-java.xml
(rev 0)
+++ trunk/jbossws-tests/src/resources/jaxws/serviceref/wstools-wsdl-java.xml 2007-03-12
14:34:08 UTC (rev 2601)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ wstools -config wstools-wsdl-java.xml
+-->
+
+<configuration
xmlns="http://www.jboss.org/jbossws-tools"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://www.jboss.org/jbossws-tools
http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd">
+
+ <global>
+ <package-namespace package="org.jboss.test.ws.jaxrpc.serviceref"
namespace="http://org.jboss.ws/wsref"/>
+ </global>
+
+ <wsdl-java location="META-INF/wsdl/TestEndpoint.wsdl">
+ <mapping file="jaxrpc-mapping.xml"/>
+ </wsdl-java>
+
+</configuration>
\ No newline at end of file