I need my data in XML format, and then sent to a web service.
Asked
Active
Viewed 163 times
0
-
Duplicate of http://stackoverflow.com/questions/1720253/blackberry-send-receive-xml-data-with-webservice – Michael Donohue Oct 28 '10 at 12:45
1 Answers
0
You question is very vague, this is what I would do if I need to generate XML and send it via WS.
- Create an XML using SAX, JAXP etc for Java
- Convert the XML file to base64binary.
- Now, send the string via the web service.