[WSDL Consumer] How to consume a wsdl with undefined type in response

Hi Everyone,
I face a problem when consume wsdl with uncleared type.
Wsdl:


<s:element name="BankCheckConfirmResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="BankCheckConfirmResult">
<s:complexType>
<s:sequence>
<s:element ref="s:schema"/>
<s:any/>
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>

And after I create a consumer in ESB: Attachment.
So I can’t know how to get response of this service.
Anyone can help ?
Thanks for reading.

picture1.PNG

Hi, This is a peculiar use case, I didn’t follow into this situation ever, not sure how to proceed. Let us see what others respond.

Thanks,

Thank MR as173d,
Noone can help ? :frowning: