Data is not get when i call web service
Posted
by
rash111
on Stack Overflow
See other posts from Stack Overflow
or by rash111
Published on 2012-04-15T11:27:03Z
Indexed on
2012/04/15
11:28 UTC
Read the original article
Hit count: 166
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
© Stack Overflow or respective owner