English 中文(简体)
PHP SOAP的特征
原标题:Features of PHP SOAP

我很想知道在PHP Soap中得到充分支持的特征,我尝试对此进行研究,但很少有文件支持PHP Soap。

在通过客户机交换数据时如何使用Sap,然后是服务器。

我知道这一点相当模糊,但是,由于我不断问我,我认为找到更多情况更好。

问题回答

PHP在用户和服务器的SOAP课程中都有一些建筑。 http://docs.php.net/manual/en/book.soap.php“rel=“nofollow”>here。

但是,你们必须确信,你的植物检疫和植物检疫措施的建设是在《社会行动计划》的支持下进行的。

“PHP中得到充分支持的特征”基本不存在。

Built in SOAP client is ok only for basic services. It doesn t support any WS extensions, so you have to add support manually, e.g. including headers for WS-Security.

此外,在处理名称空间和提出要求方面也存在一些问题。

如果你使用该软件,并且对缺失的参数或格式不当的请求感到不安,你可能希望修改这些要求——可以通过扩大SapClient类别和压倒一切的Request功能来这样做。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签