Author: veithen Date: Sun Jul 11 16:39:01 2010 New Revision: 963107 URL: http://svn.apache.org/viewvc?rev=963107&view=rev Log: The schema that defines WSDL binding extensions should not be imported into wsdl:types, although it may be referenced by schemaLocation. This solves part of AXIS2-4767.
Modified: axis/axis2/java/core/trunk/modules/jaxws/test-resources/wsdl/RespectBinding.wsdl Modified: axis/axis2/java/core/trunk/modules/jaxws/test-resources/wsdl/RespectBinding.wsdl URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxws/test-resources/wsdl/RespectBinding.wsdl?rev=963107&r1=963106&r2=963107&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/jaxws/test-resources/wsdl/RespectBinding.wsdl (original) +++ axis/axis2/java/core/trunk/modules/jaxws/test-resources/wsdl/RespectBinding.wsdl Sun Jul 11 16:39:01 2010 @@ -2,9 +2,6 @@ <wsdl:definitions name="AddNumbers" targetNamespace="http://RespectBinding.jaxws22" xmlns:ns1="http://extension.RespectBinding.jaxws22" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://RespectBinding.jaxws22" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <wsdl:types> <xsd:schema elementFormDefault="qualified" targetNamespace="http://RespectBinding.jaxws22" xmlns="http://www.w3.org/2001/XMLSchema"> - - <xsd:import namespace="http://extension.RespectBinding.jaxws22" schemaLocation="../xsd/extension.xsd"/> - <element name="addNumbersResponse"> <complexType> <sequence>