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#4131295

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131295
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to