‎2011 Apr 11 3:48 PM
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
‎2011 Apr 11 5:28 PM
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.
‎2011 Apr 11 8:14 PM
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
‎2011 Apr 11 9:04 PM
Nice to know they fixed that HTTP binding issue in higher releases - I'm on 7.0 EhP 0 SP18. Thanks.