Suppose i have the xml like the below
101
abc
101
xyz
when i have created the document using this xml .Could be something like the below
person -doc
account----doclist
accno–string
accname-string
you mean all the time the xml must contain the multiple accounts for that person . If the xml would have the person having single account ,then the schema gives isValid =false([ends with this error :ISC.0082.9027] Dimension mismatch, List expected) when we use the pub.schema.validate.
Question : How do we over come this error when we are providing the xml with single account which is vallidating with the above created document structure(which is used for to validating the person with multiple accounts schema) i mean the outcome should be isValid =true when we use the pub.schema.validate.
Thanks in adavance…
#webMethods#Integration-Server-and-ESB