java axis调用webservice,接口方法中的数组型参数应该怎么传参 60
使用第三方jar包动态调用webservice,接口方法中存在数组型参数时,应该怎么调用服务端接口方法:publicintsendDTMS(String[]mobiles...
使用第三方jar包动态调用webservice,接口方法中存在数组型参数时,应该怎么调用
服务端接口方法:
public int sendDTMS(String[] mobiles, String addSerial, int smsPriority,
String sign, String msgGroup, boolean isMo, String tempId,
String[] params)
客户端调用:
Call call=setSendDTMSCallParams(this.getSendDTMSCall());
responseString=(String)call.invoke(params);
参数params设置:
Object[] params=new Object[]{
null,
new String[]{"111","222"},
5,
null,
null,
false,
"681",
"4637"
};
当params中使用new String【】 传参时报错:
Exception in thread "main" AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
faultSubcode:
faultString: Unmarshalling Error: 意外的元素 (uri:"", local:"mobiles")。所需元素为(none)
求大神帮忙,这样的接口我在使用axis调用时应该怎么做?紧急,高分 展开
服务端接口方法:
public int sendDTMS(String[] mobiles, String addSerial, int smsPriority,
String sign, String msgGroup, boolean isMo, String tempId,
String[] params)
客户端调用:
Call call=setSendDTMSCallParams(this.getSendDTMSCall());
responseString=(String)call.invoke(params);
参数params设置:
Object[] params=new Object[]{
null,
new String[]{"111","222"},
5,
null,
null,
false,
"681",
"4637"
};
当params中使用new String【】 传参时报错:
Exception in thread "main" AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
faultSubcode:
faultString: Unmarshalling Error: 意外的元素 (uri:"", local:"mobiles")。所需元素为(none)
求大神帮忙,这样的接口我在使用axis调用时应该怎么做?紧急,高分 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询