<?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: Server Error in '/profile' Application. when trying to load hosted CIM customer profile in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application-when-trying-to-load-hosted/m-p/17122#M9599</link>
    <description>&lt;P&gt;Figured it out, i was passing in the whole response instead of just the token. &amp;nbsp;silly me. &amp;nbsp;hope this helps someone in the future.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2011 01:31:34 GMT</pubDate>
    <dc:creator>jamesm113</dc:creator>
    <dc:date>2011-09-16T01:31:34Z</dc:date>
    <item>
      <title>Server Error in '/profile' Application. when trying to load hosted CIM customer profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application-when-trying-to-load-hosted/m-p/17096#M9588</link>
      <description>&lt;P&gt;I'm trying to load a hosted profile page for an already existing customer id. &amp;nbsp;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Raw request:&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;getHostedProfilePageRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;merchantAuthentication&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;name&amp;gt;xxxx&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;transactionKey&amp;gt;yyy&amp;lt;/transactionKey&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/merchantAuthentication&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;customerProfileId&amp;gt;4616405&amp;lt;/customerProfileId&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;hostedProfileSettings&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;setting&amp;gt;&amp;lt;settingName&amp;gt;hostedProfileReturnUrl&amp;lt;/settingName&amp;gt;&amp;lt;settingValue&amp;gt;http://localhost/james/test.php&amp;lt;/settingValue&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/setting&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;setting&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;settingName&amp;gt;hostedProfileReturnUrlText&amp;lt;/settingName&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;settingValue&amp;gt;Continue to blah.&amp;lt;/settingValue&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/setting&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;setting&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;settingName&amp;gt;hostedProfilePageBorderVisible&amp;lt;/settingName&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;settingValue&amp;gt;true&amp;lt;/settingValue&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/setting&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/hostedProfileSettings&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/getHostedProfilePageRequest&amp;gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error message:&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Server Error in '/profile' Application.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;EM&gt;Runtime Error&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;STRONG&gt;Description:&amp;nbsp;&lt;/STRONG&gt;An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Details:&lt;/STRONG&gt;&amp;nbsp;To enable the details of this specific error message to be viewable on remote machines, please create a &amp;lt;customErrors&amp;gt; tag within a "web.config" configuration file located in the root directory of the current web application. This &amp;lt;customErrors&amp;gt; tag should then have its "mode" attribute set to "Off".&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;PRE&gt;&amp;lt;!-- Web.Config Configuration File --&amp;gt;

&amp;lt;configuration&amp;gt;
    &amp;lt;system.web&amp;gt;
        &amp;lt;customErrors mode="Off"/&amp;gt;
    &amp;lt;/system.web&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-family: Verdana; font-size: 11px; color: #000000; line-height: normal;"&gt;&lt;FONT face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;BR /&gt;&lt;STRONG&gt;Notes:&lt;/STRONG&gt;&amp;nbsp;The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's &amp;lt;customErrors&amp;gt; configuration tag to point to a custom error page URL.&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;PRE&gt;&amp;lt;!-- Web.Config Configuration File --&amp;gt;

&amp;lt;configuration&amp;gt;
    &amp;lt;system.web&amp;gt;
        &amp;lt;customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/&amp;gt;
    &amp;lt;/system.web&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 14 Sep 2011 05:25:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application-when-trying-to-load-hosted/m-p/17096#M9588</guid>
      <dc:creator>jamesm113</dc:creator>
      <dc:date>2011-09-14T05:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Server Error in '/profile' Application. when trying to load hosted CIM customer profile</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application-when-trying-to-load-hosted/m-p/17122#M9599</link>
      <description>&lt;P&gt;Figured it out, i was passing in the whole response instead of just the token. &amp;nbsp;silly me. &amp;nbsp;hope this helps someone in the future.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2011 01:31:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Server-Error-in-profile-Application-when-trying-to-load-hosted/m-p/17122#M9599</guid>
      <dc:creator>jamesm113</dc:creator>
      <dc:date>2011-09-16T01:31:34Z</dc:date>
    </item>
  </channel>
</rss>

