Herbison
read this
http://www-128.ibm.com/developerworks/xml/library/ws-tip-imports.html
xsd:Import brings in schemas from OTHER namespaces
HTH,
Martin --
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy. Thank you.
----- Original Message -----
From: "herbison" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, May 31, 2006 5:58 PM
Subject: Axis and WSDL:types
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]