Re: urgent encoding problem

2003-07-07 Thread R.Domingo
Hi Scott and Barry,   Thank you for the helpfull feedback on my problem.   Currently I solved it by changing my return value (of the werbservice) from Element to String. Also I readed the document Barry refered to. It was of great help to increase the understanding of de serialization / encri

Re: urgent encoding problem

2003-07-07 Thread Scott Nichol
To do what you are trying to do with Apache SOAP, you would need to write a serializer for Element. As you have experienced, Apache SOAP lets you [de-]serialize an Element through its custom literal XML encoding. When using literal XML, you can only [de-]serialize Element. For standard SOAP

Re: urgent encoding problem

2003-07-06 Thread Barry White
Hello, I'm pretty new to SOAP too so don'tknow how much help I'll be. I have been succesfully sending images with Apache SOAP using the byte array serializer but I don't know much about the server side - except that it's happy with what I'm sending! I've found the following link quite useful: