rajiv209 Posted March 17, 2012 Share Posted March 17, 2012 The SOAP request initialization is taking too long to execute. We have analyzed the system and application logs which suggest that the issue resides with SOAP request initialization. We are using PHP5.3 to call .net web service using SOAP. Please suggest. Link to comment https://forums.phpfreaks.com/topic/259124-soap-request-initialization-is-taking-too-long-to-execute/ Share on other sites More sharing options...
salathe Posted March 17, 2012 Share Posted March 17, 2012 So, the issue is that it takes too long for PHP to talk to the web service? If that's the case, there's likely no problem with the PHP. Link to comment https://forums.phpfreaks.com/topic/259124-soap-request-initialization-is-taking-too-long-to-execute/#findComment-1328411 Share on other sites More sharing options...
rajiv209 Posted March 17, 2012 Author Share Posted March 17, 2012 The request initialization at PHP end is taking too long. If we are calling webservice externally its working fine. Link to comment https://forums.phpfreaks.com/topic/259124-soap-request-initialization-is-taking-too-long-to-execute/#findComment-1328415 Share on other sites More sharing options...
salathe Posted March 17, 2012 Share Posted March 17, 2012 What initialisation are you speaking of? Please give more insight into the code that you're using, where you see the problem being and how you have reached the conclusion that it is taking too long. Link to comment https://forums.phpfreaks.com/topic/259124-soap-request-initialization-is-taking-too-long-to-execute/#findComment-1328466 Share on other sites More sharing options...
cpd Posted March 17, 2012 Share Posted March 17, 2012 From what your saying, it sounds like you mean your initial SoapClient instantiation is taking too long? I somehow doubt that's the case as the instantiation of the SoapClient class merely identifies the Web Service and the functions you can execute. Are you sure your __soapCall isn't the line taking too long? Link to comment https://forums.phpfreaks.com/topic/259124-soap-request-initialization-is-taking-too-long-to-execute/#findComment-1328557 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.