Data is not get when i call web service
- by rash111
I am using curl for post web service call . In local i get data but when i shifted my code and web service to server i am not getting data.
When i call from rest client which is add on for firefox i get data.
when i hit through code i get following msg.
Error:- 1.when using curl for post it reply:- Not Found.
2. when using file_get_contents it gives:-failed to open stream: HTTP request failed! HTTP/1.0 404 Not Found
what can i do now