PHP client for asmx service
Posted
by
Carlos Mora
on Stack Overflow
See other posts from Stack Overflow
or by Carlos Mora
Published on 2012-09-13T21:35:41Z
Indexed on
2012/09/13
21:38 UTC
Read the original article
Hit count: 392
A few days ago I was in charge of the development of some webServices for a client, the thing is that the client also asked for a php client that consumes the webservices. The service were published online on a server, with public access, right now I can see the wsdl from any computer, but when trying to consume it with PHP it shows me an error that says something about HTTP header and blablabla, that happened before I connected with a VPN to the server where the service is being hosted, after doing the VPN just by curiosity I reloaded the php client, and I don't know why... It did worked....
Q: Can anybody tell me why did this happened?
© Stack Overflow or respective owner