Editing a WSDL file, how to add an interface definition

Having trouble installing Oxygen? Got a bug to report? Post it all here.
jean-fr
Posts: 1
Joined: Tue Nov 25, 2008 7:08 pm

Editing a WSDL file, how to add an interface definition

Post 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 !
Radu
Posts: 9438
Joined: Fri Jul 09, 2004 5:18 pm

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

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply