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.  Invoke Flow service through browser

    Posted Mon April 10, 2006 09:07 PM

    I tried to invoke the flow service (adding two integers) through the browser like this:

    [URL=“http://localhost:5555/invoke/Test/testD?n1=2&n2=4”]http://localhost:5555/invoke/Test/testD?n1=2&n2=4[/URL]

    I got the following error:

    $errorDumpcom.wm.app.b2b.server.UnknownServiceException: Test:testD at com.wm.app.b2b.server.HTTPInvokeHandler._process(HTTPInvokeHandler.java:68) at com.wm.app.b2b.server.InvokeHandler.process(InvokeHandler.java:113) at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:298) at com.wm.util.pool.PooledThread.run(PooledThread.java:105) at java.lang.Thread.run(Thread.java:534) $errorInfo$errorDumpcom.wm.app.b2b.server.UnknownServiceException: Test:testD at com.wm.app.b2b.server.HTTPInvokeHandler._process(HTTPInvokeHandler.java:68) at com.wm.app.b2b.server.InvokeHandler.process(InvokeHandler.java:113) at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:298) at com.wm.util.pool.PooledThread.run(PooledThread.java:105) at java.lang.Thread.run(Thread.java:534) $errorTest:testD$localizedErrorTest:testD$errorTypecom.wm.app.b2b.server.UnknownServiceException$userDefault$time2006-04-10 14:35:34 CDT$details$errorMsgId$errorTest:testD$errorTypecom.wm.app.b2b.server.UnknownServiceException

    Suggestins Please.

    Sunny


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


  • 2.  RE: Invoke Flow service through browser

    Posted Mon April 10, 2006 09:21 PM

    The mistake was the folder name was “test” not “Test”. But I dont understand why does it show the folder name as “Test” - in the Developer


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


  • 3.  RE: Invoke Flow service through browser

    Posted Mon April 10, 2006 09:37 PM

    IS folder and service names are case sensitive. So you would have to match the case of the folder, subfolder or servicename exactly.

    One quirk of Developer is that you can’t rename “Test” to “test” in a single step, you have to rename it something like “Test_old” first and then rename it to “test”.

    Mark


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


  • 4.  RE: Invoke Flow service through browser

    Posted Tue April 11, 2006 12:00 AM

    Nibble (aka smallByte):
    Might you have been confusing the folder name with the package name? As you probably know, the package name is not part of the service namespace.


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