WSDL attribute location attribute -vs- schemaLocation attribute XSD import

What is the relationship between:

... and, in particular, the relationship between the attribute of the locationformer and the attribute of the schemaLocationlatter?

Although I can use the catalog file (in the JAX-WS / toolchain wsimport) to “override” the schemaLocationattributes for an element, xsd:importit seems like I cannot do the same for the locationoperator attributes wsdl:import.

+4
source share
1 answer

import ( WSDL XSD) ).

, wsdl: import, XSD ( ), , WSDL ( WSDL) XSD ( XSD) , .

, , , import Java a using #.

, , , WSDL 1.1: XSD schemaLocation xsd: import ( , , ), WSDL 1.1 location.

, XSD :

The ·actual value· of the schemaLocation, if present, gives a **hint** as to where a serialization of a ·schema document·...

WSDL 2.0, , WSDL include import, , . , location XSD, , , "" .

, location WSDL 1.1, , .

+4

All Articles