webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Document mismatch, List expected

    Posted Fri April 28, 2006 11:45 AM

    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


  • 2.  RE: Document mismatch, List expected

    Posted Fri April 28, 2006 01:22 PM

    Hello dndoye,
    Are You calling the webservice with wm webservice connector?? or something else (own client)??
    Tomek


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Document mismatch, List expected

    Posted Fri April 28, 2006 02:35 PM

    I am calling the web service with wm webservice connector and the front web service server is also a webMethods integration server .


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Document mismatch, List expected

    Posted Tue May 02, 2006 12:36 PM

    I resolved the problem by specifying the documentTypeName in xmlNodeToDocument service and setting makeArrays option to false (in web service connector generated flow)

    Regards,
    Dndoye.


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 5.  RE: Document mismatch, List expected

    Posted Tue May 02, 2006 04:58 PM

    Dndoye,

    Glad you found the right solution to the [ISC.0082.9027] Dimension mismatch issue.

    Providing a documentTypeName is the best fix for this solution. The second best fix is to provide a list of the recurring elements in the arrays parameter. The least effective is to rely on the default generation of document lists.

    Mark


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods