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

calling wM service from JSP

  • 1.  calling wM service from JSP

    Posted Mon October 15, 2007 03:17 PM

    Hi ,
    how to pass a string varible as input to the wM service in JSP?


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


  • 2.  RE: calling wM service from JSP

    Posted Mon October 15, 2007 04:09 PM

    Any service in webmethod can be called using the url
    http://serverName:port/invoke/YourPathToService

    YourPathToService should be from the root folder up to the service name.

    If you want to send a variable then your url become

    http://serverName:port/invoke/YourPathToService?VariableName=test

    You can have a look at [url]wmusers.com

    or

    [url]http://eai.ittoolbox.com/groups/technical-functional/webmethods-l/calling-web-methods-from-jsp-1382080[/url]

    P.S. I used google :wink:


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