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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Mapping

    Posted 01/09/07 04:39 PM

    Hi

    I have upgraded one of my integration from 4x to 6x. In 4x for mapping is done in following manner:
    Canonical_xyz.setStringField(“SUBPLAN[” + sub_plan_index + “].STEPS[” + step_index + “].”+MILESTONE_TEXT_PJ , mileStoneText);

    When i try to implement the same in 6x i get the following error: while publishing:

    [SIZE=2][SIZE=2]ERROR DUMP : com.wm.app.b2b.server.ServiceException: [ISS.0098.9007] Data does not conform to the Publishable Document.
    [SIZE=2][0] pathName=/SUBPLAN errorCode=VV-006 errorMessage=[ISC.0082.9035] Value cannot be null, allow null value is false.

    [SIZE=2]at pub.publish.publish(publish.java:152).

    i m able to map other fields in the canonical. i m facing the problem only with this field.
    Has anyone experienced this error.
    [/size][/SIZE]
    [/SIZE][/SIZE]


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


  • 2.  RE: Mapping

    Posted 01/09/07 04:45 PM

    The mapping for the field i m doing is documentlist inside another document list


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


  • 3.  RE: Mapping

    Posted 01/10/07 08:03 AM

    Check the properties of the documentList field in the publishable document . if you can allow nulls, set ‘allow null’ property to true.

    Enterprise Integration component changes quite a bit when upgraded to a service. (that code will not work) - You’ll have to use a loop step to map values to the document list.


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


  • 4.  RE: Mapping

    Posted 01/11/07 04:32 PM

    Hi,
    try to check the properties of the publishable document,whether it has any enumeration values set,if values doesn’t confirm to them that error will be triggered,as i faced same error previously


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