I imported the .wsdl file but it encountered a problem:
Unable to convert imported document to WSDL
Reason: Tag Envelope is not permitted as a root element. definitions is expected
Check the selected category
The top of my wsdl file is
<?xml version="1.0" encoding="ISO-8859-1"?>
http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd=" http://www.w3.org/2001/XMLSchema" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance">
What is wrong here?