posted 9 years ago
Hello,
i am creating a web service client for a secure web service (requiring user name , password for access). but while generating the client in eclipse by right clicking the wsdl i am getting the error
"schema_reference.4: Failed to read schema document 'http://xyz.com:80/cvb/abc?xsd=1', because 1) could not find the document; 2) the
document could not be read; 3) the root element of the document is not <xsd:schema>."
So I cannot create the client (in an eclipse web project) to access the web service.
Kindly help
Praveen