AW: soap with attachments for sending images

2004-01-28 Thread Doss Markus
What about a limitation for the size of attachment. With Apache-SOAP we had problems sending attachments with size > 12 MB. Are there any problems in axis too ?   Markus   -Ursprüngliche Nachricht- Von: Galbreath, Mark A [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. Januar

Transporting xml-content in Strings

2004-01-28 Thread Doss Markus
Hi,   we using axis to transport xml files between server and client. We transfer the content of  xml-files as strings instead of using attachments (due vb-dotnet problems with the java generated attachments). Now, if we send xml-content with the services (content is UTF-8 codes and conta

WSDL generation

2003-08-14 Thread Doss Markus
Hi all,   we provide some services for vb.net users with simple data structures as in- and output. Some other services only for java clients with complex data structures. How can I deploy the services so that the vb client can not view the services provided for the java client ? Is there

Attachment size

2003-02-04 Thread Doss Markus
Due to the problems with lost memory using base 64 encoded images in services yesterday I tried today to use attachments. It works fine if I attach files (tif images) with file size not greater than 11-12 MB. Files with sizes greater than 12MB were not written from the server service. Are t

AW: AW: Out of Memory problem

2003-02-03 Thread Doss Markus
Praveen, do you have any examples for using soap with attachments ? Thanks Markus -Ursprüngliche Nachricht- Von: Praveen Peddi [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 3. Februar 2003 18:04 An: [EMAIL PROTECTED] Betreff: Re: AW: Out of Memory problem I would use SOAP with attachme

AW: AW: Out of Memory problem

2003-02-03 Thread Doss Markus
The tomcat configuration with 256 and 384 doesn't work either. -Ursprüngliche Nachricht- Von: Elmar Fasel [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 3. Februar 2003 17:41 An: [EMAIL PROTECTED] Betreff: Re: AW: Out of Memory problem Hi Markus, Markus Doss schrieb: > First I increased

AW: Out of Memory problem

2003-02-03 Thread Doss Markus
First I increased the memory to 128M. After increasing up to 256 the my soap client doesn't throw any exception. But now the out of memory comes from tomcat (with 256M memory, on linux). Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.OutOfMemoryError Any further solutio

Out of Memory problem

2003-02-03 Thread Doss Markus
Hi axis people   I wrote some services which transports image data to a server. I’ve done this with apache soap. Now I transported a 8 MB tif image to the server and run out of memory. Actually I don’t use attachments for the service. I code the image data base64 and sent this data with s