-Ben
(Sorry if you get this twice) I've actually read this article and found it quite illuminating indeed. Now your problem might be that in the code provided, the WSDL file that you give to the WSDLReader has some import statements or anyway assumes that it should have. This has to do with how a scenario of a search in UDDI goes. If you provide the Reader with a straight-through WSDL file (meaning that it does not implement any interface or equivalently does not contain any import statements) tis exception you mentioned is thrown. The solution would be to comment out the code that looks for import elements. Hope that helps. Let me know how things went cos I'm interested too.Costas
-- ------------------------------------------------------------------------ Ben Wyckoff [EMAIL PROTECTED] Director, Advanced Technology Group Mirror Image Internet, Inc. www.mirror-image.com cell: (781) 249 5980 ------------------------------------------------------------------------ NOTE: This e-mail message, including any attachments thereto, is intended only for the named recipient(s) above and may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you have received this message in error, or you are not the named recipient(s), please immediately notify the sender and delete this message in all its forms.
