SoapFault 异常:[HTTP] 获取 http 标头时出错

SoapFault exception: [HTTP] Error Fetching http headers(SoapFault 异常:[HTTP] 获取 http 标头时出错)
本文介绍了SoapFault 异常:[HTTP] 获取 http 标头时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我的 php 页面出现以下异常.

I am getting following exception in my php page.

SoapFault 异常:[HTTP] 获取 http 标头时出错

我阅读了几篇文章,发现 default_socket_timeout 需要配置.所以我设置如下.default_socket_timeout = 480

I read couple of article and found that default_socket_timeout needs configuration. so I set it as follow. default_socket_timeout = 480

我仍然遇到同样的错误.有人可以帮我吗?

I am still getting same error. Can someone help me out?

推荐答案

我在 Web 服务中的一个流程需要很长时间才能执行.因此,我收到了肥皂错误异常.

One of my process within web service was taking long time to execute. Therefore I was getting soapfault exeception.

这篇关于SoapFault 异常:[HTTP] 获取 http 标头时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

相关文档推荐

Uploading Image from android to PHP server(将图像从android上传到PHP服务器)
Sending file together with form data via ajax post(通过ajax post将文件与表单数据一起发送)
Laravel - validate file size when PHP max upload size limit is exceeded(Laravel - 超过 PHP 最大上传大小限制时验证文件大小)
How to upload file through Jquery/AJAX(如何通过 Jquery/AJAX 上传文件)
PHP: move_uploaded_file() failed to open stream: No such file or directory(PHP:move_uploaded_file() 无法打开流:没有那个文件或目录)
Creating a file progress bar in PHP(在 PHP 中创建文件进度条)