Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #8436 SOAP-ERROR: Parsing WSDL: Couldn't load from http://demo.tuleap.com
    Infos
    #8436
    kannan (kannanc)
    2016-06-23 16:45
    2015-09-22 14:51
    8569
    Details
    SOAP-ERROR: Parsing WSDL: Couldn't load from http://demo.tuleap.com
    $soap_option = array(
    'cache_wsdl' => WSDL_CACHE_NONE,
    'exceptions' => 1,
    'trace' => 1
    );

    $client_login = new SoapClient($host_login, $soap_option);
    $session_hash = $client_login->login($userName,$password)->session_hash;
    $client_tracker = new SoapClient($host_tracker, $soap_option);

    The connection was success at first time,Failed if i try one more time
    Trackers
    Empty
    CentOS 5 + php53
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2016-06-23
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    I close this request.

    Feel free to reopen it if necessary.

    • Status changed from Acknowledged to Closed
    • Reported in version cleared values: 8.6
    • Close date set to 2016-06-23
    User avatar
    kannan (kannanc)2015-09-27 05:57
    The below steps are helped me to resolve. Step 1: Replace the second argumrnt of a constructor SoapClient as

    $soap_option = array(
    'cache_wsdl' => WSDL_CACHE_DISK,
    'exceptions' => 1,
    'trace' => 1
    );
    Step:2 clear the files in /tmp directory Step3: Restart the server Step4: Run the file on browser Note: ini_set("soap.wsdl_cache_enabled", 0); This line should be called before create instance for SoapClient
    User avatar
    kannan (kannanc)2015-09-23 05:49
    Hi,
    Also connection was success at once after restart the server.
    User avatar
    kannan (kannanc)2015-09-22 16:00
    Hi
    Is there any limit for soap api request per second or minute.
    User avatar
    kannan (kannanc)2015-09-22 14:57
    Hi,
    Kindly help us to fix this problem.
    It has been going well if i used the same code on old version(version 7.0.99.4) at different server

    Thanks