RE: .NET and AXIS intergration problems because of Vector

2002-05-28 Thread Tim Joyce
We do not want to change our Java classes ... but would appreciate any suggestions for that too. use typed arrays because: 1) it works 2) you get type checking on the client cheers timj

RE: IllegalArgumentException: argument type mismatch

2002-05-27 Thread Tim Joyce
Jonathan, > I'm getting this exception when passing a JavaBean that a couple of the properties are java.sql.Date objects. i noticed from the archives that Axis my have trouble with Dates and sql.Date. Is this true or is there a better workaround? I am using beta2, and can happily pass a ja

RE: Apche SOAP 2.2 or AXIS ????

2002-04-30 Thread Tim Joyce
Chad, chester, FWIW, this mirrors my experience _exactly_ timj > I started with Apache SOAP 2.2 initailly and got basic simple web service samples working. > Considered it's maturity, I was about to recommended my company to use it. Then I start to build MS client against. And

RE: Error!!!!

2002-04-25 Thread Tim Joyce
Patricia, > Does axis support deserializing bean which inherits other bean??? yes. i do this. > If yes, do I have to write custom serializer, deserializer?? no > Please > explain sorry, i can only say that it works for me. i would look somewhere else for your problem. cheers timj

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

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?