<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error while generating ABAP proxy client in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-abap-proxy-client/m-p/7745059#M1582141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to consume a webservice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;webservice URL is &lt;A href="http://www.w3schools.com/webservices/tempconvert.asmx?WSDL" target="test_blank"&gt;http://www.w3schools.com/webservices/tempconvert.asmx?WSDL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can import WSDL in soapUI and get the response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But while generating proxy in SAP, ( SE80 -&amp;gt; Enterprise Service -&amp;gt;service consumer -&amp;gt; URL/HTTP Destination -&amp;gt; URL -&amp;gt; local object -&amp;gt; complete ) it throws the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception occurred in communication framework:Error in HTTP&lt;/P&gt;&lt;P&gt;Framework:404conn failedhttp://www.w3schools.com/webservices/tempconvert&lt;/P&gt;&lt;P&gt;.asmx?WSDL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rajkamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2011 14:48:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-11T14:48:42Z</dc:date>
    <item>
      <title>Error while generating ABAP proxy client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-abap-proxy-client/m-p/7745059#M1582141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to consume a webservice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;webservice URL is &lt;A href="http://www.w3schools.com/webservices/tempconvert.asmx?WSDL" target="test_blank"&gt;http://www.w3schools.com/webservices/tempconvert.asmx?WSDL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can import WSDL in soapUI and get the response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But while generating proxy in SAP, ( SE80 -&amp;gt; Enterprise Service -&amp;gt;service consumer -&amp;gt; URL/HTTP Destination -&amp;gt; URL -&amp;gt; local object -&amp;gt; complete ) it throws the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception occurred in communication framework:Error in HTTP&lt;/P&gt;&lt;P&gt;Framework:404conn failedhttp://www.w3schools.com/webservices/tempconvert&lt;/P&gt;&lt;P&gt;.asmx?WSDL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rajkamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 14:48:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-abap-proxy-client/m-p/7745059#M1582141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-11T14:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error while generating ABAP proxy client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-abap-proxy-client/m-p/7745060#M1582142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 16:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-abap-proxy-client/m-p/7745060#M1582142</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-04-11T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error while generating ABAP proxy client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-abap-proxy-client/m-p/7745061#M1582143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Marcin Cholewczuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 19:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-abap-proxy-client/m-p/7745061#M1582143</guid>
      <dc:creator>marcin_cholewczuk</dc:creator>
      <dc:date>2011-04-11T19:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error while generating ABAP proxy client</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-abap-proxy-client/m-p/7745062#M1582144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice to know they fixed that HTTP binding issue in higher releases - I'm on 7.0 EhP 0 SP18.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 20:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-generating-abap-proxy-client/m-p/7745062#M1582144</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-04-11T20:04:03Z</dc:date>
    </item>
  </channel>
</rss>

