Re: Semantics of wsdl:import

Hi Menon,

AFAIK, XML Schemata are intended to be imported in WSDL using xs:import
element within wsdl:types. In general, any extension (incl. XML Schema)
that would like to import some external documents must provide its own
import element (in the absence of a working general standard like
xinclude).

So wsdl:import only imports WSDL documents. This makes it possible for
the processor to assume that what is being imported is WSDL, and in case
that import is not used (for example only one interface is used that
doesn't reuse anything from the imported WSDL; ignoring other interfaces
in the importing WSDL), it needn't even be resolved.

Hope this helps,

Jacek

On Tue, 2006-02-14 at 13:35 +0530, Ramkumar Menon wrote:
> Should the specification also talk in detail on the semantics of
> importing documents into the WSDL that are not WSDL descriptions
> themselves -lets say an XSD ?
> -menon
> --
> Shift to the left, shift to the right!
> Pop up, push down, byte, byte, byte!
> 
> -Ramkumar Menon
>  A typical Macroprocessor
> 
> 

Received on Tuesday, 14 February 2006 11:21:34 UTC