日期:2014-05-20  浏览次数:20650 次

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服务的客户端

这个方便
------解决方案--------------------
探讨
你远程是返回的对象吗?