views:

64

answers:

1

I'm trying to create a program which needs to access a web service. E.g. a mobile program that accesses a a super market service. How do I go about it?

+1  A: 

The Web Services API (JSR 172) will allow you to connect to a remote web service from a J2ME application.

James