2 Replies Latest reply on Feb 12, 2005 11:07 AM by thomas.diesler

    style in servicedescription is null

    stundzig

      Hi,

      I've generate a webservice client with wscompile from jwsdp1.5. I've deployed it to my jboss-4.0.1RC2.

      But if I call a method on the service I get an NullPointerException in CallImpl line 115:

      if (serviceDesc.getStyle().equals(axisOp.getStyle()) == false)

      since serviceDesc.getStyle() returns null.

      How could I set the service description? I've found nothing appropriate in the forum.

      Thanks.

      Regards
      Steffen...