The WSDL2PLI file-generation process adds annotations to the mappingRoot element to provide additional information about the mapped WSDL file. The annotations are in form of key-value pairs.
Table 1 describes these annotations:
| Key: | Description of value: |
|---|---|
| com.ibm.etools.xmlent.mapping.wsdlLocation | The full platform-dependent location of the WSDL file. |
| com.ibm.etools.xmlent.mapping.wsdlTargetNamespace | The target namespace of the WSDL file. |
| com.ibm.etools.xmlent.mapping.wsdlServiceName | The WSDL service that the mappingRoot element pertains to. |
| com.ibm.etools.xmlent.mapping.wsdlPortName | The WSDL port that the mappingRoot element pertains to. |
| com.ibm.etools.xmlent.mapping.wsdlOperationName | The WSDL Operation that the mappingRoot element pertains to. |