1 Reply Latest reply on May 19, 2006 10:41 AM by bobmatz

    WS-security with JBoss

    bobmatz

      Hi,
      how can I change the WSDD generated by Axis? I'm trying to add some WS-Security functions.

        • 1. Re: WS-security with JBoss
          bobmatz

          I've found out that i can deploy a new WSDD on Axis with help of the the AdminClient. But when I try to deploy a new WSDD I get an error Message back.

          The function I call:
          java org.jboss.axis.client.AdminClient -lhttp://localhost/ws4eeservices/AdminService C:\MasterDataService.wsdd

          here is the errormessage:
          java.lang.ClassCastException: org.jboss.axis.message.RPCElement
          at org.jboss.axis.client.AdminClient.process(AdminClient.java:364)
          at org.jboss.axis.client.AdminClient.process(AdminClient.java:341)
          at org.jboss.axis.client.AdminClient.process(AdminClient.java:349)
          at org.jboss.axis.client.AdminClient.process(AdminClient.java:283)
          at org.jboss.axis.client.AdminClient.main(AdminClient.java:388)

          Is it possible to change a wsdd with this function?
          Why do I get an ClassCastExcpetion?