0 Replies Latest reply on Nov 16, 2010 8:25 AM by craiggreenhalgh

    Whats the equivilant of Conduit / allowRedirect in jbossws-native ?

    craiggreenhalgh

      I need to allow redirect in in my web service call.

       

      In the CFX stack I would do something like :

       

      Client client = ClientProxy.getClient(provider);
      HTTPConduit http = (HTTPConduit) client.getConduit();
      http.getClient().setAutoRedirect(true);

       

      Do you know how I could achieve this using the jboss-native stack ?

       

      Many thanks

       

      Craig