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.  Installed UM Server and Send/receive working

    Posted 11/17/21 04:09 AM

    We have installed the trial version, and run the UM Server.
    We have created 2 classes (Sender / Receiver) that send and receive messages.

    Do we need to send XML files, any example to handle files?


    #webMethods


  • 2.  RE: Installed UM Server and Send/receive working

    Posted 11/17/21 04:19 AM

    @sua Col,

    if you are using wM Integration and flow service. Below are the overview of required task.

    1. JMS / Native connection to your UM
    2. JNDI to list the topic/Queue where you need to publsih/deliver you message.
    3. You have list of the In built services to create ,process and publishmessage to UM using pub.publish:publish or pub.jms:send ( In wM public packages )

    if you are using any other language you need to perform the above to connect your UM and start sending the message

    Refer the service development document.


    #webMethods


  • 3.  RE: Installed UM Server and Send/receive working

    Posted 11/17/21 04:47 AM

    Sorry we are new to this topic.
    We have installed SoftwareAG, started Realm Server and UM Enterprise.

    Later since Eclipse we have used two kinds of example send and receive.


    #webMethods


  • 4.  RE: Installed UM Server and Send/receive working

    Posted 11/19/21 02:41 AM

    thanks friend.
    We use Eclipse develop 2 class sender/receiver and connect to our remote UM server rrigth?


    #webMethods