0

Sample program for creating XML and send the XML data to web service and getting back the XML response from web server in blackberry?

Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114
Dean Jones
  • 11
  • 2

2 Answers2

1

kXML - XML Library for J2ME devices

Tutorial setting up for kXML on Blackberry

Google cache of page with some samples

If you go with kXML you need to verify the JAR file before it will work. I gave up on trying to get the kXML JAR file to work for my project and just included the source in the project.

Mark
  • 41
  • 4