I am trying to develop a J2ME compliant web service to which mobile clients can upload and download files.
According to this article:
http://developers.sun.com/techtopics...wsa/index.html
JSR 172 JAX-RPC does NOT support SOAP messages with attachments.
From what I have read, uploading/downloading of files using web services usually involve SOAP messages with attachments. Is there another way to accomplish this?
Is it actually possible to develop a J2ME compliant web service that can handle file transfers?
Please help me...
Thanks
Sagar.

Reply With Quote

