<br><font size=2 face="sans-serif">I have a web service that use a php
wrapper as described here,</font>
<br><font size=2 face="sans-serif">http://mapserver.org/fr/ogc/mapscript.html#php-example</font>
<br><font size=2 face="sans-serif"> except that there is no mapscript,
just php code that makes some query to a database in order to add some
parametes to the wms request</font>
<br>
<br><font size=2 face="sans-serif">This wrapper ends with readfile ($url);</font>
<br><font size=2 face="sans-serif">It works fine for all wms request.</font>
<br>
<br><font size=2 face="sans-serif">My problem is when calling this wrapper
from another php mapscript page, I can't get the image back</font>
<br><font size=2 face="sans-serif">More details...</font>
<br><font size=2 face="sans-serif">I have a php mapscript who prepare a
mapobject to print the map</font>
<br><font size=2 face="sans-serif">In this php mapscript I use $oMap->draw();
to get the image</font>
<br>
<br><font size=2 face="sans-serif">But the layer in $oMap doesn'T have
a standard url like /cgi-bin/mapserv?map=.....</font>
<br><font size=2 face="sans-serif">The url is something like</font>
<br><font size=2 face="sans-serif">http://.../php/ows.php?SERVICE=WMS&VeRsIoN=1.1.1&Request=GetMap&LAYERS=......</font>
<br>
<br><font size=2 face="sans-serif">ows.php build the correct url  /cgi-bin/mapserv?map=.....and
does the getmap request using readfile($url)</font>
<br>
<br><font size=2 face="sans-serif">But it seems that $oMap->draw() can't
deal with what readfile returns, I got this error</font>
<br><font size=1 face="Tahoma">Error in msDrawMap(): Failed to draw WMS
layer named 'RSS'. This most likely happened because the remote WMS server
returned an invalid image, and XML exception or another unexpected result
in response to the GetMap request. Also check and make sure that the layer's
connection URL is valid.</font><font size=3> </font>
<br>
<p><font size=3>I'm sorry It's difficult to explain, I hope I explained
well enough...</font>
<p><font size=3>Thanks</font>
<p><font size=3>Steve</font>