<?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: Unable to connect to Server error for both XML &amp;amp; SOAP - ARB in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-connect-to-Server-error-for-both-XML-amp-SOAP-ARB/m-p/27308#M14450</link>
    <description>&lt;P&gt;Yes I am able to access but when I call the SOAP from my code it throws below error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"There was no endpoint listening at &lt;A target="_blank" href="https://apitest.authorize.net/soap/v1/Service.asmx"&gt;https://apitest.authorize.net/soap/v1/Service.asmx&lt;/A&gt; that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inner Exception :&amp;nbsp;{"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.136.15.163:8080"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you like me to upload the code to see what I am trying to do??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jun 2012 17:13:42 GMT</pubDate>
    <dc:creator>HemanthKakumanu</dc:creator>
    <dc:date>2012-06-19T17:13:42Z</dc:date>
    <item>
      <title>Unable to connect to Server error for both XML &amp; SOAP - ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-connect-to-Server-error-for-both-XML-amp-SOAP-ARB/m-p/27294#M14443</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the sample code for&amp;nbsp;Automated Recurring Billing (ARB) API from the website. Executed and tested the downloaded code in my local machine using my own registered loginname and Transaction Key which worked great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XML:&lt;/P&gt;&lt;P&gt;After that I included the CreateSubscription method in my local project and when I execute the below code I get an error&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"Unable to connect to the remote server".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;HttpWebRequest webRequest = (HttpWebRequest)WebRequest.Create(ConfigurationManager.AppSettings["ApiUrl"]);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;webRequest.Method = "POST";&lt;/DIV&gt;&lt;DIV&gt;webRequest.ContentType = "text/xml";&lt;/DIV&gt;&lt;DIV&gt;webRequest.KeepAlive = true;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Stream w1 = webRequest.GetRequestStream();&lt;/DIV&gt;&lt;DIV&gt;SOAP:&lt;/DIV&gt;&lt;DIV&gt;Even in SOAP I get an error when I execute the below code I get similar error message i.e., "A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 64.94.118.152:443"&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;ARBCreateSubscriptionResponseType response;&lt;BR /&gt;response = _webservice.ARBCreateSubscription(authentication, subscription);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please can someone help me understand what is the difference in executing your given example and writing the same for my project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hemanth&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Jun 2012 15:44:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-connect-to-Server-error-for-both-XML-amp-SOAP-ARB/m-p/27294#M14443</guid>
      <dc:creator>HemanthKakumanu</dc:creator>
      <dc:date>2012-06-19T15:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to Server error for both XML &amp; SOAP - ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-connect-to-Server-error-for-both-XML-amp-SOAP-ARB/m-p/27296#M14444</link>
      <description>&lt;P&gt;Not sure what to tell you but I try both the XML and the SOAP version, and they both works for me.&lt;/P&gt;&lt;P&gt;Can you put &lt;A target="_blank" href="https://apitest.authorize.net/soap/v1/Service.asmx"&gt;https://apitest.authorize.net/soap/v1/Service.asmx&lt;/A&gt; in your browser windows and see if is work?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 16:11:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-connect-to-Server-error-for-both-XML-amp-SOAP-ARB/m-p/27296#M14444</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-06-19T16:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to Server error for both XML &amp; SOAP - ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-connect-to-Server-error-for-both-XML-amp-SOAP-ARB/m-p/27308#M14450</link>
      <description>&lt;P&gt;Yes I am able to access but when I call the SOAP from my code it throws below error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"There was no endpoint listening at &lt;A target="_blank" href="https://apitest.authorize.net/soap/v1/Service.asmx"&gt;https://apitest.authorize.net/soap/v1/Service.asmx&lt;/A&gt; that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Inner Exception :&amp;nbsp;{"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.136.15.163:8080"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you like me to upload the code to see what I am trying to do??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 17:13:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-connect-to-Server-error-for-both-XML-amp-SOAP-ARB/m-p/27308#M14450</guid>
      <dc:creator>HemanthKakumanu</dc:creator>
      <dc:date>2012-06-19T17:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to Server error for both XML &amp; SOAP - ARB</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-connect-to-Server-error-for-both-XML-amp-SOAP-ARB/m-p/27312#M14452</link>
      <description>&lt;P&gt;64.94.118.152:443&lt;/P&gt;&lt;P&gt;That the &lt;A target="_blank" href="https://apitest.authorize.net/"&gt;https://apitest.authorize.net/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10.136.15.163:8080&lt;/P&gt;&lt;P&gt;What is that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you could please post your code.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 19:31:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-connect-to-Server-error-for-both-XML-amp-SOAP-ARB/m-p/27312#M14452</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-06-19T19:31:27Z</dc:date>
    </item>
  </channel>
</rss>

