Author: thomas.diesler(a)jboss.com
Date: 2007-06-01 11:43:41 -0400 (Fri, 01 Jun 2007)
New Revision: 3373
Modified:
trunk/integration/sunri/src/test/resources/excludes-jboss50.txt
trunk/testsuite/src/java/org/jboss/test/ws/jaxws/samples/webservice/EndpointInterface.java
Log:
Enable sunri webservice
Modified: trunk/integration/sunri/src/test/resources/excludes-jboss50.txt
===================================================================
--- trunk/integration/sunri/src/test/resources/excludes-jboss50.txt 2007-06-01 15:37:41
UTC (rev 3372)
+++ trunk/integration/sunri/src/test/resources/excludes-jboss50.txt 2007-06-01 15:43:41
UTC (rev 3373)
@@ -18,7 +18,5 @@
org/jboss/test/ws/jaxws/samples/wssecurity/**
-#org/jboss/test/ws/jaxws/samples/webmethod/**
-org/jboss/test/ws/jaxws/samples/webservice/**
org/jboss/test/ws/jaxws/samples/xop/**
Modified:
trunk/testsuite/src/java/org/jboss/test/ws/jaxws/samples/webservice/EndpointInterface.java
===================================================================
---
trunk/testsuite/src/java/org/jboss/test/ws/jaxws/samples/webservice/EndpointInterface.java 2007-06-01
15:37:41 UTC (rev 3372)
+++
trunk/testsuite/src/java/org/jboss/test/ws/jaxws/samples/webservice/EndpointInterface.java 2007-06-01
15:43:41 UTC (rev 3373)
@@ -35,7 +35,7 @@
* @author Thomas.Diesler(a)jboss.org
* @since 29-Apr-2005
*/
-@WebService
+@WebService(name = "EndpointInterface", targetNamespace =
"http://www.openuri.org/2004/04/HelloWorld")
@SOAPBinding(style = Style.RPC)
public interface EndpointInterface extends Remote
{
Show replies by date