On Mon, Oct 4, 2010 at 4:27 PM, abhijeet kodgire <[email protected]> wrote: > > Thanks for Quick reply. > > And how about the second question about writing a client. > Also, I was wondering how to write client for GeoServer with .NET framework. > I couldnt find any WSDL which describes the GeoServer Operations. Is there > any client library which can be used with .Net framework to create the > requests and consume the reponses from GeoServer?
GeoServer exposes OGC style web services, that do not use SOAP nor WSDL. The specs say implementing the SOAP bindings is possible, but optional. A client that wants to talk to any OGC service has to use the standard OGC protocol anyways, since it's the only one guaranteed to be there, so we never had much pressure to actually implement the SOAP bindings. That said, it would be nice to have them. One can dream :) Cheers Andrea ----------------------------------------------------- Ing. Andrea Aime Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584962313 fax: +39 0584962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ----------------------------------------------------- ------------------------------------------------------------------------------ Virtualization is moving to the mainstream and overtaking non-virtualized environment for deploying applications. Does it make network security easier or more difficult to achieve? Read this whitepaper to separate the two and get a better understanding. http://p.sf.net/sfu/hp-phase2-d2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
