cancel
Showing results for 
Search instead for 
Did you mean: 

Error in HTTP Framework: 404conn failed

Former Member
0 Kudos

Hi,

I want to consume a webservice.

webservice URL is http://www.w3schools.com/webservices/tempconvert.asmx?WSDL

I can import WSDL in soapUI and get the response.

But while generating proxy in SAP, ( SE80 -> Enterprise Service ->service consumer -> URL/HTTP Destination -> URL -> local object -> complete ) it throws the following error:

Exception occurred in communication framework:Error in HTTP

Framework:404conn failedhttp://www.w3schools.com/webservices/tempconvert

.asmx?WSDL

Thanks in advance,

Rajkamal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rajkamal,

While you (or your Basis team) are checking the internet access issue try the following:

- Open the URL (http://www.w3schools.com/webservices/tempconvert.asmx?WSDL) in your browser.

- Save the WSDL (with a .wsdl extension) somewhere locally.

- When generating the Service Consumer in SE80, choose the 'local file' option instead of URL. It should then generate the consumer proxy.

- If it throws an error during generation, implement SAP note 1403271 & then try the service consumer generation again, that should generate your consumer proxy but there's more steps thereafter that rely on internet access.

Best Regards, Trevor

Former Member
0 Kudos

Hi,

It seems that your SAP system does not have access to Internet.

Regards,

Olivier

Former Member
0 Kudos

>

> It seems that your SAP system does not have access to Internet.

... which it kind of incorrectly reports(i.e. proxy returning 404).