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.  Hide parameter values in httpserverportinvoke

    Posted 07/13/05 08:45 PM

    Hi,
    I’m wondering if there’s a way to hide the paramter values when doing an http invoke for a service.

    This service will be invoked by a web page and a console application. We do not want the users to be able to see the values in the address bar.

    Any suggestions?

    Thanks,
    Francine


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


  • 2.  RE: Hide parameter values in httpserverportinvoke

    Posted 07/13/05 10:25 PM

    Have you considered using the HTTP headers?


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


  • 3.  RE: Hide parameter values in httpserverportinvoke

    Posted 07/15/05 09:18 PM

    Headers will work. The way that most people do this, however, is to do an HTTP POST instead of a GET. A form with hidden and visible elements can be used, or a javascript can be called from any “<a href” tag.

    -Peter


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


  • 4.  RE: Hide parameter values in httpserverportinvoke

    Posted 08/10/05 10:38 PM

    Alternatively you can also use URL Encoding to encode the parameter values.

    Shahul.


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