From: Paul K. <pau...@ya...> - 2004-04-16 04:52:23
|
Mark, That's great! I just committed one more update for UDDI::Lite that enables support for multiple versions. Use: use UDDI::Lite uddiversion => 2, ...everything else... to switch to v2. You'll find placeholders for v2 values under UDDI::Constants. I'm attaching the latest version as I still don't see it in viewCVS ;( (I even thought that I may ve using a wrong repository ;)). Let me know if you have any troubles using it. Thanks! Best wishes, Paul. --- "Mark A. Fuller" <mar...@ea...> wrote: > > Just a quick update. I have written a script to extract information > from the UDDI schema(s). I'm going to plug the v2 data into a copy > of UDDI::Lite and do some testing. I did some manual changes (like > adding find_relatedBusinesses which is new to v2) and it worked > fine. > > I'll start again with a fresh copy of the UDDI::Lite, replace the > hashs and arrays of UDDI values with what I've extracted, and > create a script to test each UDDI API web service. > > Paul, > > Do you have any ideas about how you'd like to make version > selectable? For my testing I am making the following code change: > > -> attr({xmlns=>'urn:uddi-org:api_v2', generic => '2.0', > %$attr}); # v2 > # -> attr({xmlns=>'urn:uddi-org:api', generic => '1.0', > %$attr}); # v1 > > Everything else I'm doing is just with the "my" data. If you can > tell me how you'd like to make those values (and the data I'm > working with) selectable, I can try to do it. Or, if you change the > script and give it to me, I can do my testing with it. > > 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 |