;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
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.
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
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
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.
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
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
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.
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
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.
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
Hello,
I need some details about the way to configure SSL with Axis. Does anyone
have any documentation pointers ?
Many thanks
Stephane.
12 matches
Mail list logo