Is this a valid XML for UDDI query?
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<find_business maxRows="100" generic="2.0" xmlns="urn:uddi-org:api_v2">
<name>ACM%</name>
</find_business>
</soapenv:Body>
</soapenv:Envelope>
I test it on http://t320webservices.open.ac.uk/t320juddi/console/find_business.jsp, but the return value is empty. Is it due to the XML or there is no such services at all. Are there some valid query examples?