SDM.wms


Click here for a complete list of operations.

GetCapabilities

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=GetCapabilities HTTP/1.1
Host: sdmdataaccess.sc.egov.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.sc.egov.usda.gov
Content-Type: application/x-www-form-urlencoded
Content-Length: length

SERVICE=WMS&VERSION=string&REQUEST=GetCapabilities
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length