OIC - Dynamic SOAP response
Summary
OIC - Dynamic SOAP responseContent
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.
Tagged:
0