Hey Glenn,
Here are the WMS server capabilities:
<?xml version="1.0" encoding="UTF-8"?>
<WMS_Capabilities version="1.3.0"
xmlns="
http://www.opengis.net/wms"xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="
http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd"> <Service>
<Name>WMS</Name>
<Title>Elevation</Title>
<Abstract>WMS</Abstract>
<KeywordList><Keyword></Keyword></KeywordList>
<OnlineResource xmlns:xlink="
http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="
http://gems2/ArcGIS/services/Elevation/MapServer/WMSServer"/> <ContactInformation>
<ContactPersonPrimary>
<ContactPerson></ContactPerson>
<ContactOrganization></ContactOrganization>
</ContactPersonPrimary>
<ContactPosition></ContactPosition>
<ContactAddress>
<AddressType></AddressType>
<Address></Address>
<City></City>
<StateOrProvince></StateOrProvince>
<PostCode></PostCode>
<Country></Country>
</ContactAddress>
<ContactVoiceTelephone></ContactVoiceTelephone>
<ContactFacsimileTelephone></ContactFacsimileTelephone>
<ContactElectronicMailAddress></ContactElectronicMailAddress>
</ContactInformation>
<Fees></Fees>
<AccessConstraints></AccessConstraints>
<MaxWidth>2048</MaxWidth>
<MaxHeight>2048</MaxHeight>
</Service>
<Capability>
<Request>
<GetCapabilities>
<Format>application/vnd.ogc.wms_xml</Format>
<Format>text/xml</Format>
<DCPType>
<HTTP><Get><OnlineResource xmlns:xlink="
http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="
http://gems2/ArcGIS/services/Elevation/MapServer/WMSServer"/></Get></HTTP>
</DCPType>
</GetCapabilities>
<GetMap>
<Format>image/bmp</Format>
<Format>image/jpeg</Format>
<Format>image/tiff</Format>
<Format>image/png</Format>
<Format>image/gif</Format>
<Format>image/svg+xml</Format>
<DCPType>
<HTTP><Get><OnlineResource xmlns:xlink="
http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="
http://gems2/ArcGIS/services/Elevation/MapServer/WMSServer"/></Get></HTTP>
</DCPType>
</GetMap>
<GetFeatureInfo>
<Format>application/vnd.ogc.wms_xml</Format>
<Format>text/xml</Format>
<Format>text/html</Format>
<Format>text/plain</Format>
<DCPType>
<HTTP><Get><OnlineResource xmlns:xlink="
http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="
http://gems2/ArcGIS/services/Elevation/MapServer/WMSServer"/></Get></HTTP>
</DCPType>
</GetFeatureInfo>
</Request>
<Exception>
<Format>application/vnd.ogc.se_xml</Format>
<Format>application/vnd.ogc.se_inimage</Format>
<Format>application/vnd.ogc.se_blank</Format>
<Format>text/xml</Format>
<Format>XML</Format>
</Exception>
<Layer>
<Title>Layers</Title>
<CRS>CRS:84</CRS>
<CRS>EPSG:4326</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-198.000002</westBoundLongitude>
<eastBoundLongitude>198.000019</eastBoundLongitude>
<southBoundLatitude>-99.000002</southBoundLatitude>
<northBoundLatitude>99.000009</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-198.000002" miny="-99.000002" maxx="198.000019" maxy="99.000009"/>
<BoundingBox CRS="EPSG:4326" minx="-99.000002" miny="-198.000002" maxx="99.000009" maxy="198.000019"/>
<Layer>
<Name>0</Name>
<Title>con_isnull_g1</Title>
<Abstract>con_isnull_g1</Abstract>
<CRS>CRS:84</CRS>
<CRS>EPSG:4326</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-180.000001</westBoundLongitude>
<eastBoundLongitude>180.000018</eastBoundLongitude>
<southBoundLatitude>-90.000001</southBoundLatitude>
<northBoundLatitude>90.000008</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox CRS="CRS:84" minx="-180.000001" miny="-90.000001" maxx="180.000018" maxy="90.000008"/>
<BoundingBox CRS="EPSG:4326" minx="-90.000001" miny="-180.000001" maxx="90.000008" maxy="180.000018"/>
<Style> <Name>default</Name> <Title>con_isnull_g1</Title> <LegendURL width="100" height="97"> <Format>image/png</Format> <OnlineResource xlink:href="http://gems2/
arcgisoutput/Elevation_MapServer/wms/default0.png" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink" /> </LegendURL> </Style> </Layer>
</Layer>
</Capability>
</WMS_Capabilities>
Does this tell you anything useful?
Thanks,
Brett