WSDL 2.0 Namespace -why is the standard namespace invalid?
Posted: Tue Aug 21, 2012 6:03 pm
Why does Oxygen complain that http://www.w3.org/ns/wsdl is not a valid WSDL namespace? I am using version 14 of Oxygen.
When I create a wsdl 20 document that begins with:
<?xml version="1.0"?>
<wsdl2:description xmlns:wsdl2="http://www.w3.org/ns/wsdl"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"
...
Oxygen reports the following error:
Error: [WSDL] The namespace http://www.w3.org/ns/wsdl specified is
not a valid WSDL namespace.
When I create a wsdl 20 document that begins with:
<?xml version="1.0"?>
<wsdl2:description xmlns:wsdl2="http://www.w3.org/ns/wsdl"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:wsoap= "http://www.w3.org/ns/wsdl/soap"
...
Oxygen reports the following error:
Error: [WSDL] The namespace http://www.w3.org/ns/wsdl specified is
not a valid WSDL namespace.