dilo.mt wrote at Dienstag, 7. Juni 2011 16:46:

> i tried with this :
> 
> StringBuilder sb = new StringBuilder();
> sb.append("<image>");
> sb.append(Base64.encode(byteArray));
> sb.append("</images>");
> 
> but it gives me an error saying that <image> tag not closed, this is a
> part of a soap request. help me please.

Your opening tag is ("image") different from closing tag ("images")

Bye


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to