tags:

views:

252

answers:

3

I'm getting this error when trying to open a WSDL but I've also tested other valid HTPP address and I'm getting the same error.

Could this be something in my php.ini configuration? I have checked allow_url_fopen and that is set to on. here is the exact error:

failed to open stream: HTTP request failed!

A: 

I would recommend using CURL instead of traditional file functions. This will also allow to debug you connection errors better.

dusoft
A: 

try using fiddler, so you can view all the raw content of your requests and responses

Oscar Cabrero
A: 

Can you show some code?

grantwparks