Author: thomas.diesler(a)jboss.com
Date: 2008-04-08 09:17:01 -0400 (Tue, 08 Apr 2008)
New Revision: 6276
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/handlerscope/SOAPEndpoint.java
Log:
@WebService(targetNamespace = "http://org.jboss.ws/jaxws/handlerscope")
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/handlerscope/SOAPEndpoint.java
===================================================================
---
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/handlerscope/SOAPEndpoint.java 2008-04-08
13:12:15 UTC (rev 6275)
+++
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/handlerscope/SOAPEndpoint.java 2008-04-08
13:17:01 UTC (rev 6276)
@@ -29,7 +29,7 @@
import javax.xml.ws.BindingType;
import javax.xml.ws.soap.SOAPBinding;
-@WebService
+@WebService(targetNamespace = "http://org.jboss.ws/jaxws/handlerscope")
@BindingType(value = SOAPBinding.SOAP12HTTP_BINDING)
@HandlerChain(file = "jaxws-client-handlers.xml")
public interface SOAPEndpoint
Show replies by date