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.  How to write a java service to concat 2 strings without using wm public package

    Posted 11/14/22 11:54 AM

    What product/components do you use and which version/fix level are you on?

    Is your question related


    #webMethods-cloud
    #Service-Designer
    #Integration-Server-and-ESB
    #webMethods
    #webMethods-io-Integration
    #Javaservice


  • 2.  RE: How to write a java service to concat 2 strings without using wm public package

    Posted 11/14/22 12:06 PM

    Hi,
    A java service lets you write and execute java code on the Integration Server.
    The Service Development help at Building Java Services is a good starting point to understand more. Please feel free to reach out if you get into any issues.

    -NP


    #webMethods
    #Javaservice
    #Service-Designer
    #Integration-Server-and-ESB
    #webMethods-io-Integration
    #webMethods-cloud


  • 3.  RE: How to write a java service to concat 2 strings without using wm public package

    Posted 11/14/22 02:59 PM

    Why do you want to avoid using wMPublic package services?

    A rule of thumb for IS development that you’ll want to consider: avoid creating Java services unless the desired function cannot be achieved using FLOW.


    #webMethods-cloud
    #webMethods-io-Integration
    #Javaservice
    #Service-Designer
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: How to write a java service to concat 2 strings without using wm public package

    Posted 11/15/22 12:28 AM

    @reamon,
    I believe the intention is perhaps to explore the Integration Server and get familiar. Completely agree with your point about using FLOW.

    P.S: Thoroughly enjoyed the topic - Integration Server and Java started by someone :slight_smile: , a very good read indeed.

    -NP


    #webMethods
    #webMethods-cloud
    #webMethods-io-Integration
    #Integration-Server-and-ESB
    #Javaservice
    #Service-Designer


  • 5.  RE: How to write a java service to concat 2 strings without using wm public package

    Posted 02/03/23 10:35 AM

    just i want to see how can we create a concat java services without using that wm public package that’s it


    #Service-Designer
    #webMethods
    #webMethods-io-Integration
    #Integration-Server-and-ESB
    #webMethods-cloud
    #Javaservice


  • 6.  RE: How to write a java service to concat 2 strings without using wm public package

    Posted 02/06/23 05:32 PM
    1. In Designer, New > Java Service
    2. Define inputs & outputs, save
      3, On source tab, paste in the whitespace of the service method
    3. Implement your code.

    There’s a short free learning course here: Software AG LP: webMethods Integration Java Services (CL611C04-77E)


    #webMethods-io-Integration
    #Javaservice
    #Service-Designer
    #Integration-Server-and-ESB
    #webMethods
    #webMethods-cloud