I have been experimenting with an interface to the UDDI registry and
uploaded it as UDDI-0.03. UDDI is described on www.uddi.org.
Do you want me to use any other module name?
Current usage is something like this:
use UDDI;
my $list = UDDI::find_business(name => "a") || die $UDDI::err{message};
for my $b ($list->businessInfos->businessInfo) {
print $b->name, "\n";
}
Regards,
Gisle Aas
- Re: UDDI.pm Gisle Aas
- Re: UDDI.pm Kurt D. Starsinic
- Re: UDDI.pm Andreas J. Koenig
- Re: UDDI.pm Tim Bunce
- Re: UDDI.pm Jon Orwant
