WSDL generation and xmlns:ns0 reference
4098Jan 25 2006 — edited Feb 8 2006(JDeveloper 10.1.2.0.0 on WinXP with jdk1.4.0._06)
Anyone knows how to avoid the following reference in Web Service generation (and why is it generated in the first place)? What should I do to eliminate it from WSDL, since .NET developers cannot create proxy based on it - Visual Studio fails on import:
Header looks like this:
<?xml version = '1.0' encoding = 'UTF-8'?>
<!--Generated by the Oracle JDeveloper 10g Web Services WSDL Generator-->
<!--Date Created: Wed Jan 25 21:46:21 EST 2006-->
<definitions
name="SymphonyIntegration"
targetNamespace="http://helix/symInt/HelixListenerImp.wsdl"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://helix/symInt/HelixListenerImp.wsdl"
xmlns:ns1="http://helix.symInt/ISymphonyIntegration.xsd">
<types>
<ns0:schema
targetNamespace="http://helix.symInt/ISymphonyIntegration.xsd"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://schemas.xmlsoap.org/wsdl/">
My question is: why is there xmlns:ns0 generated for this schema definition?
Much appreciated,
Dejan