HELP: problem with Content-Type and encoding

2001-08-22 Thread Drasko Kokic
Hi there, is it possible to remove the encoding part from the Content-Type: text/xml; utf-8 Thanks in advance Drasko __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/

Re: SOAP call not working over proxy !!!

2001-07-31 Thread Drasko Kokic
> conn.setProxyHost("x.x.0.50"); > conn.setProxyPort(80); > > Call call = new Call(); // prepare the service > invocation > call.setSOAPTransport(conn); //set the proxy > > Works fine with me. > > Stephan > > - Origina

SOAP call not working over proxy !!!

2001-07-30 Thread Drasko Kokic
Hi everybody, I am trying to prototype a very simple client/server model using SOAP. My problem is that the link goes via a proxy machine. I have read a SOAP documentation and found the remark that the following 3 lines are needed in order to make it working with a proxy: System.setProperty("