How to query a web service via POST request in Android?
问题 I am totally new to Web Feature Service (WFS) but I want to build an Android application with ksoap2-android on top of an API publishing its data via WFS. I would like to request data from the API passing them the bounding box parameter to limit the data that will be returned. Questions: How can I put the GetFeature object into the SOAP envelope? How can I use JAXBElement on the Android client? See edit from March 15, 2012 Here are some links to the API that might help to understand their