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.  Variable contents gets converted to null

    Posted 08/14/02 08:53 PM

    Folks,

    I have a service that collects all the errors from validate and concatenates them into string emailBody. I then pass emailBody to my sendMail service. When I check the contents of emailBody prior to stepping into sendMail it has the right contents but as soon as I step into sendMail before anything gets executed in in sendMail the contents of emailBody is now null.

    Any ideas?
    Thanks.

    Chris

    ps. It’s great to have this community back! Way to go Dan!


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


  • 2.  RE: Variable contents gets converted to null

    Posted 08/14/02 10:12 PM

    Can you share some detail about your sendMail service? What are the parameters and their types? Seems strange…


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


  • 3.  RE: Variable contents gets converted to null

    Posted 08/15/02 04:55 AM

    Rob,

    sendMail just invokes pub.client.smtp.
    emailBody gets mapped to body
    both variables are strings.

    It is indeed strange. I dropped the link and remapped and it worked. But what was strange is that it goes to null first and then gets populated.
    I thinking I may have a conflict somewhere. Will investigate further tomorrow.

    Chris


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