[jbossws-commits] JBossWS SVN: r9863 - framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2278.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Apr 22 11:39:04 EDT 2009


Author: alessio.soldano at jboss.com
Date: 2009-04-22 11:39:04 -0400 (Wed, 22 Apr 2009)
New Revision: 9863

Modified:
   framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2278/TestEndpointImplSoap11.java
   framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2278/TestEndpointImplSoap12.java
Log:
[JBWS-2330] Providing missing service name


Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2278/TestEndpointImplSoap11.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2278/TestEndpointImplSoap11.java	2009-04-22 15:38:03 UTC (rev 9862)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2278/TestEndpointImplSoap11.java	2009-04-22 15:39:04 UTC (rev 9863)
@@ -31,7 +31,7 @@
  * @author alessio.soldano at jboss.com
  * @since 30-Sep-2008
  */
- at WebService(name = "TestEndpoint", portName="TestEndpointSoap11Port",  targetNamespace = "http://org.jboss.test.ws/jbws2278", endpointInterface = "org.jboss.test.ws.jaxws.jbws2278.TestEndpoint", wsdlLocation="WEB-INF/wsdl/Test.wsdl")
+ at WebService(name = "TestEndpoint", portName="TestEndpointSoap11Port",  targetNamespace = "http://org.jboss.test.ws/jbws2278", serviceName="TestService", endpointInterface = "org.jboss.test.ws.jaxws.jbws2278.TestEndpoint", wsdlLocation="WEB-INF/wsdl/Test.wsdl")
 @BindingType(SOAPBinding.SOAP11HTTP_BINDING)
 public class TestEndpointImplSoap11 extends TestEndpointImpl implements TestEndpoint
 {

Modified: framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2278/TestEndpointImplSoap12.java
===================================================================
--- framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2278/TestEndpointImplSoap12.java	2009-04-22 15:38:03 UTC (rev 9862)
+++ framework/trunk/testsuite/test/java/org/jboss/test/ws/jaxws/jbws2278/TestEndpointImplSoap12.java	2009-04-22 15:39:04 UTC (rev 9863)
@@ -31,7 +31,7 @@
  * @author alessio.soldano at jboss.com
  * @since 30-Sep-2008
  */
- at WebService(name = "TestEndpoint", portName="TestEndpointSoap12Port",  targetNamespace = "http://org.jboss.test.ws/jbws2278", endpointInterface = "org.jboss.test.ws.jaxws.jbws2278.TestEndpoint", wsdlLocation="WEB-INF/wsdl/Test.wsdl")
+ at WebService(name = "TestEndpoint", portName="TestEndpointSoap12Port",  targetNamespace = "http://org.jboss.test.ws/jbws2278", serviceName="TestService", endpointInterface = "org.jboss.test.ws.jaxws.jbws2278.TestEndpoint", wsdlLocation="WEB-INF/wsdl/Test.wsdl")
 @BindingType(SOAPBinding.SOAP12HTTP_BINDING)
 public class TestEndpointImplSoap12 extends TestEndpointImpl implements TestEndpoint
 {




More information about the jbossws-commits mailing list