two similar xsd in the same wsdl databinded with xmlbean in axis2

Bartolomeo Nicolotti <[email protected]>
Newsgroups gmane.text.xml.xmlbeans.user
Organization SIAP-Sistemi Applicativi
Message-ID <1263477944.6386.27.camel__41787.3010192581$1263478017$gmane$org@LxPC37>
Hello,

we're using xmlbean to parse xmls as an axis2 databinding for travel
industries web services

A web service we query has different version of the same kind of xml

AirAvailability_8
AirAvailability_9


Is it possible to use xmlbean data binding with only one wsdl that has
both the kind of xml, i.e. something like:

...
          <s:include schemaLocation="AirAvailability_8.xsd"/>
          <s:include schemaLocation="AirAvailability_9.xsd"/>

			<s:element name="SubmitXml">
				<s:complexType>
					<s:sequence>
						<s:element maxOccurs="1" minOccurs="0" name="Profile"
type="s:string"/>
						<s:element maxOccurs="1" minOccurs="0" name="Request">
							<s:complexType>
								<s:sequence>
            						<s:element maxOccurs="1" minOccurs="0"
name="LocalDateTimeCT_6_0"  type="s0:LocalDateTimeCT_6_0Type"/>
                                    <s:element maxOccurs="1"
minOccurs="0" name="AirAvailability_8"
type="s0:AirAvailability_8Type"/>
                                    <s:element maxOccurs="1"
minOccurs="0" name="AirAvailability_9"
type="s0:AirAvailability_9Type"/>
								</s:sequence>
							</s:complexType>
						</s:element>
					</s:sequence>
				</s:complexType>
			</s:element>
....

My doubt is that this two kinds of xml have, oviously many similiar
tags, won't these conflict?

Many many thanks

Best regards.

Bartolomeo Nicolotti.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.