Posted By:
ysmanyam_subbu
Posted On:
Thursday, July 9, 2009 06:52 AM
hi,
how to set timeout uisng the BindingProvider .i have the following code but i am unable to set the settimeout
Map
context = ((BindingProvider)proxy).getRequestContext();
context.put("3000", 30000); // 30 seconds
context.put("5000", 50000); // 50 seconds
here proxy is port but i dont know how to get the port please help me