Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi !!!

I want to try the test code for : "Creating Web Service Using PHP Within 10 Minutes" .

I put some echo in my client file and i see that that i the call which doesn't give answer :
$response = $client->call('get_message',$param);

I see manu debug instruction in the classes... how put the debug mode on ?

Thank for your help !!!

Pierrix25
Posted
Comments
thatraja 17-Feb-14 2:48am    
Any error? always include those details in your question
pierrix25 17-Feb-14 14:18pm    
Any error only no response !

1 solution

I've found the solution on this forum :

http://fr.openclassrooms.com/forum/sujet/webservice-avec-soap-45576[^]

"du à l'utilisation du "localhost", je crois qu'il ya une confusion au niveau des cartes réseaux, donc j'ai remplacer "localhost" par "127.0.0.1" et ca marche!!"

Je confirme !!!

Merci à smayara
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900