Page 1 of 1

Editing a WSDL file, how to add an interface definition

Posted: Tue Nov 25, 2008 7:13 pm
by jean-fr
Hi,

I am using the Oxygen XML Editor eclipse plugin.
How could I add an interface definition (WSDL 2.0) in my
file ? I could not find any way to add such a definition ...

Thanks !

Re: Editing a WSDL file, how to add an interface definition

Posted: Wed Nov 26, 2008 9:42 am
by Radu
Dear Jean,

Oxygen offers support for WSDL 2.0 content completion and validation so if the namespace of the WSDL file is http://www.w3.org/ns/wsdl content completion should work.
We do not yet offer support for WSDL 2.0 Analysis and creating SOAP requests for it.

If in your WSDL file you have a namespace declaration like:
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
this means it is a WSDL 1.0 file.
If you change the declaration to:
xmlns:wsdl="http://www.w3.org/ns/wsdl"
it will become a WSDL 2.0 file and content completion and validation will work on it.

Regards,
Radu