<?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: ASP.NET ARB Sample Code in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ASP-NET-ARB-Sample-Code/m-p/4951#M4146</link>
    <description>&lt;P&gt;Yes, it means that your test was successful. You may now customize the code to your specific business needs instead of using the sample code test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Elaine&lt;/P&gt;</description>
    <pubDate>Thu, 26 Aug 2010 20:00:37 GMT</pubDate>
    <dc:creator>Elaine</dc:creator>
    <dc:date>2010-08-26T20:00:37Z</dc:date>
    <item>
      <title>ASP.NET ARB Sample Code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ASP-NET-ARB-Sample-Code/m-p/4914#M4127</link>
      <description>&lt;P&gt;Is the sample code set to work in Visual Web Developer Express 2008?&amp;nbsp; I downloaded the sample code from Authorize,Net for ARB VB.NET.&amp;nbsp; I extracted the compressed file.&amp;nbsp; I opened VBNet (Microsoft Visual Studio Solutions) in Visual Web Developer Express 2008 and replaced the LoginID (loginName) and transaction key, in Program.vb with Authorize.Net's test account info they emailed me.&amp;nbsp; I then ran the program and a dos window appeared with various messages....&lt;/P&gt;&lt;P&gt;Create subscription &amp;gt; Result OK &amp;gt;: Subscription ID 123123&lt;/P&gt;&lt;P&gt;Create subscription &amp;gt; Result&amp;nbsp;Error &amp;gt;:Duplicate Subscription ID&lt;/P&gt;&lt;P&gt;bla bla bla&lt;/P&gt;&lt;P&gt;Update subsc...&amp;gt;Result OK&lt;/P&gt;&lt;P&gt;Cancel&amp;nbsp;subsc...&amp;gt;Result OK&lt;/P&gt;&lt;P&gt;Press any ket to continue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is this the expected result for a test?&amp;nbsp; Does this mean it is working?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2010 00:47:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ASP-NET-ARB-Sample-Code/m-p/4914#M4127</guid>
      <dc:creator>mjta</dc:creator>
      <dc:date>2010-08-26T00:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: ASP.NET ARB Sample Code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ASP-NET-ARB-Sample-Code/m-p/4951#M4146</link>
      <description>&lt;P&gt;Yes, it means that your test was successful. You may now customize the code to your specific business needs instead of using the sample code test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Elaine&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2010 20:00:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ASP-NET-ARB-Sample-Code/m-p/4951#M4146</guid>
      <dc:creator>Elaine</dc:creator>
      <dc:date>2010-08-26T20:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: ASP.NET ARB Sample Code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ASP-NET-ARB-Sample-Code/m-p/27664#M14618</link>
      <description>&lt;P&gt;I apologize if this not the place to post this....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on integrating ARB with our current payment processing library. I have the VB.Net sample code, which appears to be written&amp;nbsp;against .Net 1.1. I am working in a .Net 3.5 environment, and I created a Service Reference to discover the ARB WSDL at url &lt;A target="_blank" href="https://api.authorize.net/soap/v1/service.asmx?wsdl"&gt;https://api.authorize.net/soap/v1/service.asmx?wsdl&lt;/A&gt;, which it did.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When consuming the WSDL, the sample code does not match up with what the WSDL allows. For example, the sample creates an instance of ARBCreateSubscriptionRequest. That class is not available in the WSDL; it has ARBSubscriptionType. With that the WSDL appears to want me to call [ServiceInstance].CreateARBSubscription() passing in my MerchantAuthentication instance and my ARBSubscriptionType instance. Again, what to do with the call and the return are not outlined in the sample code, that I can see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you direct me as to where I should go from here - either abandon the WSDL in favor of the ApiInterface from the sample code, attach to the WSDL as a 2.0 (or other .Net version) service reference, or point me to some sample code that consumes the service as defined in the WSDL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2012 23:17:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ASP-NET-ARB-Sample-Code/m-p/27664#M14618</guid>
      <dc:creator>RoyClark381</dc:creator>
      <dc:date>2012-07-03T23:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: ASP.NET ARB Sample Code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ASP-NET-ARB-Sample-Code/m-p/27668#M14620</link>
      <description>&lt;P&gt;This is in C#. VB should be simliar. Use the ServiceSoapClient.&lt;/P&gt;&lt;PRE&gt;authorizeNET.ServiceSoapClient _aNET = new authorizeNET.ServiceSoapClient();
authorizeNET.ARBCreateSubscriptionResponseType _rt = _aNET.ARBCreateSubscription(???, ???);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2012 00:05:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ASP-NET-ARB-Sample-Code/m-p/27668#M14620</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-07-04T00:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASP.NET ARB Sample Code</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ASP-NET-ARB-Sample-Code/m-p/27742#M14654</link>
      <description>&lt;P&gt;Thanks Raynor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was starting down that path but had an issue finding the default endpoint for the service contract. I have since solved that issue (the app.config in the dll was not applied to web app - copied the servicemodel section from dll's app.config to web apps main web.config and all is well now).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RC&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2012 17:19:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ASP-NET-ARB-Sample-Code/m-p/27742#M14654</guid>
      <dc:creator>RoyClark381</dc:creator>
      <dc:date>2012-07-06T17:19:58Z</dc:date>
    </item>
  </channel>
</rss>

