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
···
On 8/2/07, venture Lee <liwenqiu@gmail.com> 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
No Reply is far better than RTFM.
···
On Aug 2, 2007, at 9:34 AM, Tim Pease wrote:
On 8/2/07, venture Lee <liwenqiu@gmail.com> 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, thanksruby webservice - Google Search
TwP
Ah yes. I enjoy Funny Manuals!
~ Ari
English is like a pseudo-random number generator - there are a bajillion rules to it, but nobody cares.
···
On Aug 2, 2007, at 12:58 PM, John Joyce wrote:
On Aug 2, 2007, at 9:34 AM, Tim Pease wrote:
No Reply is far better than RTFM.