Forums / Developer / Web Service Avalability Domain Check

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Web Service Avalability Domain Check

Author Message

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 basket
If the module give back 1 the user must be prompted that the domain is not available.

How make this?

Fabio Farnesi

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?