T-Mobile CellPhone and OpenEdge communication

rstanciu

Member
Here is a mini HowTo create a simple application for T-Mobile CellPhone
accessing a OpenEdge Application.

1) First I expose a 4GL application
getCustomerName (INPUT CustomerCustNum, OUTPUT customerName) as Web-Service.

2) I install Eclipse Platform (Version: 3.4.2)

3) I download and install ANDROID SDK from Google
http://developer.android.com/intl/fr/sdk/1.5_r3/index.html
and follow step by step installation instructions
http://developer.android.com/intl/fr/sdk/1.5_r3/installing.html

4) I create a Android project using the sample:
http://developer.android.com/intl/fr/guide/tutorials/hello-world.html

5) I add the package ksoap2 in the classpath of my project , for web-services layer

... and it works
happy.gif
here is the ksoap2 package, my HelloAndroid sample
and some Capture Screens.

* note: a Progress CHUI application can be executed with no modifications via
a SSH client Android application like "ConnectBot" (80x25)


ksoap2 can be find here:

http://communities.progress.com/pco...wnload/62667-72298/ksoap2-j2se-full-2.1.2.jar
 

Attachments

  • Capture-T-mobileAndroidKsoap2OE.jpg
    Capture-T-mobileAndroidKsoap2OE.jpg
    69.8 KB · Views: 41
  • Capture-Android Emulator (my_avd:5554).jpg
    Capture-Android Emulator (my_avd:5554).jpg
    22 KB · Views: 38
  • HelloAndroid.zip
    141.1 KB · Views: 40

Febri bin Sahi

New Member
May I ask your source code, because I have try it but dosn't work... please healp me
I want build some application android connect to web service, so I can take file from Open Edge.
Thank you a lot for your attention.
 
Top