protected void _testFindService() {
// creates the fake NACS #
CategoryBag catBag = _createCategoryBag();
try {
ServiceList list = proxy.find_service("", null, catBag, null, null, 0);
}
catch(UDDIException ex) {
fail(ex.toString());
}
catch(TransportException ex) {