首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > J2EE开发 >

xfire 客户端解决方法

2012-03-11 
xfire 客户端xfire 做客户端时Client client new Client(new URL(http://localhost:7001/serviceagent/

xfire 客户端
xfire 做客户端时
Client client = new Client(new URL("http://localhost:7001/serviceagent/remoting/ECManagerFacade?wsdl") );  
Object[] results = client.invoke( "deleteECMember" , new Object[]{null,null,null});
System.out.println(results[0]);


这段代码只能拿到int或string类型.

我想要拿到简单对象的话。。应该怎么写??

[解决办法]
你远程是返回的对象吗?
[解决办法]
用xfire的Eclipse Plugin生成web服务的客户端

这个方便
[解决办法]

探讨
你远程是返回的对象吗?

热点排行