Run DID Wizard...
The Run DID wizard command lets you select a DID wizard to create a DID with. The following wizards are available:
- New XML File DID Document
- New XSD-Based XML-File DID Document
- New WSDL XML-Web DID Document
Wizards are also available to create an ODBC entry, an entry based on an ODBC Stored Procedure and an Oracle entry. These wizards are only available through the ITP/MDK.
New XML File DID Document
The XML DID wizard generates a complete DID document based on a sample XML file. This action will show a dialog with attributes you need to fill in.
The attributes that need to be specified in the Wizard are:
- XML File name
You should select the XML file on which the did document will be based. - Locale
With this setting, you can determine the way a double is interpreted. The language code you select determines which characters are interpreted as thousand separator and decimal point. - Encoding
If you selected a XML File that does not have a prolog, you have the option here to specify an encoding. You can choose between UTF-8, ASCII and ISO 8859-1 (or one of its aliases: Microsoft Windows-1252, I BM819, Microsoft Windows latin 1, CP819, ISO_8859-1, ISO8859-1, latin1 or ISO 8859-1). This encoding determines the way the characters in the XML file are interpreted by the XML wizard. If the XML File does have a prolog with an encoding specified, this setting is ignored. - Text type
Here, you can specify the default field type for fields that the XML wizard interprets as text fields. You can choose between C_CHAR and W_CHAR (for Unicode characters). - Determine field length based on length of data in the XML file
If this option is checked, ITP will automatically calculate the length of the field in the element and assign this length to the ITP field. - Name of the DID
The length of the name of the DID is currently limited to 10 characters. - Identification
This is the three-letter-code used in Model Documents when accessing the Main Entry.
New XSD-Based XML-File DID Document
The XSD DID wizard generates a complete DID document based on a XSD file describing the structure of the XML file. This action will show a dialog with attributes you need to fill in.
The attributes that need to be specified in the Wizard are:
- XSD File name
Select the XSD file from which the DID should be generated. - Generate namespace declaration
Include namespace references in the generated DID document when locating entries and fields. - Name of the DID
The length of the name of the DID is currently limited to 10 characters. - Identification
This is the three-letter-code used in Model Documents when accessing the Main Entry
New WSDL XML-Web DID Document
The WSDL DID wizard generates a complete DID document based on a WSDL file describing the interface of a SOAP web service. This action will show a dialog with attributes you need to fill in.
The attributes that need to be specified in the Wizard are:
- WSDL File name
Select the WSDL file from which the DID should be generated. - Name of the DID
The length of the name of the DID is currently limited to 10 characters. - Identification
This is the three-letter-code used in Model Documents when accessing the Main Entry.