<div class="gmail_quote"><div>Thank you, Andrea.</div><div><br></div><div>But this connector is server-sided only, am I correct? Or can it be used in the client side as well?</div><div><br></div><div>Regards,</div><div>Kerick</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 1 May 2012 16:14:26 +0200<br>
From: Andrea Peri <<a href="mailto:aperi2007@gmail.com">aperi2007@gmail.com</a>><br>
Subject: [Qgis-user] Access to ArcIMS server with QGIS.<br>
To: <a href="mailto:kerick.quimica@gmail.com">kerick.quimica@gmail.com</a><br>
Cc: <a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a><br>
Message-ID:<br>
        <<a href="mailto:CABqTJk8_S2uLdkTj2G%2Bvdp9deYHbkcxnLBWCybJ1tiX1Kgdjog@mail.gmail.com">CABqTJk8_S2uLdkTj2G+vdp9deYHbkcxnLBWCybJ1tiX1Kgdjog@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
>Is there some way to acess a ArcIMS server from within QGIS? I've done some<br>
>research in the web, and could find some indications it can be done with<br>
>Openlayers(refs. 1,2), but I didn't find any specific instructions on how<br>
>to do it.<br>
<br>
The standard arcims response in not usable from a wms client.<br>
Because it is a two-phase request/response.<br>
You send a a request to arcims, and it return you an xml .<br>
This is the first response where arcims give any eventually request of<br>
values, and the url to the image.<br>
The client parse the xml response, get the url and start to call the second<br>
request to get the image.<br>
<br>
However ArcIMS allow also working as a WMS server.<br>
To do this is necessary install to install a specific connector (servlet<br>
type) on a java engine.<br>
This connector (named "wms-connector") is a wrapper that receive al the wms<br>
request wrap it to a arcims request and return the response as a wms<br>
response.<br>
<br>
This WMS connector is available in the DVD of ArcIMS.<br>
Perhaps it is also downloadable from the esri site.<br>
<br>
OpenLayer more probably has decode the request/response of arcims.<br>
It is pretty simple.<br>
<br>
Regards,<br>
<br>
--<br>
-----------------<br>
Andrea Peri<br>
. . . . . . . . .<br>
qwerty àèìòù<br>
-----------------<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/qgis-user/attachments/20120501/fb0b2bb2/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/qgis-user/attachments/20120501/fb0b2bb2/attachment-0001.html</a><br>

<br></blockquote></div>