Create a request for performing GetCapabilities requests on a 1.0.0 server.
See Also: org.geotools.data.wms.Specification.createGetCapabilitiesRequest(java.net.URL) Parameters: server - a URL that points to the 1.0.0 server a AbstractGetCapabilitiesRequest object that can provide a valid request
The WMS 1.0.0 specification uses internal mappings in the parameter value
instead of direct mime types. This will map a given mime type to its
proper parameter value according to the spec.
Parameters: mimeType - the mimeType to use, such as "application/vnd.ogc.se_xml" the proper parameter value, such as "WMS_XML"
The WMS 1.0.0 specification uses a mapping of mimetypes to values to use
as parameter values in requests. This will take a parameter value and
convert it to its according mime type.
Parameters: exception - an exceptions parameter value, such as "WMS_XML" a mimeType, such as "application/vnd.ogc.se_xml"