Forum Moderators: open
These will be generated from the customer details - such as name and company - and so i will need to use the entered data from the 'order page' to generate them - i can see no problem in sending details to an aspx page that will pick them up and use them, because my order page will be in asp - but i do have one other problem...
We will have a reseller - who has a Jsp order form that includes the card details on it too - i dont have enough experience to know whether it would be possible to submit some details from their jsp order form - to my aspx page - is it?
I forsaw a problem if their order page had been HTML - as you can post a form twice - but if its JS it should be easier shouldnt it?
Anyone have any experience/ideas with dealing with this - would be most helpful...
Thanks Harley
more information on how to build a webservice can be found here :
[samples.gotdotnet.com ]
That easy on my site - as it will be asp - and so i can simply do what i want...
But - we have one other software company - whos technolgy is being partly used in this software - and we have a reseller agreement with them - on their site - to makes things as easy as possible for the user - details (say the name) will be taken from the order form and used to generate the registration key - as well as being used as part of the standard order process...
It may well be that i will have to work it differently...unless someone can come up with an ideas...
This - among many other things is going to be tough - and its killing my brain - a week ago i had not only never used asp - or aspx/.net - but i had never even written a line of VB - now i have to do this! - talk about starting in the deep end! lol
any help would be very helpful
Harley
- You have an asp.net website generating license key's on request.
- You have a reseller of your product.
- When someone orders a product on the reseller's site, you want the following steps to occur:
step 1. buyer enters personal info
step 2. buyer transmits info that is also send to you so the licence can be generated, the data is auto-saved by the reseller.
step 3. you mail the buyer the generated licence key on the given adress
step 4. everybody is happy! ;-)
Suggested solustions
1. build a webservice for the reseller that generates the licences key for a given buyer
2. let the reseller automatically mail you the info needed for the licence generation. when generated, you mail the buyer his licence.
3. the complete buy & licence process story is done on your site, and the reseller receives his share by linking to that product with a unique reseller code
Hope this helps