How to generate a XML Schema from a WSDL

Questions about XML that are not covered by the other forums should go here.
csalsa
Posts: 97
Joined: Tue Apr 22, 2008 9:31 am

How to generate a XML Schema from a WSDL

Post by csalsa »

I would like to export the XML Schema from a WSDL to a .xsd file.

Is there some way to do this from OxygenXML? If not, could someone suggest another tool (can be .NET or Java)?
Radu
Posts: 9428
Joined: Fri Jul 09, 2004 5:18 pm

Re: How to generate a XML Schema from a WSDL

Post by Radu »

Hi,

We do not have such tool in Oxygen.

Usually people want the opposite, generating WSDL from XML Schema and there seem to be tools available for this.

But you could probably do it manually by copy-pasting the XML Schema from the WSDL file to a new XML Schema file.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
csalsa
Posts: 97
Joined: Tue Apr 22, 2008 9:31 am

Re: How to generate a XML Schema from a WSDL

Post by csalsa »

Thanks for your reply. If I find a tool (Surely one exists), I will post what I find here.
Post Reply