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.  Import Class

    Posted Thu November 02, 2017 07:09 AM

    Hi all,

    I’m trying to set up UM but i already encounter some troubles at the start…
    Objects and methods from up classes aren’t resolved by the designer.
    I tried some code from the documentation.

    		
    String[] RNAME={"nsp://127.0.0.1:9000"}; 
    nSessionAttributes nsa=new nSessionAttributes(RNAME); 
    nSession mySession=nSessionFactory.create(nsa); 
    mySession.init();

    I found that there is some jar (like nClient) which contain those objects/methods.
    But i didn’t find out how i can import these jar or some class into my designer…

    Thanks for your help.


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


  • 2.  RE: Import Class

    Posted Thu November 02, 2017 11:23 AM

    Hi Alex,

    I believe you have already in Java perspective of Designer.

    Follow below path to include nClient.jar in your project.

    1. Right Click On project
    2. Build Path → Add External Archives
    3. Select nClient.jar file and finish

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


  • 3.  RE: Import Class

    Posted Fri November 03, 2017 04:39 AM