<?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 Re: WebService : Connection Refused...!!!! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201059#M470295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be check this weblog where i have explained with screen shots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/durairaj.athavanraja/blog/2005/08/21/running-your-first-bsp-application-in-sap-netweaver-04-abap-edition--nsp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 11:32:54 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2007-04-24T11:32:54Z</dc:date>
    <item>
      <title>WebService : Connection Refused...!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201053#M470289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts...!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm accesing the a Webservice  "ZOppurtunity_Service" from a Remote ABAP Engine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1). when i execute the WSDL(Ctrl F1), this is the link got processed....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"http://localhost:8000/sap/bc/srt/rfc/sap/ZOPPORTUNITY_SERVICE?sap-client=000&amp;amp;wsdl=1.1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the Wsdl file is not displayed.&lt;/P&gt;&lt;P&gt;then after changing the system name from "localhost" to "sys" (System name of the Abap engine).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"http://&amp;lt;b&amp;gt;sys&amp;lt;/b&amp;gt;:8000/sap/bc/srt/rfc/sap/ZOPPORTUNITY_SERVICE?sap-client=000&amp;amp;wsdl=1.1"&lt;/P&gt;&lt;P&gt;and now the wsdl file is getting getting displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2.) when opening the WS home page(Ctrl + F8).. this link got processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://&amp;lt;b&amp;gt;j2eeserver&amp;lt;/b&amp;gt;:50100/wsnavigator/jsps/explorer.jsp?description=Web" target="test_blank"&gt;http://&amp;lt;b&amp;gt;j2eeserver&amp;lt;/b&amp;gt;:50100/wsnavigator/jsps/explorer.jsp?description=Web&lt;/A&gt;&lt;EM&gt;Service&lt;/EM&gt;ZOPPORTUNITY_SERVICE&amp;amp;wsdl=http%3A%2F%2F&amp;lt;b&amp;gt;localhost&amp;lt;/b&amp;gt;%3A8000%2Fsap%2Fbc%2Fsrt%2Frfc%2Fsap%2FZOPPORTUNITY_SERVICE%3Fsap-client%3D000%26wsdl%3D1.1&amp;amp;name=ZOPPORTUNITY_SERVICE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where j2eeserver is another Remote J2EE engine and after the changing the 'localhost' to "sys" manually, it asked for the autorization &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The selected endpoint requires basic authentication. Please, enter correct username and password: "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After giving it, the wsnaviagtor of the J2eeserver dispalys the Overview of the Webservice&lt;/P&gt;&lt;P&gt;But after testing it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Error is : "&amp;lt;b&amp;gt;An error has occurred. Maybe the request is not accepted by the server:&lt;/P&gt;&lt;P&gt;Connection Refused :Connect&amp;lt;/b&amp;gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it so that accesing the remote engines doesn't work or is there any other config to be done for the WS to be made generic...&lt;/P&gt;&lt;P&gt;What is it wrong happening here.. i'm not able to sort it out..Plz help me out for deploying the WS of the Remote ABAP engine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 10:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201053#M470289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T10:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: WebService : Connection Refused...!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201054#M470290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats because you need to use fully qualified domain name in the url (FQDN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of &lt;A href="http://sys:8000/sap/bc/srt/rfc/sap" target="test_blank"&gt;http://sys:8000/sap/bc/srt/rfc/sap&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need ot be using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sys&amp;lt;b&amp;gt;.&amp;lt;domain&amp;gt;.&amp;lt;/b&amp;gt;com:8000/sap/bc/srt/rfc/sap/ZOPPORTUNITY_SERVICE" target="test_blank"&gt;http://sys&amp;lt;b&amp;gt;.&amp;lt;domain&amp;gt;.&amp;lt;/b&amp;gt;com:8000/sap/bc/srt/rfc/sap/ZOPPORTUNITY_SERVICE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this has to be set in the profile parameter icm/host_name_full from transaction RZ10 and the server needs to be restarted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 10:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201054#M470290</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-04-24T10:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: WebService : Connection Refused...!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201055#M470291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanz Raja for ur valuable input...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz do tell me abt setting the Profile parameter..&lt;/P&gt;&lt;P&gt;In the Transaction RZ10, icm/host_name_full is not found... Do i need to create it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz explain....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Prem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 10:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201055#M470291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T10:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: WebService : Connection Refused...!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201056#M470292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you have to create it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to transaction RZ10 - and choose instance profile and choose extended maintenance radiobutton. and click change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the resulting screen click create button and from drop down choose icm/host_name_full and enter the value for that . save and activate and restart server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 10:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201056#M470292</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-04-24T10:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: WebService : Connection Refused...!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201057#M470293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when started creating the Host_name, in the Edit Profile the  icm/host_name_full does not exist in the drop down...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then entered the name manually and again got stuck up in Creating the Parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the parameter name and the Value to be given...??? also what to be done to get the name from the drop down..???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanz and &lt;/P&gt;&lt;P&gt;Regards,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 11:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201057#M470293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T11:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: WebService : Connection Refused...!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201058#M470294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it should be there. which version of R/3 you are on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be check in RZ11 whether its there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 11:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201058#M470294</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-04-24T11:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: WebService : Connection Refused...!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201059#M470295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be check this weblog where i have explained with screen shots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/durairaj.athavanraja/blog/2005/08/21/running-your-first-bsp-application-in-sap-netweaver-04-abap-edition--nsp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 11:32:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201059#M470295</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-04-24T11:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: WebService : Connection Refused...!!!!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201060#M470296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx Raja..!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The inputs u gave solved our issue...&lt;/P&gt;&lt;P&gt;Thanx a lot... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prem and Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 14:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/webservice-connection-refused/m-p/2201060#M470296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T14:42:04Z</dc:date>
    </item>
  </channel>
</rss>

