Got error message trying to use my own arcIms services in ECW ActiveX SDK
Ex7Overlay sample:
"Overlay Error
URL:http://<myServer>/servlet/com.esri.esrimap.Esrimap?ServiceName=<myServic
e>
Body:
Response:!!\n"

The same error message if I put a body in request:
Body << "<ARCXML version=\"1.0.1\"><REQUEST><GET_IMAGE><PROPERTIES>";
Body << "<ENVELOPE minx=\"" + sMinX + "\" miny=\"" + sMinY + "\" maxx=\"" +
sMaxX + "\" maxy=\"" + sMaxY + "\"/>";
Body << "<IMAGESIZE width=\"" + sWidth + "\" height=\"" + sHeight + "\" />";
Body << "<OUTPUT type=\"PNG\" />";
Body << "<LAYERLIST order=\"true\">";
Body << "<LAYERDEF id=\"<myLayerIdFromAxlFile>\" visible=\"true\" />";
Body << "</LAYERLIST>";
Body << "</PROPERTIES></GET_IMAGE></REQUEST></ARCXML>";

Any comments will be greatly appreciated!

Gennady,
Software Developer,
AeroMapUS


-----------------------------------------------------------

To make changes to your subscription, please visit our website, 
http://www.ermapper.com/technicl/ermapperl/index.htm

Reply via email to