-
Finaly it works. Thanks to your example code.
2009-01-08 16:05:33 UTC by linusine
-
It turns out that the best way to do this is probably to use a PrimitiveObject object. I published an example at the wiki http://msoap.wiki.sourceforge.net/base64Binary If you, or anyone else, would like to see the complete test MIDlet don't hesitate to ask and I will send it or post it somewhere.
Hope this helps :)
--
kent.
2008-12-30 12:20:33 UTC by maxagaze
-
Hi,
In order to do this I would make a object whos toString method returns the base64 representation of byte[] and wrap it in a SOAPObject with the approriapte type and namespace. I don't have an example of this right now, but I will try to make one within a few days.
--
kent.
2008-12-23 16:36:58 UTC by maxagaze
-
Hi, i want to send a bitmap as a byte[] array to my webserver. The webserver awaits a base64Binary datatype. Is there any example of how to add a byte[] as an argument to a SoapEnvelope? I only find examples of how to add primitive arguments.
Thanks Linus Schmid.
2008-12-23 09:08:03 UTC by linusine
-
This is the first public release of mSoap. Eevn though it was originally designed to work with GLUE SOAP servers it works with several other servers in both document/literal and rpc/encoded mode.
Any feedback will be recived greatfully.
2007-06-26 09:24:00 UTC by maxagaze
-
Anonymous committed patchset 1 of module CVSROOT to the mSoap CVS repository, changing 11 files.
2007-06-25 21:10:50 UTC by nobody
-
maxagaze registered the mSoap project.
2007-06-25 21:05:09 UTC by maxagaze