0 Replies Latest reply on Jul 11, 2006 4:14 PM by manmeet

    Problem with JbossWS4EE

    manmeet

      I am trying to use the JBossWS4EE. Successfully deployed a Webservice returns a complex type. as below.

      result{
      string username;
      string ticket;
      }

      On the clientside I get a nullpointer exception when I invoke the service. Also in my TCP monitor I see the correctly generated SOAP Envelope being passed by the Webservice. Any help will be appreciated.