Hi,
I know this has been asked and answered in bits and pieces . i"m a nubie to basic4android.
what i"m trying to do is call a webservice
http://server1/INVC/Default.aspx?component=BU-042BLK
and get back a list which will be displayed.
result string looks like this
[{"Location":"I19A"},{"Location":"I19C"},{"Location":"I19D"},{"Location":"G9B"}]
this servicce is running on server 2003 tested from multiple computers
i"m lost
i created a basic layout with an edit text box (to enter part number)
a button to sent the HTTP request
a button to clear results(for new query
and a list view to display the the results
can someone please guide me the appropriate steps to take to get this to work
thanks a million,
Simon
I know this has been asked and answered in bits and pieces . i"m a nubie to basic4android.
what i"m trying to do is call a webservice
http://server1/INVC/Default.aspx?component=BU-042BLK
and get back a list which will be displayed.
result string looks like this
[{"Location":"I19A"},{"Location":"I19C"},{"Location":"I19D"},{"Location":"G9B"}]
this servicce is running on server 2003 tested from multiple computers
i"m lost
i created a basic layout with an edit text box (to enter part number)
a button to sent the HTTP request
a button to clear results(for new query
and a list view to display the the results
can someone please guide me the appropriate steps to take to get this to work
thanks a million,
Simon