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
  • 1.  Problem when calling http flow. Invoke directory ?

    Posted Thu April 19, 2007 10:40 PM

    Hello to all I’m a real newby in wm. I’ve written some flows taking information in sql databases and with the dsp pages it works properly. But if i copy the dsp as recommended (suppressing the invokes) to a new template for the service, I cannot call it from a simple http form calling the service.
    I’ve followed the instructions for the call of template but it doesn’t work. In some cases that I saw there is an invoke directory that is not present in my package directory. Does it come from there ? Is there any additional service to call ?
    Thanks in advance for your precious help,

    Eric


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport


  • 2.  RE: Problem when calling http flow. Invoke directory ?

    Posted Thu April 19, 2007 11:14 PM

    What URL are you using to attempt to invoke your service? The format is

    http://hostname:port/invoke/fully.qualified.foldername/serviceName

    The “invoke” portion of the URL is the “directive” that IS uses to route the HTTP request to the correct service.

    Mark


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB


  • 3.  RE: Problem when calling http flow. Invoke directory ?

    Posted Fri April 20, 2007 08:58 AM

    The problem was indeed in the url . I had put a path with invoke/directory/service instead of the invoke/fully.qualified.name.
    Thank you very much for your help Mark :slight_smile: .
    Regards,

    Eric


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Problem when calling http flow. Invoke directory ?

    Posted Fri April 20, 2007 02:23 PM