gpt4 book ai didi

java - Web 服务客户端 Java

转载 作者:行者123 更新时间:2023-12-01 16:06:03 27 4
gpt4 key购买 nike

很难说出这里问的是什么。这个问题是模棱两可的、模糊的、不完整的、过于宽泛的或修辞的,无法以目前的形式得到合理的回答。如需帮助澄清此问题以便重新打开它,visit the help center .




9年前关闭。




我从这里生成了 java web 服务客户端 --> http://api.search.live.net/search.wsdl ..我想搜索并列出返回值。
我如何显示结果?

我的代码是:

import java.rmi.RemoteException; 
import com.microsoft.schemas.LiveSearch._2008._03.Search.*;

public class searchtry {
public static void main(String[] args) throws RemoteException {
LiveSearchPortTypeProxy client=new LiveSearchPortTypeProxy();
SearchRequest request=new SearchRequest();
SearchRequestType1 type1=new SearchRequestType1();
sorgu.setAppId("*********************************"); //Windows Live gave this id for using that service
sorgu.setSources(new SourceType[]{SourceType.Web});
sorgu.setQuery("Java");
aratip.setParameters(request);
SearchResponseType0 answer= client.search(type1);
System.out.println(answer.toString());
}

最佳答案

您能否查看生成的类 SearchResponseType0 并查看 toString 方法的作用(如果存在)。
否则,您需要使用对象中的其他方法打印对象中的值,这些方法使您可以访问单个结果条目

关于java - Web 服务客户端 Java,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2572426/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com