In other words, you want to have Mapserver consume Mappoint and pass along the images along with Mapserver's own layers to a client app?<br><br>Mappoint is SOAP-based?&nbsp; If so, what I'm doing with ESRI ArcWeb Services SOAP may be similar enough to what you're trying to do to be of interest.<br><br>A couple years ago I added ArcWeb SOAP support directly to Mapserver 4.8.3.&nbsp; See "integration with SOAP-based web services?" Jan 2008 in Mapserver -dev for some explanatory details on that.<a style="color: rgb(192, 0, 0);" href="http://lists.osgeo.org/pipermail/mapserver-dev/2008-January/004765.html"></a><br><br>Meanwhile, for a current project I decided it would be better to use PHP/Mapscript instead of adding directly to mapserv (.exe).&nbsp; I found something called "wsdl2php" which extends SoapClient.&nbsp; Run it on your wsdl file(s) and it generates a .php filled with classes and methods in support of your SOAP requests and replies and data types from the
 wsdl.<br><br>In my case, a WMS client wants the results, so I have a place-holder LAYER in the mapfile, TYPE RASTER, TRANSFORM FALSE.&nbsp; I use clues in the mapfile plus the WMS request params to generate the SOAP request, then stuff the returned image into a raster file of the requested format so that mapserver will scoop it up as if it had been there all along.<br><br>If you need any more details feel free to ask.<br><br>Robert H.<br><blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><file><file><br><br> </file></file><div>I am using Virtual Earth as the front end of a web system and mapserver as the mapping engine for the reports. Does anyone have any experence or know of any resouces that can help me&nbsp;use Mappoint web services with Mapserver? I want to use Mappoint for the background imagey so my PDF reports look like the map on the screen.</div>  <div>&nbsp;</div> <div>Thanks for any help.<br
 clear="all"><br>-- <br>Aaron D. Hunt </div><br></blockquote><br>