JBoss Community

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

created by Craig Greenhalgh in JBoss Web Services - View the full discussion

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

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community