<?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: How to call GetHostedProfilePage method to get Token using java in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-call-GetHostedProfilePage-method-to-get-Token-using-java/m-p/21883#M11888</link>
    <description>&lt;P&gt;I don't program in Java, so I can't give you specific code. But you can probably just &lt;A target="_blank" href="https://www.google.com/#q=sending+xml+request+java"&gt;Google for it&lt;/A&gt; and find out how fairly quickly.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2012 12:13:22 GMT</pubDate>
    <dc:creator>TJPride</dc:creator>
    <dc:date>2012-01-19T12:13:22Z</dc:date>
    <item>
      <title>How to call GetHostedProfilePage method to get Token using java</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-call-GetHostedProfilePage-method-to-get-Token-using-java/m-p/21867#M11880</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to inegrate Authorize.net CIM in to our application ,i have created empty customer profile and trying to create&amp;nbsp; an iframe popup, for that downloaded&amp;nbsp;hostedProfilePaymentsShipping sample code in that we have to set the Token by calling&amp;nbsp;&amp;nbsp; GetHostedProfilePage , but i could't find any class or method to execute this call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice&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;Rv Rao&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 07:16:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-call-GetHostedProfilePage-method-to-get-Token-using-java/m-p/21867#M11880</guid>
      <dc:creator>rvraotrusted</dc:creator>
      <dc:date>2012-01-19T07:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to call GetHostedProfilePage method to get Token using java</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-call-GetHostedProfilePage-method-to-get-Token-using-java/m-p/21875#M11884</link>
      <description>&lt;P&gt;It's probably not in the SDK:&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/java-sdk-getHostedProfilePage-method/td-p/13382"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/java-sdk-getHostedProfilePage-method/td-p/13382&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can of course get it by passing XML directly and then parsing the response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt; 
&amp;lt;getHostedProfilePageRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt; 
  &amp;lt;merchantAuthentication&amp;gt; 
    &amp;lt;name&amp;gt;YourUserLogin&amp;lt;/name&amp;gt; 
    &amp;lt;transactionKey&amp;gt;YourTranKey&amp;lt;/transactionKey&amp;gt; 
  &amp;lt;/merchantAuthentication&amp;gt; 
  &amp;lt;customerProfileId&amp;gt;YourProfileID&amp;lt;/customerProfileId&amp;gt; 
  &amp;lt;hostedProfileSettings&amp;gt; 
    &amp;lt;setting&amp;gt; 
      &amp;lt;settingName&amp;gt;hostedProfileReturnUrl&amp;lt;/settingName&amp;gt; 
      &amp;lt;settingValue&amp;gt;&lt;A target="_blank" href="https://blah.com/blah/"&gt;https://blah.com/blah/&lt;/A&gt;&amp;lt;/settingValue&amp;gt; 
    &amp;lt;/setting&amp;gt; 
    &amp;lt;setting&amp;gt; 
      &amp;lt;settingName&amp;gt;hostedProfileReturnUrlText&amp;lt;/settingName&amp;gt; 
      &amp;lt;settingValue&amp;gt;Continue to blah.&amp;lt;/settingValue&amp;gt; 
    &amp;lt;/setting&amp;gt; 
    &amp;lt;setting&amp;gt; 
      &amp;lt;settingName&amp;gt;hostedProfilePageBorderVisible&amp;lt;/settingName&amp;gt; 
      &amp;lt;settingValue&amp;gt;true&amp;lt;/settingValue&amp;gt; 
    &amp;lt;/setting&amp;gt; 
 &amp;lt;/hostedProfileSettings&amp;gt; 
&amp;lt;/getHostedProfilePageRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 10:36:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-call-GetHostedProfilePage-method-to-get-Token-using-java/m-p/21875#M11884</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-19T10:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to call GetHostedProfilePage method to get Token using java</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-call-GetHostedProfilePage-method-to-get-Token-using-java/m-p/21881#M11887</link>
      <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let me know how to send this xml request to authorize.net from java and get the response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;Rv Rao&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 11:49:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-call-GetHostedProfilePage-method-to-get-Token-using-java/m-p/21881#M11887</guid>
      <dc:creator>rvraotrusted</dc:creator>
      <dc:date>2012-01-19T11:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to call GetHostedProfilePage method to get Token using java</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-call-GetHostedProfilePage-method-to-get-Token-using-java/m-p/21883#M11888</link>
      <description>&lt;P&gt;I don't program in Java, so I can't give you specific code. But you can probably just &lt;A target="_blank" href="https://www.google.com/#q=sending+xml+request+java"&gt;Google for it&lt;/A&gt; and find out how fairly quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 12:13:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-to-call-GetHostedProfilePage-method-to-get-Token-using-java/m-p/21883#M11888</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-01-19T12:13:22Z</dc:date>
    </item>
  </channel>
</rss>

