shweta
shweta

Reputation: 1150

Fetch data from server to my application in j2me

I want to fetch data from server side to my application which is in j2me. The data to fetch from server is like sms, mms etc which are already stored in server.
Do I need to use XML parsing for this.
If yes the how can I use it? Please send me the code for it.
If no then what should I use and help me through code.

Upvotes: 0

Views: 482

Answers (1)

Jigar Joshi
Jigar Joshi

Reputation: 240900

You can use webservice to communicate between your server and your mobile client.

The design would be like

alt text

Also See

Upvotes: 4

Related Questions