Table of Contents

Search

  1. Preface
  2. Web Services
  3. SOAP Web Services
  4. WSDL Data Object
  5. Schema Object
  6. How to Create a SOAP Web Service
  7. Operation Mappings
  8. Parsing Web Service SOAP Messages
  9. Generating Web Service SOAP Messages
  10. Web Service Consumer Transformation
  11. REST Web Services
  12. How to Create a REST Web Service
  13. REST Web Service Consumer Transformation
  14. REST Web Service Consumer Transformation Use Cases
  15. REST and SOAP Web Service Administration
  16. Datatype Compatibility

Web Services Guide

Web Services Guide

Parsing QName Elements

Parsing QName Elements

When Data Integration Service parses QName elements in the SOAP message, it updates QName values that belong to the namespace of the schema to use the namespace prefix defined in the schema. Otherwise, Data Integration Service does not update the value of the element.
For example, the schema has the namespace prefix
tns
defined for namespace
"http://user/test"
. The SOAP message has namespace prefix
mytns
defined for the same namespace. When the Data Integration Service parses Qname value
mytns:myelement
it changes the value to
tns:myElement
.
When Data Integration Service generates QName elements in the SOAP message, it does not update the value of the element.

0 COMMENTS

We’d like to hear from you!