I'am using Local SessionBeans with Object Arguments.
For Example:
@Stateless
@Local(BiManager.class)
@LocalBinding(jndiBinding="BiManager")
public class UserManagerBean implements UserManager {
public void registerUser(Object newUserData){
...
I get a error message (IllegalArgumentExceptio
Firstly Doug i have to say thankya for your reply.
Nevertheless it isn't working in that way. I've changed my method from
| @WebMethod(operationName="HelloWorld")
| @WebResult(name="Hello")
| public String HelloWorld(){
| return "Hello World";
| }
|
to
| @WebMethod(op
I found out that the problem is in the wsdl at line 18.
|
|
The error is the "name" attribute. It should be called "parameters".
|
|
My new question is: How can i change that behaviour on JBOSS?
View the original post :
http://www.jboss.com/index.html?module=bb&op=
Hello...dunno if this is the right board since i saw there is a JBOSS.NET board
as well. I hope it will fit in here.
actually i'am using EJB 3.0 and trying to access a simple HelloWorld method
from a C# Client. But it seems that the *.wsdl file which is generated by my
annotations does'nt work