Service service = Service.create(wsdlURL, serviceName);
YourServiceIface proxy = (YourServiceIface)service.getPort(YourServiceIface.class);
((BindingProvider)proxy).getRequestContext().put(BindingProvider.SESSION_MAINTAIN_PROPERTY,
true);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131295#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...