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.  Https port Issue

    Posted 10/15/10 11:26 AM

    Hello All,

    i have created demo service which will be get invokes by wM Https Port in my local IS 7.1 server.
    but whn i trying to invoke service via Https port it not getting executed nor i am getting any error

    Find the configuration done in my local 7.1 IS

    Port 5505
    Package Name Test
    Bind Address (optional)
    Backlog 200
    Keep Alive Timeout 20000
    Private Threadpool Configuration
    Threadpool Min
    Threadpool Max
    Thread Priority
    Security Configuration
    Client Authentication Username/Password
    Listener Specific Credentials (Optional)
    Server’s Certificate unspecified
    Authority’s Certificate unspecified
    Private Key unspecified
    Trusted Authority Directory unspecified
    — Or —
    KeyStore Location unspecified
    KeyStore Type KeyStore(IAIK)
    HSM Based Keystore false
    Alias unspecified
    Trusted Authority Directory unspecified

    https Port is created with port : 5505 and using url below to invoke service
    [URL]http://localhost:5505/invoke/Test:add_1[/URL]

    Please let me know how to resloved ths Issue

    RJ –


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


  • 2.  RE: Https port Issue



  • 3.  RE: Https port Issue



  • 4.  RE: Https port Issue

    Posted 10/21/10 01:41 PM

    package name: Test and service name: add_1
    Flow service:
    1Map
    num1 “2”
    num2 “1”
    2Map
    add transformer “pub.math:addInts”
    num1 and num2 wch gave result(variable)
    3 pub.flow.debugLog
    message set output = %result%

    if i invoke ths service add_1 [URL]http://tech.forums.softwareag.com:5505/invoke/Test/add_1[/URL] i am getting output as junk value ie " ( "
    but if i ran same service frm developer i will get proper and correct output


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


  • 5.  RE: Https port Issue

    Posted 10/25/10 12:22 PM

    Is there anyone in ths forum who can reslove my Issue.
    if i invoke ths service add_1 [URL=“http://tech.forums.softwareag.com:5505/invoke/Test/add_1”][COLOR=#22229c]http://tech.forums.softwareag.com:5505/invoke/Test/add_1[/color][/URL] i am getting output as junk value ie " ( "

    -RJ


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