Page 1 of 1

Download a wsdl file and alle its referenced xsd's

Posted: Thu Apr 14, 2011 11:53 am
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

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

Posted: Thu Apr 14, 2011 12:39 pm
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

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

Posted: Thu Apr 14, 2011 2:54 pm
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