这是用于 UDDI 查询的有效 XML 吗?
<?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>
我在http://t320webservices.open.ac.uk/t320juddi/console/find_business.jsp上对其进行了测试,但返回值为空。是由于 XML 还是根本没有这样的服务。是否有一些有效的查询示例?