xfire客户端向服务器端传参数时,当参数是自定义的javabean时怎么出错呢?

publicstaticvoidmain(String[]args){TdLyqyCommodityInfocom=newTdLyqyCommodityInfo();co... public static void main(String[] args) {
TdLyqyCommodityInfo com = new TdLyqyCommodityInfo();
com.setInformation("XfireTest0");
Object[] results;
try {
Client client = new Client(new URL("http://192.168.0.207:8080/TravelInfoService/ws/Market?wsdl"));
//第一个测试------测试传入普通字符串,可以打印出结果
//results = client.invoke("sayHello", new Object[]{"tomcat"});
// 第二个测试-------测试传入一个自定义的类型TdLyqyCommodityInfo com对象 时就出错,
// results = client.invoke("saveOrUpdate", new Object[]{com});
// 打印上面两个测试的结果 ,
// System.out.println(results[0]);
//第三个测试-------这个是为了无参时,但返回值 是一个List<自定义对象 > 时,也是报错
results = client.invoke("getAllCommodity", new Object[]{});
//第三交测试的结果转换成List
List<TdLyqyCommodityInfo> list =(List<TdLyqyCommodityInfo>) results[0];
//输出第三个测试的结果
for(TdLyqyCommodityInfo temp : list){

System.out.println(temp.getAreaCode()+" "+temp.getInformation()+" "+temp.getKeyword());
}
} catch (Exception e) { e.printStackTrace();
}
}

第二次测试的错误:
org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException
at org.codehaus.xfire.fault.XFireFault.createFault(XFireFault.java:89)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:83)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:114)
at org.codehaus.xfire.client.Client.invoke(Client.java:336)
at org.codehaus.xfire.client.Client.invoke(Client.java:368)
at text.gxy.market.XF_Market1.main(XF_Market1.java:35)
Caused by: java.lang.NullPointerException
at org.codehaus.xfire.aegis.type.basic.ObjectType.writeObject(ObjectType.java:192)
at org.codehaus.xfire.aegis.AegisBindingProvider.writeParameter(AegisBindingProvider.java:229)
at org.codehaus.xfire.service.binding.AbstractBinding.writeParameter(AbstractBinding.java:273)
at org.codehaus.xfire.service.binding.WrappedBinding.writeMessage(WrappedBinding.java:90)
at org.codehaus.xfire.soap.SoapSerializer.writeMessage(SoapSerializer.java:80)
at org.codehaus.xfire.transport.http.HttpChannel.writeWithoutAttachments(HttpChannel.java:56)
at org.codehaus.xfire.transport.http.CommonsHttpMessageSender.getByteArrayRequestEntity(CommonsHttpMessageSender.java:422)
at org.codehaus.xfire.transport.http.CommonsHttpMessageSender.send(CommonsHttpMessageSender.java:360)
中间省去两行,字数超限了,百度真不人性化!哎
at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:79)
... 4 more
第三次测试的错误:
java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DocumentImpl cannot be cast to java.util.List
at text.gxy.market.XF_Market1.main(XF_Market1.java:41)
展开
 我来答
no1taoli
2011-05-03
知道答主
回答量:6
采纳率:0%
帮助的人:7万
展开全部
baidu老师会 可以问他
Storm代理
2023-07-25 广告
StormProxies是一家可靠的代理服务提供商,提供原生IP(住宅原生IP)和高匿名代理服务。以下是关于StormProxies的原生IP服务的一些信息:1. 住宅原生IP:StormProxies提供的住宅原生IP是指从真实的家庭或企... 点击进入详情页
本回答由Storm代理提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式