IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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
Expand all | Collapse all

Problem with WM 7.1.2 WSD Consumer when returns Array of Documents

  • 1.  Problem with WM 7.1.2 WSD Consumer when returns Array of Documents

    Posted Tue June 29, 2010 06:59 AM

    Hi,

    We have created WSD Consumer for SalesForce. But while invoking some services e.g quaryAll, we are getting error like

    "Could not run ‘sfTest’.

    com.wm.app.b2b.server.ServiceException: [ISS.0088.9139] Output parameters do not conform to targetOutputSignature:
    errorCode=VV-002
    pathName=/tns:queryAllResponse/tns:result/tns:records[0]/ens:Name
    errorMessage=[ISC.0082.9026] Undefined Object found

    errorCode=VV-002
    pathName=/tns:queryAllResponse/tns:result/tns:records[0]/ens:UserLicenseId
    errorMessage=[ISC.0082.9026] Undefined Object found

    errorCode=VV-002
    pathName=/tns:queryAllResponse/tns:result/tns:records[0]/ens:UserType
    errorMessage=[ISC.0082.9026] Undefined Object found

    errorCode=VV-002
    pathName=/tns:queryAllResponse/tns:result/tns:records[1]/ens:Name
    errorMessage=[ISC.0082.9026] Undefined Object found

    errorCode=VV-002
    pathName=/tns:queryAllResponse/tns:result/tns:records[1]/ens:UserLicenseId
    errorMessage=[ISC.0082.9026] Undefined Object found".

    This service returns document which contain array of Document list. We are using IS 7.1.2.0. Can you please let me know how to overcome this problem? Is there any patch released to fix this Issue?

    Thanks & Regards,
    Mayur


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


  • 2.  RE: Problem with WM 7.1.2 WSD Consumer when returns Array of Documents

    Posted Tue June 29, 2010 07:28 AM

    SAG fixed this problem in IS_7.1.2_WebSvcsXML_Fix18, apply this one or latest released Fix19.

    Note: While installing webservice_fix18 please note that service protocol 19 fix which is dependent fix but its marked as bad patch from SAG as it causes problem with hTTP open sessions, install srcv_protocol 20 instead of 19.

    Cheers!
    nD


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


  • 3.  RE: Problem with WM 7.1.2 WSD Consumer when returns Array of Documents

    Posted Thu July 15, 2010 04:13 PM

    Hi Dev,

    As per your suggestion we have installed updated patches in following order :

    On Integration Server :

    IS_7.1.2_XA_Fix3
    IS_7.1.2_PubSub_Fix7
    IS_7.1.2_Core_Fix25
    IS_7.1.2_Flow_Fix7
    IS_7.1.2_SrvPrtcl_Fix21
    IS_7.1.2_WebSvcsXML_Fix19

    On Developer :
    SCG_7-1-2_G11N_Fix2 (this one already installed)
    WSI_7.1.2_Cluster_Fix1
    IS_7.1.2_CL_Fix15
    ID_7.1.2_Fix10.zip

    We still we are getting same error message :
    "An error occurred while tracing.
    com.wm.app.b2b.server.ServiceException: [ISS.0088.9139] Output parameters do not conform to targetOutputSignature:
    errorCode=VV-002
    pathName=/tns:queryResponse/tns:result/tns:records[0]/ens:Name
    errorMessage=[ISC.0082.9026] Undefined Object found

    errorCode=VV-002
    pathName=/tns:queryResponse/tns:result/tns:records[1]/ens:Name
    errorMessage=[ISC.0082.9026] Undefined Object found

    errorCode=VV-002
    pathName=/tns:queryResponse/tns:result/tns:records[2]/ens:Name
    errorMessage=[ISC.0082.9026] Undefined Object found

    errorCode=VV-002
    pathName=/tns:queryResponse/tns:result/tns:records[3]/ens:Name
    errorMessage=[ISC.0082.9026] Undefined Object found

    errorCode=VV-002
    pathName=/tns:queryResponse/tns:result/tns:records[4]/ens:Name
    errorMessage=[ISC.0082.9026] Undefined Object found

    errorCode=VV-002
    pathName=/tns:queryResponse/tns:result/tns:records[5]/ens:Name
    errorMessage=[ISC.0082.9026] Undefined Object found"


    Please help us in resolving this issue.

    Thanks & Regards,
    Mayur


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