You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Manohar G (JIRA)" <ax...@ws.apache.org> on 2009/09/10 18:21:57 UTC

[jira] Created: (AXIS-2806) Setting CONNECTION_TIMEOUT_PROPERTY

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.