Pear Webservice
Boa Tarde,
Estou tentando construir um Webservice em php com pear, alguém poderia me ajudar?
Estou tentando construir um Webservice em php com pear, alguém poderia me ajudar?
comentários (0)
suspender
Lista de Respostas:
30/04/2010 6:50pm
(~14 anos atrás)
(~14 anos atrás)
Sim!
se procurar no google vai achar um monte de tutorial, ex:
http://www.sephiroth.it/tutorials/flashPHP/WebServicePEAR/
vc pode ler sobre pear no manual
http://pear.php.net/
ai se tiver alguma duvida na programacao pode postar no forum que tenho certeza que semre vai ter alguem para te ajudar.
E lembrando: Se tem alguma duvida poste no forum, pois isso aqui era para ser uma FAQ!
se procurar no google vai achar um monte de tutorial, ex:
http://www.sephiroth.it/tutorials/flashPHP/WebServicePEAR/
vc pode ler sobre pear no manual
http://pear.php.net/
ai se tiver alguma duvida na programacao pode postar no forum que tenho certeza que semre vai ter alguem para te ajudar.
E lembrando: Se tem alguma duvida poste no forum, pois isso aqui era para ser uma FAQ!
01/05/2010 11:04am
(~14 anos atrás)
(~14 anos atrás)
Porque usar Pear? Não serviria usar nuSoap ou mesmo os métodos nativos de SOAP do PHP?
# nuSoap
http://sourceforge.net/projects/nusoap/
# PHP Soap
http://www.php.net/manual/pt_BR/book.soap.php
# nuSoap
http://sourceforge.net/projects/nusoap/
# PHP Soap
http://www.php.net/manual/pt_BR/book.soap.php
07/05/2010 2:37pm
(~14 anos atrás)
(~14 anos atrás)
Boa tarde a todos,
Tentei fazer utilizando implementação nativa do php.Achei esse tutorial simples e facil(http://wiki.sintectus.com/bin/view/Main/WebServicesEmPHPComSoap), porém quando tento rodar o exemplo aparecem os seguintes erros:
Warning: SoapClient::SoapClient(http://localhost/soapphp/loja.wsdl) [soapclient.soapclient]: failed to open stream: Uma tentativa de conexão falhou porque o componente conectado não respondeu corretamente após um período de tempo ou a conexão estabelecida falhou porque o host conectado não respondeu. in C:\xampp\htdocs\soapphp\cliente.php on line 6
Warning: SoapClient::SoapClient() [soapclient.soapclient]: I/O warning : failed to load external entity "http://localhost/soapphp/loja.wsdl" in C:\xampp\htdocs\soapphp\cliente.php on line 6
O código da linha 6 é : $client = new SoapClient("http://localhost/soapphp/loja.wsdl");
Alguém poderia me ajudar com esse erro?
Tentei fazer utilizando implementação nativa do php.Achei esse tutorial simples e facil(http://wiki.sintectus.com/bin/view/Main/WebServicesEmPHPComSoap), porém quando tento rodar o exemplo aparecem os seguintes erros:
Warning: SoapClient::SoapClient(http://localhost/soapphp/loja.wsdl) [soapclient.soapclient]: failed to open stream: Uma tentativa de conexão falhou porque o componente conectado não respondeu corretamente após um período de tempo ou a conexão estabelecida falhou porque o host conectado não respondeu. in C:\xampp\htdocs\soapphp\cliente.php on line 6
Warning: SoapClient::SoapClient() [soapclient.soapclient]: I/O warning : failed to load external entity "http://localhost/soapphp/loja.wsdl" in C:\xampp\htdocs\soapphp\cliente.php on line 6
O código da linha 6 é : $client = new SoapClient("http://localhost/soapphp/loja.wsdl");
Alguém poderia me ajudar com esse erro?