When axis creates a WSDL why does it place the import namespace
http://log4j.apache.org in the wsdl:types section?

- <wsdl:types>
- <schema
targetNamespace="http://coi.us.nortel.com:8087/axis/services/CoiDWJobSchedulerAPI";
xmlns="http://www.w3.org/2001/XMLSchema";>
  <import namespace="http://log4j.apache.org"; /> 
  <import namespace="http://xml.apache.org/xml-soap"; /> 
  <import namespace="http://schemas.xmlsoap.org/soap/encoding/"; /> 
- <complexType name="ArrayOf_xsd_string">
- <complexContent>
- <restriction base="soapenc:Array">
  <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]" /> 
  </restriction>
  </complexContent>
  </complexType>
  </schema>
- <schema targetNamespace="http://xml.apache.org/xml-soap";
xmlns="http://www.w3.org/2001/XMLSchema";>
  <import namespace="http://log4j.apache.org"; /> 
  <import
namespace="http://coi.us.nortel.com:8087/axis/services/CoiDWJobSchedulerAPI";
/> 
  <import namespace="http://schemas.xmlsoap.org/soap/encoding/"; /> 
- <complexType name="mapItem">
- <sequence>
  <element name="key" nillable="true" type="xsd:anyType" /> 
  <element name="value" nillable="true" type="xsd:anyType" /> 
  </sequence>
  </complexType>
- <complexType name="Map">
- <sequence>
  <element maxOccurs="unbounded" minOccurs="0" name="item"
type="apachesoap:mapItem" /> 
  </sequence>
  </complexType>
  </schema>
  </wsdl:types>
--
View this message in context: 
http://www.nabble.com/Axis+and+WSDL%3Atypes-t1713370.html#a4652625
Sent from the Axis - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to