Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 12:13:36 -0400 (Wed, 07 May 2008)
New Revision: 6944
Modified:
framework/trunk/testsuite/test/resources/jaxws/complex/META-INF/wsdl/RegistrationService.wsdl
Log:
fix encoding issue
Modified:
framework/trunk/testsuite/test/resources/jaxws/complex/META-INF/wsdl/RegistrationService.wsdl
===================================================================
---
framework/trunk/testsuite/test/resources/jaxws/complex/META-INF/wsdl/RegistrationService.wsdl 2008-05-07
16:04:12 UTC (rev 6943)
+++
framework/trunk/testsuite/test/resources/jaxws/complex/META-INF/wsdl/RegistrationService.wsdl 2008-05-07
16:13:36 UTC (rev 6944)
@@ -1,9 +1,7 @@
<!--
-This wsdl is only used for client artifact generation
+ This wsdl is only used for client artifact generation
-wsconsume -k -s output/wsconsume
src/main/resources/jaxws/complex/META-INF/wsdl/RegistrationService.wsdl
-
-$Id$
+ wsconsume -k -s output/wsconsume
src/main/resources/jaxws/complex/META-INF/wsdl/RegistrationService.wsdl
-->
<definitions name="RegistrationService"
targetNamespace="http://complex.jaxws.ws.test.jboss.org/"
xmlns:tns="http://complex.jaxws.ws.test.jboss.org/"
xmlns:ns1="http://types.complex.jaxws.ws.test.jboss.org/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ns2="http://extra.complex.jaxws.ws.test.jboss.org/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns="http://schemas.xmlsoap.org/wsdl/">
<import
namespace="http://types.complex.jaxws.ws.test.jboss.org/"
location="Registration_PortType.wsdl"/>