Antwort: Re: Application/Web Servers supported by AXIS 1.1?

2003-07-06 Thread landgraf
Hi, i'm using Axis 1.1 as both server and client of webservices in Bea Weblogic 6.1. Regards, Thomas "Akhil Gupta" <[EMAIL PROTECTED]> 05.07.03 01:31 Bitte antworten zu [EMAIL PROTECTED] An <[EMAIL PROTECTED]> Kopie Thema Re: Application/Web Servers supported by AXIS 1.1? Hi I a

Slow deserialization

2003-07-06 Thread Haug Thomas
Hi everybody, I have written a service using Axis 1.1 and some custom serializers/deserializers. Everything works fine, but using a profiling tool I seems to me that the deserialization is much more slower than the serialization of the same data ( about 10 times slower !). It also seems to me that

RE: axis applet client

2003-07-06 Thread Stephen Eaton
the main reason we went to an applet was that the application is a bit of a pain used as a webapp, it works better for us as an applet, we have gone down both paths with our client and they prefer the applet approach > -Original Message- > From: Sameer Bombatkar [mailto:[EMAIL PROTECTED] >

Re: axis applet client

2003-07-06 Thread Sameer Bombatkar
U may put ur client in a JSP if you have a web app server handy... Sameer. . From: "Stephen Eaton" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: axis applet client Date: Mon, 7 Jul 2003 13:26:50 +0800 MIM

axis applet client

2003-07-06 Thread Stephen Eaton
Reading through the archives it looks as though using axis as a client in an applet is not a simple task unless you want to go down the path of signing jars. Is there any other lightweight soap clients that doesn't need this to work in an applet? I just want to keep it simple. What have others d

Re: Please help me

2003-07-06 Thread Jeyakumaran Chandrasegaram
Hi, Sorry for saying this, I also had the same problem,not with this service. So it is not because of the loghandler service. This is the problem for axis engine. may be yr servlet.jar file not loaded. U may have seemed it in the prompt. In my case even I import the servlet.jar that 500 error came.

Please help me

2003-07-06 Thread Kelvin Ekonomi
I am a student of University of Bari, Italy. I am developing a system for a course, who use axis. I have a problem using LogHandler. Problem: when i put insiede dhe LogHandler a piece of code that read dhe username and password to authentificate the user that is asking the service, i got --- (500)

Re: how to deserialize into bean

2003-07-06 Thread Jeyakumaran Chandrasegaram
hi, I think u r going in a worng way.U just see arround the apache's bean serializer class and deserializer and work with it. Then u only need make it available in yr wsdd file. It's better to go thru the samole webservice. even If u need yr manual one,it will be more easy if u go thru the e

Re: JAX-RPC reference Impl. (was RE: Axis vs Glue)

2003-07-06 Thread Michael Woinoski
> > Most of the interesting questions on the Sun web services forum never get > > answered. > > I assume you're talking about the JAX-RPC forum. I'm taking about http://forum.java.sun.com/forum.jsp?forum=331. The description says "This Forum covers JAX-RPC, JAXR, JAXM and related APIs". > The J

RE: xml parser problem

2003-07-06 Thread Rick Kellogg
Olaf, You what it is worth, I have been using XML with Java for several years and have never heard of GnuJaxp.jar. I seriously doubt it is up to the compliance level required by Axis. Even Crimson has occasional problems and it is included in the JDK 1.4.x. Good luck, Rick -Original Messa