
ntiny_al
New User
Jul 22, 2011, 6:40 AM
Post #1 of 1
(2028 views)
|
SOAP Lite:HTTP/1.1 404 Not Found
|
Can't Post
|
|
We are sending the xml request to web service using SOAP Lite module and getting response something as below $soapAppel = $soap->SendTick($langId_FT,$ticketClassId,$formRelease,$siren,$contextRdv, $prestationId1,$depositorName,$tel,); When we are printing the response, we are not getting anything in return and have below error SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 404 Not Found. Same xml request when posted via CURL we are receiving desired response. Can anyone guide over this issue. Is it problem with perl?
|