From: Paul K. <pau...@ya...> - 2004-04-14 06:12:31
|
Mark, From what I know about UDDIv2 it should be quite simple to make UDDI::Lite to support it. The key is in %elements and %attributes hashes (lines 50 and 51 in v0.60). They describe what combinations of elements and attributes are possible; everything else is sugar around it. I have a script that generates those hashes automatically from the UDDI schema. Unfortunately it doesn't work with v2 schema (I oversimplified the script a bit). It should not be difficult to update it or write a new one; it seems like there is nothing else that needs to be done. Also, we may add a parameter for 'use' and support both UDDI v1 and v2 in one module. Let me know if you need more details on how the module does its work. Paul --- Mark Fuller <mar...@ea...> wrote: > Before I get too far into my own UDDI implementation, I'd like to > know if > there is a way to make the existing UDDI::Lite accomodate UDDI v2, > or what > significant drawbacks you've found with it. I've looked at the code > and it's > so brief that I don't understand what it's doing or how. What I'm > working on > will be significantly larger -- but I'll understand it. :) However, > this > makes me wonder if I'm on the wrong track. Maybe I'm not taking > advantage of > something in SOAP::Lite the way the existing UDDI::Lite does? > > Mark > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO > of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Soaplite-devel mailing list > Soa...@li... > https://lists.sourceforge.net/lists/listinfo/soaplite-devel |