Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while generating ABAP proxy client

Former Member
0 Likes
608

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

3 REPLIES 3
Read only

brad_bohn
Active Contributor
0 Likes
525

I don't know why you're getting a 404 error. You might want to check your ICM and make sure that the http service is running and then check the http logs. At first glance on that WSDL doc though, it has HTTP bindings in it which the SAP wizard does not support. You will need to download the WSDL doc to a text file and strip them out, then load from the file.

Read only

marcin_cholewczuk
Active Contributor
0 Likes
525

Hi,

I've implemented this proxy without problem and it's working fine in my case (I didn't have to store WSDL file localy and do any changes in it - Netweaver 7.2). If it's not SAP issue as Brad proposed then maybe network admins have set filters that are blocking communication with this service

Best regards

Marcin Cholewczuk

Read only

0 Likes
525

Nice to know they fixed that HTTP binding issue in higher releases - I'm on 7.0 EhP 0 SP18. Thanks.