RE: TcpTunnelGui

2001-10-15 Thread Darren Morris
Hi Csilla, The TcpTunnelGui works by intercepting the packets and then forwarding them on to the end destination you specify. So for your localhost example you would probably do something like ... org.apache.soap.util.net.TcpTunnelGui 8090 localhost 8080 Then change your tests to go to port 80

General SOAP/Web Services query

2001-10-10 Thread Darren Morris
Hi, I am working on a project where we would like to invoke both Stateful and Stateless EJBs via a web service with SOAP as the protocol. We do not control the design of the EJBs and cannot influence such. Therefore the EJBs may return primitive, simple or complex objects. >From reading this l