From: Tim Pease Date: 2007-08-02T23:34:17+09:00 Subject: Re: How to call WebService writed by java? On 8/2/07, venture Lee wrote: > i public a webservice, it implement by java and xfire, method parameter is a > complex type, example: > public class User() { > private String username; > private String password; > //...geter and seter > } > webservice method define : boolean login(User user); > How to call it by ruby, thanks > http://www.google.com/search?q=ruby%20webservice TwP