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.  pub.client:HTTP Header

    Posted 02/24/15 11:39 AM

    Hi,

    I need to use pub.client:HTTP passing a simple URL. Fine, but also I need to authenticate myself using BASIC authenticate md5 format on HTTP Header, so I configured on “headers” (print 1).

    I got this error: com.wm.app.b2b.server.ServiceException: java.net.ConnectException: Connection refused (print 2).

    Can someone help me?

    Thanks!


    2.png


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


  • 2.  RE: pub.client:HTTP Header

    Posted 02/24/15 01:52 PM

    Have you tested if the target server is reachable at all (i.e by “telnet host port”)?

    You can try to provide the authentication info under the auth-document.
    It has three fields:

    • user
    • password
    • method (set this one to “Basic”)

    Please share the output of the response hearder/lines-field as this contains some more information about the http error code.

    Regards,
    Holger


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