[jboss-user] [JBossWS] - Re: How to maintain session management with web services

richard.opalka@jboss.com do-not-reply at jboss.com
Fri Feb 22 02:56:44 EST 2008


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



More information about the jboss-user mailing list