I can write my own Server Socket Program on IS. But what I want to know is, How to send those messages to webMethods service from Server Socket and How I run Server Socket program as listener on IS to keep listening the client requests.
Writing Socket Server is an out of the box solution, addition to that writing client program to communicate to webMethods is going to be very big overhead to many regards, for example maintainance.
Addition to that, If there are any errors and/or Socket Server goes down, need to write additional error handling to take care of.
As I spoke to webMethods Technical Support, they suggested to use HTTP communication until unless client is very particular to socket communication.
Here by using the Sockets Communication with webMethods is increating the layers in communication I beleive.
Any way thanks for your idea, let me figure out what need to be done.
The WM6 Upgrade Tool creates a package called “Wm4XCompatibilityServices” when you deploy a migrated integration to IS. That package contains a set of services for polling and writing to sockets. Perhaps that would do what you need out-of-the-box.
As explained above, there is no socket communication protocol available in webMethods out of the box. You have to write custom socket communication program to do the same…