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.  Custom adapter for sending SMS

    Posted 07/12/21 02:38 AM

    Hi Team, I want to create a custom adapter to send SMS. Can someone share details how to create a custom adapter for this need or direct me if we have any existing adapter to serve this purpose.

    Thanks,


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Custom adapter for sending SMS

    Posted 07/12/21 03:21 AM

    You will have to use the Adapter Development Kit and an SMPP library, to build your own. There used to be a package named WmCommunicate, but I’m not aware of an out-of-the-box adapter/connector.

    ADK - https://documentation.softwareag.com/webmethods/adapters_estandards/Adapters/ADK/adapterdevelopmentkit.htm
    Apache SMPP - SMPP :: Apache Camel
    SMSLib - https://docs.huihoo.com/smslib/3.5/about.html

    Caveat - The libraries that I’ve mentioned above may be outdated, so do look for latest supported versions or alternatives.

    KM


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: Custom adapter for sending SMS

    Posted 07/12/21 11:49 AM

    Custom adaptor can be created using smpp protocol for sending SMS. You can use mobile message tester software for testing purposes.

    Jars and code samples for SMPP can be downloaded from : https://smpp.org/
    To download mobile message tester : Mobile Message Tester SMPP 4.0 Download (Free) - Mmt.exe


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Custom adapter for sending SMS

    Posted 07/13/21 05:18 PM

    This is a great topic covered part of custom ADK… Thanks team.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 5.  RE: Custom adapter for sending SMS

    Posted 07/22/21 06:51 AM

    Hi,

    when you know the correct format of the recipients sms mail address, these can be sent out by using pub.client:smtp which is a Built-In Service.
    You will only have to take of the restrictions for SMS instead of email, therefore attachments should be avoided and the text should be kept short and simple.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services