3 Replies Latest reply on Jun 12, 2006 8:17 AM by thomas.diesler

    Client stubs with JBoss 4.0.2

    bh77

      Does JBOss support using generated stubs to access web services ?

      eg could I use :
      //create service and port
      HttpProxySampleService service = new HttpProxySampleService_Impl();
      HttpProxySamplePortType port = service.getHttpProxySamplePortTypeSoapPort();
      port.doSomething();

      or do I have to use the dynamic proxy of DII method of invocation ?

      many thanks