Topic: Finally a working client

Ok, people. I finally got a working client.. BUT when I try to LOG IN ET returns "faultString: Login failed"

I've been reading and I found that the client_deploy.wssd has the line

<parameter name="user" value="et_documentation"/>

What should that parameter be?, tested with my user and didn't work

I see that then it's checked in the callback

if(user.equals(id)) pwcb.setPassword(password);

So i guess I'm using wrong username and password. my username is an email, is that what I Should Use? or should I use something else? I guess that's somewhere in the documentation but I didn't find anything about it.

And, for the use of whoever wants it, I'll post a link to a client I've built using the sample as base.

Hope is usefull for someone, i've been frying my brain trying to build it for too much days tongue

http://dl.dropbox.com/u/8560382/ETAxisSample.zip

It's a netbeans project with libs and all

Last edited by aseba (2010-07-13 16:13:10)

Re: Finally a working client

Ok, I finally got it. With the example above, I was just missing the configuration at "axisv14-client-test-properties".

Stupid me

Not sure if anybody is seeing this, but sometime, somewhere, someone will do tongue