HI, I am developing an App which is having some Online Services.
I am using soap services to use the online service in my app.


I want to know that if I click at any Icon in App, I want a to fetch
an online form from the server's database and to show it in my app and
it shud work as the way it is on browser.

Till now I am facing problem that on sending ServiceID(int), I get the
response as ResponseLoadForm(string). This string has the html code of
the Online form.
If I use Webview using onLoadData or onLoadDataBaseUrl method, I just
get the form as a static view, Its features don't work e.g. Non of the
buttons work to submit and to cancel the form.

Do I have to use something else in place of Webview?
Or I had to implement something to get the form?
Or I should create something for myself to get as response and add
that thing to Server?

By the way that server is of dotnet based website.

Thanks in advance for any ideas.
Harpreet.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to