![]() | WSDL, the W3C standard language for describing |
Endpoint.NewsSearch s = new Endpoint.NewsSearch();
ResultSet results = s.getAsResultSet("jaxws_restful_sample", "java");
for (ResultType result: results.getResult()) {
System.out.println(result.getTitle()+" ("+result.getClickUrl()+")");
}
Marc promises an implementation soon and is looking for interesting WADL samples
as well as general feedback.