ThinkGeo.com    |     Documentation    |     Premium Support

GetCapabilities for WMS Server

I've created a WMS Service that is patterned off the WMS sample code. This WMS service works well with the web edition 3.0 WMS raster layer. However, when I try to use the desktop edition 3.0 WMS raster layer, it complains that I have not defined GetCapabilities.


Questions:


1. What's the minimum definition I need for the GetCapabilities?


2. I'm returning a raster (satellite) layer with one of the three themes - roads, satellite and hybrid. Do I define these as layers or themes?



Bump!


Has anyone had a chance to look into this question? Thanks!



Gregory,


Sorry for the delay!
 
For the first question:
If you work with the desktop edition 3.0, first you will send GetCapabilities request to server, and then get metadata about the WMS Server from the returned XML document, here is an example for the GetCapabilities xml document. You can get it from this link, worldmapkit1.thinkgeo.com/CachedWmsServer/WmsServer.axd?Request=GetCapabilities&Service=Wms
 
For the second question: 
Yes, you can define the layers and styles what you want. You could get information about that in the sample project in attachment which you must add your test data in the App_Data folder.
 
Any more questions please feel free to let me know.
 
Thanks.
 
Yale

Gregory,


Sorry for missing the attachment!
 
Thanks.
 
Yale

1158-CSharp_VS2008_WmsServiceSamples.zip (44.1 KB)