Question

I am making a BlackBerry application that sends a byte array of captured audio to a web service. What is the best tool for this -- ksoap2 or using Sun ToolKit to make stubs?

Was it helpful?

Solution

Thought I'd answer this since it's been so long already I went with ksoap2 for my application and I use BaseEncode64 to be able to send the byte[] over to the web service.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top