Author: alessio.soldano(a)jboss.com
Date: 2009-10-14 06:08:31 -0400 (Wed, 14 Oct 2009)
New Revision: 10905
Modified:
framework/trunk/testsuite/test/resources/jaxws/jbws2591/wsdl/JBWS2591TestService.wsdl
Log:
Simplifying namespace
Modified:
framework/trunk/testsuite/test/resources/jaxws/jbws2591/wsdl/JBWS2591TestService.wsdl
===================================================================
---
framework/trunk/testsuite/test/resources/jaxws/jbws2591/wsdl/JBWS2591TestService.wsdl 2009-10-14
08:44:17 UTC (rev 10904)
+++
framework/trunk/testsuite/test/resources/jaxws/jbws2591/wsdl/JBWS2591TestService.wsdl 2009-10-14
10:08:31 UTC (rev 10905)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<definitions
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://marshalltestservice.org/NewSchemaDefs.wsdl"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ns2="http://marshalltestservice.org/types2" name="NewSchemaDefs"
targetNamespace="http://marshalltestservice.org/NewSchemaDefs.wsdl&q...
+<definitions
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://marshalltestservice.org/NewSchemaDefs"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ns2="http://marshalltestservice.org/types2" name="NewSchemaDefs"
targetNamespace="http://marshalltestservice.org/NewSchemaDefs">
<types>
<xsd:schema elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:import
namespace="http://marshalltestservice.org/types2"
schemaLocation="JBWS2591Schema.xsd" />