0
Heyy Java客戶端程序的關鍵字我有搜索從WSDL
我生成使用http://api.search.live.net/search.wsdl一個客戶端程序,通過從Eclipse的Web項目的幫助下尋找.. 我生成客戶端密鑰的話這個服務有問題這項服務。 我已經完成了對這項服務(live.net)的搜索,但我無法在控制檯上顯示。我怎麼能做到這一點?
公共靜態無效的主要(字串[] args)拋出的RemoteException {
LiveSearchPortTypeProxy bb=new LiveSearchPortTypeProxy();
SearchRequest request=new SearchRequest();
SearchRequestType1 bbs=new SearchRequestType1();
aas.setParameters(request);
sorgu.setAppId("*****************************************"); //you can take this ID from live service for using this service
sorgu.setSources(new SourceType[]{SourceType.Web});
sorgu.setQuery("keyword");
SearchResponseType0 cevap= bb.search(bbs);
}