0 Replies Latest reply on Aug 9, 2002 5:38 AM by jmueller

    Jboss 3.0 and Soap 2.3.1

    jmueller

      Hi,

      first of all, 2 general question:
      1) Does JBoss 3.0 support Apache Soap 2.3.1 ?
      2) Or ist is Axis JBoss.NET required to send Soap requests to EJB's ?

      3) My concrete probleme:
      I' trying to send Soap reuests to EJB's and get the following error on Soap client side:
      ..........
      GetQuote:: Generated fault=[Attributes={}] [faultCode=SOAP-ENV:Server] [faultString=java.rmi.MarshalException: Invalid remote object] [faultActorURI=/soap/servlet/rpcrouter] [DetailEntries=
      [(0)=[SOAPException: faultCode=SOAP-ENV:Server; msg=java.rmi.MarshalException: Invalid remote object]
      at org.apache.soap.providers.StatefulEJBProvider.serialize(StatefulEJBProvider.java:327)
      ...

      I adapted the GetQuote example. The EJB is created (ejbCreate()), the bean method is invoked and the parameter are passed correctly. I tried an ejb method returning a String and void, I tried stateless and stateful session bean ... same result.

      Any hint is welcome, TIA