I've tried to send image to server via mobile and web service wsdl and got problem with base64binary type
For wsdl
When I put this wsdl in J2ME web service client and got
getbase64_func(byte[] image) method for sending image to server
So I've tried this code for MIDlet
and the result I got is the message server doesn 't encode data
I don't know why
java parse base64binary to byte[] for getbase64_func method instead of
string.
and I don't know the error that might happen converting Stringbase64 to byte[]
Please could you help me to solve this problem.
Thanks