Hi@all,
I have a session bean which needs to be a web service.
I created a Java client on the Session bean and made it a web service.
1 method works fine. This takes returns simple String.
The rest of the methods should return a complex data type.
When running those methods, I get an exception
java.lang.IllegalArgumentException: argument type mismatch
Any idea?
Please let me know how to get this working.
Thx 4 help
Greetz Dee