I need send binary files in my webservice. And I need it can be used by non java clients. Can I do it? Do you have any example?
Thankss
___________________
http://www.hhdirecto.net
http://www.dechiste.com
-
Passing binary files in webservices (2 messages)
- Posted by: alain c
- Posted on: April 10 2006 04:14 EDT
Threaded Messages (2)
- Passing binary files in webservices by Hanuman Gahlot on April 10 2006 07:12 EDT
- MTOM to the rescue by Gerald Beuchelt on April 13 2006 08:54 EDT
-
Passing binary files in webservices[ Go to top ]
- Posted by: Hanuman Gahlot
- Posted on: April 10 2006 07:12 EDT
- in response to alain c
Please use base64 encoding which will remain same across the platform.
You can get huge information on base64 encoding on net
Regards,
Hanuman -
MTOM to the rescue[ Go to top ]
- Posted by: Gerald Beuchelt
- Posted on: April 13 2006 08:54 EDT
- in response to alain c