Hello???I have tried to query several GeoServer WMS clients programmatically with the following code:
Dim wmsLayer1 As ServiceLayer = New ServiceLayer(New ServiceConnectionProperties(ServiceType.Wms, New Uri("http://giswebservices.massgis.state.ma.us/geoserver/wms?"), "States")) Dim connected1 As Boolean = wmsLayer1.Connect()