Hi,
I have a document type defining a web service response document. This document type has been generated from a wsdl file.
This document type contains a Document List named statusList with following schema attribute :
Type : Document List
IsNillable : false
IsAbstract : false
Min Occurs : 1
Max Occurs : unbounded
ComplexType : Status
My problem is that i am receiving a web service response with only one occurence of statusList
7900
0
Success
Successfull set invocation
When i try to reply the document to the flow sender with pub.publish:reply , i encounter following error
[ISC.0082.9027] Dimension mismatch, List expected
because there is only one occurrence of statusList
The problem is not detected when there is more than one occurence of statusList.
Please for help.
Thanks.
Dndoye.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods