2.5.1 <Definition>

The WSDF file root element.

Table 2-1 Definition Attributes

Attribute Description Require
name

The WSDF name. This attribute value may contain a maximum of 30 characters (excluding the terminating NULL character).

Native WSDF: you must manually provide a distinct application name.

Non-native WSDF: this value is the same as the WSDL converter (wsdlcvt) command line input parameter “output_basename".

Yes
wsdlNamespace The corresponding WSDL document target namespace for the WSDF.

Native WSDF: you can optionally specify a distinct URI string so that the generated WSDL can use this as the target namespace. If not specified, the default WSDL target namespace is as follows: "urn:<wsdf_name>.wsdl". For example, if the WSDF name is “simpapp”, then the default WSDL target namespace is “urn:simpapp.wsdl”.

Non-native WSDF: the value is the WSDL target namespace of the external WSDL document.

No