Hi everyone,
WSDL has the following import:
<import namespace="http://xml.apache.org/xml-soap"/>
This namespace is not used anywhere in the wsdl except in the definitions element:
<wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap"
The import fails WS-I test, since there is no XML Schema at that URI and schemaLocation is not specified.
How can I eliminate the import? Else, where can I find the XML Schema for this namespace?
Any help will be appreciated.
Sameer
