3 Replies Latest reply on Jul 29, 2005 10:35 AM by thomas.diesler

    JBoss + Web Service Client

    samokk

      Hi,

      I'm getting some trouble using Spring automatic client stub generatior for a web service..

      - If I use it outside of any J2EE container, with axis and axis-jaxrpc, no problem, it works beautifully.
      - However, if I run it inside JBoss ( I haven't tried any other j2ee container), it crashes and the exception says

      java.lang.NoSuchMethodError: org.apache.axis.description.ElementDesc.setNillable(Z)

      (exception thrown by Spring while creating the stub bean)

      I tried with and without axis libs deployed in the WAR.

      Does anyone have a clue ?
      Thanks a lot,
      Sami Dalouche

      PS: I tried automatic stub generation, because using a stub generated by AXIS doesn't work either...