NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Unsupported HTTP response status 404 Not Found


Joined: 16 Apr 2008
Posts: 3
Reply with quote
i have this error

Error: wsdl error: HTTP ERROR: Unsupported HTTP response status 404 Not Found (soapclient->response has contents of the response)

somebody knows what's happening?
View user's profileFind all posts by japuentemSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
HTTP 404 -> means WRONG URL.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 23 May 2008
Posts: 2
Reply with quote
I hope you figured this out...

I think I had the same problem. The WSDL wasn't setting the endpoint automatically, so I had to specify it:

$client = new nusoap_client('https://LOCATION_TO_WSDL','wsdl');
$client -> setEndpoint('https://LOCATION_OF_ENDPOINT');

I hope this helps someone else.
View user's profileFind all posts by lowrykunSend private message


Joined: 13 Oct 2011
Posts: 1
Location: Israel
Reply with quote
lowrykun wrote:
I hope you figured this out...

I think I had the same problem. The WSDL wasn't setting the endpoint automatically, so I had to specify it:

$client = new nusoap_client('https://LOCATION_TO_WSDL','wsdl');
$client -> setEndpoint('https://LOCATION_OF_ENDPOINT');

I hope this helps someone else.


Sweet! had the exact same problem, thanks for tip.
View user's profileFind all posts by ayahuascaSend private message
Unsupported HTTP response status 404 Not Found
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic