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.


#TechXchangePresenter
 View Only

Unable to connect webmethods

  • 1.  Unable to connect webmethods

    Posted Fri November 24, 2017 05:35 AM

    We are trying the below code to connect the webMethods. first code is connecting with out any issues

            IConnectionFactory connectionFactory = MsgFactory.GetConnectionFactory("Broker #1@10.11.22.33:5555");
    connectionFactory.SSLEncryption = true ;
    IConnection connection = connectionFactory.CreateConnection("SSL Certificate Name");
    

    The below code gives you “No permission for current operation”

            IConnectionFactory connectionFactory = MsgFactory.GetConnectionFactory("Broker #1@10.11.22.33:5555");
    connectionFactory.ClientGroup = "wmJmsSite";
    connectionFactory.SSLEncryption = true ;
    IConnection connection = connectionFactory.CreateConnection("SSL Certificate Name");
    

    Is it related to .Net code or not. It it is permission related where & how to change


    #Broker-JMS
    #webMethods
    #Integration-Server-and-ESB
    #Universal-Messaging-Broker