Webservices

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 :wink:

Greetz Dee

Hi there,
first of all, are you sure the method has been passed
the right arguments?
Which are the parameters the method gets?
As Iยดm not really into Java Web Services
I suggest you post some of the code here
so that the JGO-Ninjas can work on that :wink: