I have an one API that send information to API and receive information from API .
Now my requirement is that I need to store this return information in SQLServer.
It can be Month basis or week basis . so suggest me how can i achieve this task.
I have One PDF in which it is written that ;
What does the API do?
The key portal API gives you access to the main functions of the FRISK Software
International licensing system including:
Keyportal order:
type 1:new license: account is created, license is created, product key is created
type 2:enlarge license: added number of users to license.
type 3:revoke order: license referenced by this order is will be set to today, key
will be reissued with expiration date today.
Account information: relevant product keys and download links
Sending information to the API.
To send requests to the API you need to add a specific set of fields to a “POST” to the
Licensing URL. Both the sending and receiving of data to the API uses the standard
HTTPS POST protocol and restrictions.
Create then send the message to:
https://keyportal.f-prot.net/cgi-bin/keyportalorder.pl
or
https://keyportal.f-prot.net/cgi-bin/keyportal_accountinfo.pl
For example:
POST https://keyportal.f-prot.net/cgi-bin/keyportal_order_arkadas.pl HTTP/1.0
Content-type: application/x-www-form-urlencoded
Content-length: 145
u=username&p=passwd&product_id=7&number_of_u=5&type=1&account_email=first.l
ast%40domain.com&account_password=blablabla&account_name=joe%20tester
Receiving information from the API
The key portal API will respond to your requests with a XML page.
For testing purposes this can be used for the order process:
“https://keyportal.f-prot.net/cgi-bin/keyportalorder.pl?u=testing-dev&p=TheTestingDev-
&product_id=1&number_of_u=5&type=1&account_reference_name=testingreference&
account_reference_value=account-1&length=a&partner_id=202&order_ref=testing002”
prajapatineh...
0 Points
1 Post
send information to API and receive information from API and store inSQLSERVER
Jan 11, 2013 05:54 AM|LINK
Hello Freinds
I have an one API that send information to API and receive information from API .
Now my requirement is that I need to store this return information in SQLServer.
It can be Month basis or week basis . so suggest me how can i achieve this task.
I have One PDF in which it is written that ;
What does the API do?
The key portal API gives you access to the main functions of the FRISK Software
International licensing system including:
Keyportal order:
type 1:new license: account is created, license is created, product key is created
type 2:enlarge license: added number of users to license.
type 3:revoke order: license referenced by this order is will be set to today, key
will be reissued with expiration date today.
Account information: relevant product keys and download links
Sending information to the API.
To send requests to the API you need to add a specific set of fields to a “POST” to the
Licensing URL. Both the sending and receiving of data to the API uses the standard
HTTPS POST protocol and restrictions.
Create then send the message to:
https://keyportal.f-prot.net/cgi-bin/keyportalorder.pl
or
https://keyportal.f-prot.net/cgi-bin/keyportal_accountinfo.pl
For example:
POST https://keyportal.f-prot.net/cgi-bin/keyportal_order_arkadas.pl HTTP/1.0
Content-type: application/x-www-form-urlencoded
Content-length: 145
u=username&p=passwd&product_id=7&number_of_u=5&type=1&account_email=first.l
ast%40domain.com&account_password=blablabla&account_name=joe%20tester
Receiving information from the API
The key portal API will respond to your requests with a XML page.
For testing purposes this can be used for the order process:
“https://keyportal.f-prot.net/cgi-bin/keyportalorder.pl?u=testing-dev&p=TheTestingDev-
&product_id=1&number_of_u=5&type=1&account_reference_name=testingreference&
account_reference_value=account-1&length=a&partner_id=202&order_ref=testing002”
Kindly share some Good Example.
kindly help me
abamboria
Member
149 Points
90 Posts
Re: send information to API and receive information from API and store inSQLSERVER
Jan 24, 2013 07:54 AM|LINK
I think, this link help for you. If your req. not fullfill let me know.
http://forums.asp.net/t/1673213.aspx/1
http://stackoverflow.com/questions/4325220/asp-net-application-sql-server-web-services
Mark as Answer:- if the post helped you...