Forums / Developer / Web Service Avalability Domain Check
Fabio Farnesi
Saturday 22 November 2003 6:09:01 am
Now..i'm developing a module to check if a web domain is available before to put it in the basket.
I've wrote a nice web service to make the check. The WS give back 0 or 1 if the domain is available. I've wrote a module to dialogue with web service. Now all seems works fine, but ..... i've not understood how the triggers, workflow and events works!
If the module give back 0 i need to put the domain in the basketIf the module give back 1 the user must be prompted that the domain is not available.
How make this?
Saturday 29 November 2003 7:45:30 am
Ok tnx to your help:) i've resolved the first part of the problem. Now the modules work fine and add a "domain product" in the basket if the domain is available. Now the second part......
I've created a class "domain" and an object "domain_product" but i need to put the name of the domains in the order!!! and it seems that information collector don't work very well.
Any suggestion?