RE: using axis in applet

2002-04-25 Thread Tim Joyce
Jaba, Thanks, but for now, we are going to develop our client as an application instead of an applet. I am sick and tired of interoperability issues, and can't cope with another SOAP service / client to integrate. I am hoping that by the time we ship, axis will be applet compatible. cheers

Re: using axis in applet

2002-04-25 Thread Jaroslaw Balut
Hello Tim, I am having terrible trouble getting axis to work from within an applet. The problem is that the commons-logging won't initialise a logging class (due to a security exception).  So I have fixed this, but am still hitting security problems with any logging interface i try. has anyone so

using axis in applet

2002-04-24 Thread Tim Joyce
I am having terrible trouble getting axis to work from within an applet. The problem is that the commons-logging won't initialise a logging class (due to a security exception). So I have fixed this, but am still hitting security problems with any logging interface i try. has anyone solved this?