Craig Greenhalgh [
http://community.jboss.org/people/craiggreenhalgh] created the
discussion
"Whats the equivilant of Conduit / allowRedirect in jbossws-native ?"
To view the discussion, visit:
http://community.jboss.org/message/571392#571392
--------------------------------------------------------------
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
[
http://community.jboss.org/message/571392#571392]
Start a new discussion in JBoss Web Services at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]