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

How to pass string from web application to webmethod

  • 1.  How to pass string from web application to webmethod

    Posted 02/06/03 08:11 AM

    I try to pass one string from my web application to webmethod(smtp sevices).

    Example:
    I pass this string " My Name is Sabri"
    However the output at webmethod is only “My”

    Can u advise me on how to get complete sentence.
    I have try “URLDECODE” but still not ok.

    I try to pass that string to “Body” at SMTP


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 2.  RE: How to pass string from web application to webmethod

    Posted 02/06/03 04:38 PM

    For this to work

    i belive you need to specify the content-type as(text/plain),since you are just passing a string in the SMTP webMethods service that you are invoking…

    cheers…


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB