RE: SOAP message size limitation

2004-03-09 Thread Neil Blue
Hello Sean, We ahve had large message problems and are moving to soap with attachments now. Messages of about 800k where causing a lot of problems even after increasing the server memory allocation to about 256M, but it does appear that the problems are due to a mixture of large content size an

RE: Zip files as attachments

2004-02-26 Thread Neil Blue
files as attachments Well, I think so, even if with RPC I would feel safer using Base64 encoded Strings.   Luciano -Original Message-From: Neil Blue [mailto:[EMAIL PROTECTED]Sent: Thursday 26 February 2004 17:03To: [EMAIL PROTECTED]Subject: RE: Zip files as

RE: Zip files as attachments

2004-02-26 Thread Neil Blue
Message-From: Neil Blue [mailto:[EMAIL PROTECTED]Sent: Thursday 26 February 2004 16:14To: [EMAIL PROTECTED]Subject: RE: Zip files as attachments Hi, Luciano   I would like to send an array of bytes so a non-java client can still use the service. However as

RE: Zip files as attachments

2004-02-26 Thread Neil Blue
to use to transfer the zip files? String or array of bytes? Luciano -Original Message----- From: Neil Blue [mailto:[EMAIL PROTECTED]] Sent: Thursday 26 February 2004 16:06 To: [EMAIL PROTECTED] Subject: Zip files as attachments Hello, I am trying to use attachments with a

Zip files as attachments

2004-02-26 Thread Neil Blue
Hello, I am trying to use attachments with axis 1.1. I have run the echo example. Now I would like to send an zip file as an attachment without using the java specific DataHandler but I seem unable to find any documentation on using the handlers. Has anyone else done this or could anyone shed s

RE: rebuild problem with RC2

2003-04-03 Thread Neil Blue
ild or get the latest CVS source. -- Tom Jordahl Macromedia Server Development -Original Message----- From: Neil Blue [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 8:45 AM To: '[EMAIL PROTECTED]' Subject: rebuild problem with RC2 Hello, I have jsut downloaded the source

rebuild problem with RC2

2003-04-03 Thread Neil Blue
Hello, I have jsut downloaded the source for the RC2 release, but on a dist, the tests fail on the encoding.PackageTests. Is there a fix for this? Cheers Neil

Unable to update a string element within a message with 1.1 rc2.

2003-04-02 Thread Neil Blue
can anyone shed some light on this Thanks Neil Blue

Problem updating the request object from the message.

2003-03-31 Thread Neil Blue
wrong thing in the handler. Thank you Neil Blue

>> updating the message in a handler?

2003-03-28 Thread Neil Blue
Hello, I am using axis 1.0. I have a request handler set to intercept a message before it goes to the binding class. In the handler I get the current message and update some of the settings. However in the binding class, the message seems to still contain the original settings that were sent and

How can I send an XML encoded parameter?

2003-03-10 Thread Neil Blue
Hello, Sorry for the last question, I noticed after sending it that my mail box has a similar query from a couple of days ago. As I can't seem to find a way to deserialize XML into beans, is there a way to send the raw XML for a parameter without deserializing it? Thanks Neil

deserializing classes

2003-03-10 Thread Neil Blue
Hello, Does anyone know how to deserialize an XML instance file into a bean that has been created using WSDL2Java, please. I am assuming this is possible :) Neil

RE: Importing a schema into a WSDL

2003-03-06 Thread Neil Blue
in Unternehmen der SYRACOM Gruppe - "The Business- & IT-Architects" -----Ursprüngliche Nachricht- Von: Neil Blue [mailto:[EMAIL PROTECTED] Gesendet: Mi 05.03.2003 18.39 Uhr An: '[EMAIL P

Importing a schema into a WSDL

2003-03-05 Thread Neil Blue
Hello, I have been building up a WSDL file, and now I need to import schemas from other locations on our web site. But I keep getting an error about the type not being defined. Here is a sample of my problem: java.io.IOException: Type {http://importer/test}testType is referenced but not defined