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.  Disabeling UserName and Password Dialog box

    Posted Fri July 11, 2003 12:38 PM

    Is there any way to suppress UserName and Password Dialog box, when user tries to connect Integration server by providing credential in config files.


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 2.  RE: Disabeling UserName and Password Dialog box

    Posted Fri July 11, 2003 01:01 PM

    Hello Chandra,

    You can ask the user to provide a Certificate instead of User Name and password. You will have to define a port to receive either the certificate of user name and password. In this case user will not be prompted for user name and password. This should work.

    • Rajesh

    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 3.  RE: Disabeling UserName and Password Dialog box

    Posted Fri July 11, 2003 03:30 PM

    You could use Anonymous ACL to your service. It won’t ask username and password. But you need to think about security of your service.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 4.  RE: Disabeling UserName and Password Dialog box

    Posted Sun July 13, 2003 11:01 PM

    Or you can provide the username and password in the URL itself as

    http://username:password@host:port/invoke/folder/service


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 5.  RE: Disabeling UserName and Password Dialog box

    Posted Thu July 17, 2003 12:54 PM

    Hi,

    I would have a way of calling these service, without dialog.

    First One

    1. write an anonymous service that accepts username and password as wrapper
      e.g. call [url]http://yourserver:5555/invoke/folder/anonymousService?uid=username&pwd=password&serviceToCall=ServiceName[/url]

    Within your anonymousService, use wm.client.http service to call specivic service… and pass username and password variables along with…

    Regards,

    Chirag.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration