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.  Error while running the service

    Posted 08/28/08 02:06 PM

    Hi,
    I have created a flow service which converts a flat file into values by calling the service convertToValues in WMFlatFile.
    After converting other business logics are written.

    The problem is that when I trace the service it runs well but when I run it ,the service throws error saying that ffData cannot be null.

    I checked my service and found that valid value is mapped to ffData of convertToValues.

    If anyone knows the reason then please let me know the cause and solution.


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


  • 2.  RE: Error while running the service

    Posted 09/02/08 10:47 AM

    It means while runtime, the input to this ffData is null. Save the pipeline and debug the service. Check for typo errors in parameter names.

    Cheers
    Guna


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