Skip navigation
Currently Being Moderated

Create Distributor through http://Server/admin/ManageDistributor - C#

Jun 20, 2011 6:53 AM

I want to consume the Distributor Mangement Service in C#. I am createing the request XML but could not Generate the Shared Secret for new idstributor being added. The requst XML in ACS Admin Console is as folloing:

 

http://192.168.0.61:8080/admin/ManageDistributor


<request action="create" auth="builtin" xmlns="http://ns.adobe.com/adept">
  <nonce>rNfAkgAAAA4=</nonce>
  <expiration>2011-06-20T12:07:58-00:00</expiration>
  <distributorData>
    <name>Shafqat</name>
    <distributorURL>http://www.shafqat.com</distributorURL>
    <notifyURL>http://www.shafqat.com/notify</notifyURL>
    <description>description shfqat</description>
    <maxLoanCount>9</maxLoanCount>
    <linkExpiration>19</linkExpiration>
    <sharedSecret>Bln2cAmnWpY+oUM8fhy8A2l+tko=</sharedSecret>
  </distributorData>
  <hmac>8SnrEtwNnDoXF4r4e0g8y27fveo=</hmac>
</request>

 

 

I don't know how to generate SharedSecret ?

 

Can any one help ? its Urgent.

 

Thanks

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points