1.

How can we use SoapUI to import an XSD (XML Schema Definition) file?

Answer»

An XSD file should be imported immediately when integrating WSDL from a distant source. If you are using a local file to load the WSDL, make sure the.xsd file is in the correct location as specified in the WSDL.
The import statement in WSDL imports an XML namespace from a specified file. The namespace, not the DECLARATIONS in the namespace, is imported. The element includes the "schemaLocation" attribute, which is optional. Because a namespace can be imported from the same file or registered in another METHOD, the attribute is optional.



Discussion

No Comment Found