(namespace '(rdf http://www.w3.org/1999/02/22-rdf-syntax-ns#
wsdl http://schemas.xmlsoap.org/wsdl/
wssoap http://schemas.xmlsoap.org/wsdl/soap/)
ask '(http://www.w3.org/2001/03/19-annotated-RDF-WSDL.rdf
(rdf:type ?service wsdl:service)
(wsdl:hasPort ?service ?port)
(wsdl:binding ?port ?binding)
(wssoap:style ?binding wssoap:document)
(wsdl:name ?binding ?bindingName))
collect '(?port ?bindingName))
8 of 17 |