From: Mark A. F. <mar...@ea...> - 2004-04-15 00:08:39
|
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 |