Finally, just set up the above Java services as your custom package's startup and shutdown services, respectively.
I know there are a few hard coded variables in the above implementation but I bet you can make it better starting from this point.
Original Message:
Sent: Tue June 10, 2025 10:15 AM
From: Rohit Dabas
Subject: User datagram protocol connectivity on webmethods
Hi Rupinder,
Thank you for your reply, looks like WmSockets option is not compatible now.
I wanted to add further here that our use case if for live data streaming. Can we use webSockets in API gateway for same.
Thanks
------------------------------
Rohit Dabas
Original Message:
Sent: Tue June 10, 2025 09:36 AM
From: Rupinder Singh
Subject: User datagram protocol connectivity on webmethods
There are a couple of ways to do this. Nothing in the product directly supports UDP. There is an old legacy package called WmSockets that allowed you to open sockets and use those. But I am not sure how available or supportable that is now. And I am not even sure how much of it was geared to support UDP. But you could create your own services to use DatagramSockets to open up server and client connections. Off course, you would not get the benefit of access control and all the other port features. But depending upon your usecase, you could connect and exchange information with minimal effort. And perhaps you can implement the Access Control on the services that process the data. No ideal but doable.
------------------------------
Rupinder Singh
CTO, Nibble Technologies
https://www.nibl.tech/
Original Message:
Sent: Tue June 10, 2025 04:21 AM
From: Rohit Dabas
Subject: User datagram protocol connectivity on webmethods
Hi Team,
We are looking for a way to integrate UDP(User datagram protocol) with our current infra where we have IS/MSR, API Gateway and UM.
Any suggestion on how can we integrate UDP with webmethods components. This protocol can be on either consumer or provider side.
Any help on this topic is highly appreciated. Please let me know if any other details are needed.
Thanks
------------------------------
Rohit Dabas
------------------------------