From: Mark A. F. <mar...@ea...> - 2004-04-14 17:35:25
|
Ooops. I discovered the mechanism for accessing $result->element_name. I needed to use +autodispatch and import UDDI::Data. I realized this from the O'Reilly book and the sample starting at page 234. This seems to be a decent way to process the results from UDDI (without the user having to write their own xpath-like specifications to loop through the elements). I'm going to play with it and if I have more questions I'll ask. After I understand it a little better, I'll manually compare the v2 schema with what is in UDDI::Lite. Thanks! Mark |