Board index » delphi » Tunneling TCP/IP Protocol and COM
Howard Moon
![]() Delphi Developer |
Sun, 11 Jan 2004 02:17:46 GMT
Tunneling TCP/IP Protocol and COM
Hi...
we are working on putting our COM servers behind firewlls, while keeping web pages, etc., out where the public can see them. To do this without opening all the ports DCOM requires, we've implemented "Tunneling TCP/IP" to get DCOM to work over just port 80. It works fine for most calls (despite the fact that initial discovery and instanciation is quite slow). However, we would like to pass the Microsoft DOM (IXMLDOMDocument) as a My guess is that the "un-marshalling" (?) of the DOM on the server side (We're using D5, and the MSXML.dll library. We're using the simple Does anyone know if there's a way to accomplish passing a DOM object -Howard |