MS Word document using SOAP

2002-04-18 Thread Rory Braybrook (DSLAK)
Can the object returned from a SOAP call be a MS Word document ? I am thinking of sending some parameters to a "document generator" (which uses Word) which populates the document and then returns it. The client is Java. The server is MS. How would I do this ? Would I have to encode to something

TcpTunnelGui parameters

2002-01-10 Thread Rory Braybrook (DSLAK)
When I send the following command , all is well and works. java SOAPClient http://development:85/Manager.WSDL However , when I want to monitor the traffic using TcpTunnelGui as follows : java SOAPClient http://localhost:8001 java