SDM.wms


Click here for a complete list of operations.

GetMap

HTTP Get

The following is a sample request and response. The placeholders shown need to be replaced with actual values.

Get /Spatial/SDM.wms?SERVICE=WMS&VERSION=string&REQUEST=GetMap&LAYERS=string&SRS=string&BBOX=string&WIDTH=integer&HEIGHT=integer&FORMAT=string&TRANSPARENT=boolean&BGCOLOR=hexadecimal&EXCEPTIONS=string&AOIID=integer&INTERPRESULTID=integer&SLD_BODY=string&SLD_ID=INT&STYLES=string&THEMATICMAPID=integer&POLYLABEL=string HTTP/1.1
Host: sdmdataaccess.nrcs.usda.gov
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

HTTP Post

The following is a sample request and response. The placeholders shown need to be replaced with actual values.

Post /Spatial/SDM.wms HTTP/1.1
Host: sdmdataaccess.nrcs.usda.gov
Content-Type: application/x-www-form-urlencoded
Content-Length: length

SERVICE=WMS&VERSION=string&REQUEST=GetMap&LAYERS=string&SRS=string&BBOX=string&WIDTH=integer&HEIGHT=integer&FORMAT=string&TRANSPARENT=boolean&BGCOLOR=hexadecimal&EXCEPTIONS=string&AOIID=integer&INTERPRESULTID=integer&SLD_BODY=string&SLD_ID=INT&STYLES=string&THEMATICMAPID=integer&POLYLABEL=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length