Download a wsdl file and alle its referenced xsd's

Questions about XML that are not covered by the other forums should go here.
William Lee
Posts: 2
Joined: Fri Apr 01, 2011 1:46 pm

Download a wsdl file and alle its referenced xsd's

Post by William Lee »

Hi,
Sorry, for this rookie question. :oops:
But I can't seem to find the place in Oxygen where you can download a wsdl file and all of its referenced xsd's "offline" view?

The problem is that the servers that need the wsdl files can only get though the company proxy in certain situations. Therefore I need to have all the files downloaded and have all the references in the wsdl file changed to point at the local xsd's.

Thanks! :D

William
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: Download a wsdl file and alle its referenced xsd's

Post by adrian »

Hello,

There is no function in Oxygen that downloads all referenced files. You will have to manually open and save each file from the schema hierarchy.

To do this in Oxygen, navigate to a schema reference(schema import or include) and to open it press CTRL+ENTER(in Text mode) or CTRL+SHIFT+ENTER(in schema diagram/Design mode). Then you can manually save the schema locally. Do this for the entire schema hierarchy.

Afterwards you'll probably want to create an XML catalog for the schemas that have absolute references.

Instructions on how to create and use an XML catalog can be found on the website:
HOWTO Create and set up XML catalog files
Working with XML Catalogs

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
William Lee
Posts: 2
Joined: Fri Apr 01, 2011 1:46 pm

Re: Download a wsdl file and alle its referenced xsd's

Post by William Lee »

Hi,

Thanks for your reply.

Bummer, was afraid you would say that. :-) The wsdl file contains _a lot_ of references. :roll:

Anyways, thanks again.

William
Post Reply