Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OIC - Dynamic SOAP response

edited Dec 29, 2019 6:17PM in Integration 1 comment

Summary

OIC - Dynamic SOAP response

Content

I am consuming a SOAP webservice which schema's response has the following element:

<xsd:element name="TRANSACTION_SET">
     <xsd:complexType mixed="true">
          <xsd:sequence minOccurs="0" maxOccurs="unbounded">
               <xsd:any processContents="skip"/>
          </xsd:sequence>
          <xsd:attribute name="UseLOBElement" use="optional" type="xsd:boolean" default="false"/>
     </xsd:complexType>
</xsd:element>
 
TRANSACTION_SET's children will always be a repeating element node (with no children element nodes itself) with specific attributes.
 
I have control over TRANSACTION_SET's node children's names as over attributes names, but, as they are not specified in WSDL's schema, all I see in OIC mapping is TRANSACTION_SET node.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!