Author: thomas.diesler(a)jboss.com
Date: 2007-08-04 16:28:29 -0400 (Sat, 04 Aug 2007)
New Revision: 4215
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/context/EndpointEJB.java
Log:
Set serviceName
Modified:
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/context/EndpointEJB.java
===================================================================
---
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/context/EndpointEJB.java 2007-08-04
20:14:19 UTC (rev 4214)
+++
framework/trunk/src/test/java/org/jboss/test/ws/jaxws/samples/context/EndpointEJB.java 2007-08-04
20:28:29 UTC (rev 4215)
@@ -37,7 +37,7 @@
import org.jboss.wsf.spi.annotation.WebContext;
-@WebService(name = "TestEndpoint", targetNamespace =
"http://org.jboss.ws/jaxws/context")
+@WebService(name = "TestEndpoint", serviceName="TestEndpointService",
targetNamespace = "http://org.jboss.ws/jaxws/context")
@SOAPBinding(style = Style.RPC)
@Stateless
@WebContext(contextRoot = "/jaxws-samples-context", urlPattern =
"/*", authMethod = "BASIC", transportGuarantee = "NONE",
secureWSDLAccess = false)
Show replies by date