Schemas/UDDI

From Code Synthesis Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 13:24, 26 January 2007
Boris (Talk | contribs)
(Start a page on the UDDI schemas)
← Previous diff
Revision as of 14:20, 2 August 2007
Boris (Talk | contribs)
(Remove deprecated options)
Next diff →
Line 5: Line 5:
The following options are recommended to compile the UDDI schemas (replace ' with " on Windows): The following options are recommended to compile the UDDI schemas (replace ' with " on Windows):
- --morph-anonymous --namespace-regex '/.* urn:uddi-org:(.*)/uddi::$1/' --namespace-map http://www.w3.org/2000/09/xmldsig#=xmldsig+ --namespace-regex '/.* urn:uddi-org:(.*)/uddi::$1/' --namespace-map http://www.w3.org/2000/09/xmldsig#=xmldsig
You should also consider using the --root-element-* options to select for which root elements you need parsing and serialization functions. You should also consider using the --root-element-* options to select for which root elements you need parsing and serialization functions.

Revision as of 14:20, 2 August 2007

This page contains information on using the UDDI schemas with XSD.

Before compiling you will need to download xml.xsd and xmldsig-core-schema.xsd and adjust all remote references in the UDDI schemas to point to these local files by replacing the schemaLocation attribute in the import elements with just the file names.

The following options are recommended to compile the UDDI schemas (replace ' with " on Windows):

--namespace-regex '/.* urn:uddi-org:(.*)/uddi::$1/' --namespace-map http://www.w3.org/2000/09/xmldsig#=xmldsig

You should also consider using the --root-element-* options to select for which root elements you need parsing and serialization functions.

Personal tools