¡@

Home 

2014/10/16 ¤W¤È 08:23:31

android Programming Glossary: schemas.opengis.net

How to query a web service via POST request in Android?

http://stackoverflow.com/questions/9237082/how-to-query-a-web-service-via-post-request-in-android

www.opengis.net gml xmlns xsi http www.w3.org 2001 XMLSchema instance xsi schemaLocation http www.opengis.net wfs http schemas.opengis.net wfs 1.1.0 wfs.xsd wfs Query typeName ogdwien BAUMOGD ogc Filter ogc BBOX ogc PropertyName SHAPE ogc PropertyName gml Envelope.. . this ws definition you have is chained one inside the other thats why it confused you reading it If you go on http schemas.opengis.net wfs 1.1.0 wfs.xsd take the method GetCapabilities and let's read it in the Web service definition PS I did not test these.. but namespace i think should be http www.opengis.net wfs from targetNamespace methodName GetCapabilities url http schemas.opengis.net wfs 1.1.0 wfs.xsd Now You have the request of GetCapabilities REQUEST xsd element name GetCapabilities type wfs GetCapabilitiesType..