6 Replies Latest reply on Apr 24, 2005 4:45 AM by md5georg

    Problem getting unexpected element name returned to client

    acxsjones

      I have work through examples and have a simple hello world working gen'd from an EJB.

      I am trying to get a complex EJB, with my objects in and out, working. I am able to get the server deployed and get the client compiled. The client sends the request server. The server prints out the information.

      The client gets an error "Caused by: unexpected element name: expected=result, actual=(http://helloworld2.ejb.test.acxiom.com/types}HelloReply

      It looks like the client is looking for a "result" but getting my actual object.

      Any help would be great