Hi I have configured the HTTP / TCP in AXIS215 engine on TOMCAT ( axis2.xml )
<transportReceiver name="tcp" class="org.apache.axis2.transport.tcp.TCPServer"> <parameter name="port">6060</parameter> </transportReceiver> I am able to see the exceptions for the same as below java.lang.ClassNotFoundException: org.apache.axis2.transport.tcp.TCPServer I presume this class is not available in jar files of AXIS2 How to proceed With regards Karthik ________________________________ From: Amila Suriarachchi [mailto:[email protected]] Sent: Wednesday, January 06, 2010 12:55 PM To: [email protected] Subject: Re: Please correct me if wrong On Wed, Jan 6, 2010 at 10:51 AM, Karthik Nanjangude <[email protected]<mailto:[email protected]>> wrote: Hi I am exploring the possibilities ... Please correct me if wrong Spec SOAP : AXIS2 JDK 1.5 WebContainer : Tomcat 6.20.0 O/s Windows / Linux / Unix I need to run AXIS2 SOAP on Web Container ( TOMCAT 6.20.0 ) with Protocol support HTTP (default) for north bound Request / Response and TCP ( additional configuration ) for south bound processing with an 3rd party Server The AXIS2 Soap Engine needs to have simultaneously support 2 protocols when ever the web container is Is up and thus act a 2 way middleware for manipulation of the Data between the North / South bound process you should be able to do this. thanks, Amila. Request --> Tomcat <----> Axis (Soap, http) <----> POJO Filter <----> Axis( Soap ,Tcp) <----> 3rd Party Server | Response <-- | With regards Karthik -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
