Hi,
> 2) The code examples that I found for DataHandler generally involve things
> like files, etc.
Yep... It can even be a byte[]..  base64Binary data type stands for
base64 encoded binary data.. Hence everything that involves
Datahandlers work in binary(byte) level..
> For example:
> http://ws.apache.org/axis2/1_2/mtom-guide.html#21
> (Note: It seems that the lines of code with OMText aren't complete).
ouch... Please use the newest version.. It seems to be complete..
http://ws.apache.org/axis2/1_3/mtom-guide.html#21

> 3) In my case, my data is much simpler.  For example, if I could populate
> the field with a string (e.g. "0 23 532 12"), that would be sufficient.
What's your exact use case.. What are you trying to send in that
field.. Do you already have a base64 encoded string with you??

> My quick solution is to just change this field's type to xs:string.  The
> reason I'd like to keep it xs:base64binary is because it's someone else's
> schema, so I wanted to stay faithful to their data types.
Please find out what kind of data (semantics) is he expecting, whether
it's image or a signature etc... It's ok to change it to string.. But
you would need to make sure to set the content to a base64 encoded
string of the expected type..

thanks,
Thilina
>
>
>
> Thanks!
>
>
>
> Matt Fadoul
>
> My3D, LLC
>
>
>
>



-- 
Thilina Gunarathne  - http://thilinag.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to