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

Xml is null when calling java service

  • 1.  Xml is null when calling java service

    Posted Wed March 09, 2005 09:07 PM

    Doug,

    I bet this might be a linking problem when you map the pipeline record to the input of javaservice reason might be the syncpurchaseorder record in the pipeline and the input signature of your javaservice not matching.So please debug and step thru the flow starting from the restorepipeline to before invoking the javaservice and check the pipeline if something is missing or anything new is getting passed etc… in the output record ie documentToRecord step.Also make sure whether node exits in the pipeline ofcourse you crossed this point.

    If you are sure everything is fine then we have work out differently what the root cause is.

    HTH,
    RMG…


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


  • 2.  RE: Xml is null when calling java service

    Posted Wed March 09, 2005 10:07 PM

    I tried linking my pipeline in differently to the service in and even though they were the same object I had to change the link to a different position in the record then the magic occurred.

    Thanks!


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


  • 3.  RE: Xml is null when calling java service

    Posted Wed March 09, 2005 10:20 PM