RE: Performance issue on big data

2003-03-31 Thread Stephane Lecercle
;t know if the client manages to send over, the > server can handle it or not ? > > Any ideas or suggestions ? > > note : I already set the JVM heap size to 256m > > Thank you. > Stephane Lecercle wrote: > Hi, > > I am using Axis 1.1, and I have notic

Performance issue on big data

2003-03-20 Thread Stephane Lecercle
around 2000 octets.   Has someone noticed the same problem ? Is there anything to tune (such as the serializer/deserializer) on Axis ? Many thanks,     Stephane LECERCLE.      

RE: no support for attachments, in Axis 1.1 RC1

2003-02-27 Thread Stephane Lecercle
Hi, ok I have solved my problem. It comes from the fact that Ihaven't got in my client classpath the mail.jar. Regards, Stephane. -Original Message- From: Stephane Lecercle [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 6:17 PM To: '[EMAIL PROTECTED]' Subj

no support for attachments, in Axis 1.1 RC1

2003-02-27 Thread Stephane Lecercle
Hi, I am trying to use attachments with Axis. Here is the simple code I am trying to run : SOAPMessage message = (SOAPMessage) MessageFactory.newInstance ().createMessage (); AttachmentPart part = new AttachmentPart (new DataHandler ("coucou","text/plain")); call.addAttachmentPart (part); Here

RE: Serialization/Deserialization issue with Axis 1.1 RC1

2003-02-27 Thread Stephane Lecercle
Hi, forget about my previous mail. It was not a real problem. Regards, Stephane. -Original Message- From: Stephane Lecercle [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 6:22 PM To: '[EMAIL PROTECTED]' Subject: Serialization/Deserialization issue with Axis 1.

Serialization/Deserialization issue with Axis 1.1 RC1

2003-02-26 Thread Stephane Lecercle
Hi everybody, I am using Axis 1.1 RC1, and I have met a strange issue on serializartion/deserialization of custom types (such as a bean). I get the following exception, while invoking a service having a custom bean type : - Exception: org.xml.sax.SAXException: Deserializing parameter 'myMethodRe

RE: Serialization/Deserialization issue with Axis 1.1 RC1

2003-02-26 Thread Stephane Lecercle
Hi again, The problem seems to come from the client, because on the server side, the bean is correctly deserialized, and serialized for the response. Is there a way to configure a client according to a set of WSDD file ? Regards Stephane. > -Original Message- > From: St

RE: Axis 1.1 RC1 and SSL issue : NullPointerException on HTTPSender.getSocket

2003-02-19 Thread Stephane Lecercle
the AxisFault on a NullPointerException, as described on my previous mail. The exception occurs on the call only, the creation of the stub is successful.   On the other hand, I have got a C++ client, which invokes successfully the service, so, I think that the problem comes from my client part.

Axis and SSL issue : NullPointerException on HTTPSender.getSocket

2003-02-19 Thread Stephane Lecercle
Hello,   I am trying to make a client invoke a web service with Axis/Tomcat. The client initializes the JSSE with the following settings :   System.setProperty("javax.net.ssl.trustStore",_storeLocation);System.setProperty("javax.net.ssl.trustStorePassword",_storePassword); System.setProperty

Java2WSDL and attachments (DataHandler)

2003-02-11 Thread Stephane Lecercle
can be very big, so, I am investigating on using SOAP attachment. But I don't know the syntax to generate the correct WSDL with the Java2WSDL tool. Can anyone help me ? Does anyone have pointers to samples or tutorials ? Many thanks,     Stephane LECERCLE.    

RE: Axis and security

2003-01-31 Thread Stephane Lecercle
little bit of research in the mailing list archive, you will find plenty of information on this subject (which is more specific to the servlet container and HTTP server that are hosting Axis than Axis itself). Thomas -Original Message- From: Stephane Lecercle [mailto:[EMAIL

Axis and security

2003-01-30 Thread Stephane Lecercle
Hello, I need some details about the way to configure SSL with Axis. Does anyone have any documentation pointers ? Many thanks Stephane.