On 9/10/07, Jesús de Diego Alarcón <jesdial@xxxxxxxxx> wrote: > Daniel > > Here is the provincias.php code: > > <?php > header('Content-Type: application/xml'); > //error_reporting(E_ALL); > $request = ' > https://ovc.catastro.meh.es/ovcservweb/OVCSWLocalizacionRC/OVCCallejero.asmx/ConsultaProvincia'; > $xml = file_get_contents($request); > echo $xml; > ?> > > However, i'm not calling the PHP from another php but for the ExtJS ComboBox > : > http://extjs.com/deploy/ext/docs/output/Ext.form.ComboBox.html#properties > > http://extjs.com/deploy/ext/examples/form/combos.html > > In my case, you can see the Javascript code at: > http://www.my3dgis.es/visor/scripts/catastro.js [snip] Jesus, On line 52 of visor/scripts/catastro.js, try changing the method from post to get. If necessary, make those changes in php/provincias.php. See if that changes anything for you. If it doesn't, what have your web logs told you so far? -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [mobile] (570-) 766-8107 Give a man a fish, he'll eat for a day. Then you'll find out he was allergic and is hospitalized. See? No good deed goes unpunished.... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php