wso2 - Creating Server/Client service with ESB -
i'm interested in following if possible create server client implementation esbs. me clear these web services, i'm talking different protocols , implementations.
for example possible create messaging router supports on both server , client side smpp protocol ( stateful tcp based protocol ) have handle many connections on both server , client side. persistent connections required.
i have idea use esb router, protocol translation, field manipulation etc...
so main question if wrapped around esb idea? preferably looking use netty connection handling , connection mapping. 1 more requirement able make direct connection mapping between server , client endpoints.
if possible what's best way done, possible usage of j6ee framework/spring ?
thanks, tiho
yes. smpp transport available in wso2 esb.
the latest code transport can found https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/dependencies/transports/1.1.0-wso2v9/modules/sms/
also, following 3 blogs explains how configure esb smpp transport. http://charith.wickramaarachchi.org/2009/06/axis2-sms-transport.html http://charith.wickramaarachchi.org/2009/12/invoking-webservices-using-axis2-sms.html http://mytecheye.blogspot.com/2013/01/wso2-esb-sending-sms-alerts-for-failures.html
also can front kind of service wso2 esb via proxy service , configurations can done using synapse configuration language xml based language. esb has capablity of writing synapse configurations in xml editor , graphical support available creating configurations.