Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to retrieve xml from my webservice in php
    primarykey
    data
    text
    <p>I'm using a webservice in php here :</p> <p><a href="http://cdt33.tourinsoft.com/soft/RechercheDynamique/Syndication/controle/syndication2.asmx" rel="nofollow">http://cdt33.tourinsoft.com/soft/RechercheDynamique/Syndication/controle/syndication2.asmx</a></p> <p>You can test for example <code>getListing</code> with <code>idModule = dafda774-317d-4b5f-bb8b-33e5977dc13c</code>, and click on <code>invoke</code></p> <p>I'm trying to retrieve this result (XML) in php. But i have no idea how to do this.</p> <p>If i use getListing like :</p> <pre><code>$client = new SoapClient("http://cdt33.tourinsoft.com/soft/RechercheDynamique/Syndication/controle/syndication2.asmx?wsdl"); echo "GET LISTING"; $getListing = $client-&gt;getListing( array ( 'idModule' =&gt; "dafda774-317d-4b5f-bb8b-33e5977dc13c")); echo("&lt;pre&gt;"); print_r($getListing); echo("&lt;/pre&gt;"); </code></pre> <p>Result is something like that :</p> <pre><code>stdClass Object ( [getListingResult] =&gt; stdClass Object ( [schema] =&gt; [any] =&gt; HOTAQU03301V3EZB2005-06-29T00:00:00.0000000+02:002012-06-28T14:43:44.0000000+02:0074HOTHôtellerie1e9eb500-e0c9-4a53-b6a5-0b36faa63ed4true 2 étoiles Français www.hotel-lenovel.com +33 5 57 52 26 47 7 oui En centre ville$ Au bord de la mer Ascenseur$ Salon 22 -1.164866 Au coeur d'Arcachon, à deux pas de la gare, du théâtre de l'Olympia et de l'Office du Tourisme, le Novel bénéficie d'une situation privilégiée. Les chambres sont chaleureuses et douillettes pour un séjour....... ETC </code></pre> <p>How can i retieve XML ?? Thanks you !</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload