sorry for the time ...
I resolved, the key was in the class path, I referenced to jars that are referenced in the wsrunclient.sh ...
(some for jboss-5.1.GA/client and jboss -5.1.GA/lib/endorsed)
now I have another problem ... :-(
I have a client.jar, that have the code I post it before ... (The client works perfect with a JUnit)
This client.jar is reference by a .war project ...
When I deploy the war in jboss 4.0.5, when try to do "new Service()" the program freeze, and dont throw any exception ...
I try too, to deploy at jboss 5.1.0 and I have the exception ...
java.lang.ClassCastException: $Proxy344 cannot be cast to org.jboss.ws.core.StubExt
I think is a reference problem ... I try a lot of combination ...
but I dont known how to resolved ...
any ideas ?
thanks!