Hi,

There are a few ways you could handle this. You could write a special wms
service that delegates to the external wms. Since it is an ogc service it
probably makes sense to use the existing ogc service architecture, and
mirror what the current wms service does. Some docs here:


http://docs.geoserver.org/latest/en/developer/programming-guide/ows-services/index.html

You could even override the default geoserver wms service and provide your
own. Look at the WebMapService interface as a place to start.

Hope that helps.

-Justin

2012/4/18 Eduardo de la Montaña <[email protected]>

> Hello, I am new developing in Geoserver 2.3.1 and I am writing an
> extension to adapt an WMS request into a non-standard WMS writen in C++,
> which provides an image according to their specific parameters.  Searching
> the Geoserver documentation, I found restles services which are used to
> configure instances through simple HTTP calls. I was wondering if Geoserver
> use a Restlet service under a WMS request in order to develop a restlet
> service to invoke the non-standard WMS, and return the image created as
> response. Any suggestion?
>
> Thanks in advance,
>
> Eduardo
>
>
> ------------------------------------------------------------------------------
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-dev2dev
> _______________________________________________
> Geoserver-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
>


-- 
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to