Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Working with Web Services | About Provider Web Service Descriptors | Service Signature Requirements for Service First Provider Web Service Descriptors | Using XML Namespaces with Prefixes with Fields in Service Signatures
 
Using XML Namespaces with Prefixes with Fields in Service Signatures
You can associate the name of an Integration Server field (such as an IS document variable) with an XML namespace. When you do this, the local name is the name of the field and the XML namespace name is the URI that identifies the namespace. You can also include a prefix as part of the name.
Assign XML namespaces and prefixes to Integration Server fields as follows:
*To assign an XML namespace to an Integration Server field, complete the XML Namespace property in the General category of the field’s Properties view.
*To assign a prefix to an Integration Server field, precede the field name with the prefix followed by a colon (for example, prefix:variableName).
Note:
The style/use combinations RPC/Literal and RPC/Encoded prohibit top-level field from being namespace qualified.