opensubscriber
   Find in this group all groups
 
Unknown more information…

a : axis-dev@ws.apache.org 11 September 2009 • 12:21AM -0400

[jira] Created: (AXIS-2806) Setting CONNECTION_TIMEOUT_PROPERTY
by Manohar G (JIRA)

REPLY TO AUTHOR
 
REPLY TO GROUP




Setting CONNECTION_TIMEOUT_PROPERTY
-----------------------------------

                 Key: AXIS-2806
                 URL: https://issues.apache.org/jira/browse/AXIS-2806
             Project: Axis
          Issue Type: Bug
    Affects Versions: 1.2.1
         Environment: WINDOWS/LINUX
            Reporter: Manohar G


We need to set connection timeout property for axis client and we set in 2 different ways. It was not working in anyway.

1. stub._setProperty(org.apache.axis.client.Call.CONNECTION_TIMEOUT_PROPERTY, new Integer(30000);

2. Call call = stub._createCall();
      call.setProperty(Call.CONNECTION_TIMEOUT_PROPERTY, new Integer(30000));

Any help is appreciated.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

opensubscriber is not affiliated with the authors of this message nor responsible for its content.