SOAP-Client Fail
Open
php5 incompatibility
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
I do a SOAP-Client call like:
$client = new SoapClient(null, array(
'location' => WEBSERVICE_BILDVERARBEITUNG_URI_IMAGEPROCESSING."index.php",
'uri' => WEBSERVICE_BILDVERARBEITUNG_URI_IMAGEPROCESSING,
'style' => SOAP_RPC,
'encoding' => 'UTF8',
'trace' => 1));
$retval = $client->doImageProcessing(WEBSERVICE_BILDVERARBEITUNG_AUTH_KEY, trim($xml));
The Constant WEBSERVICE_BILDVERARBEITUNG_AUTH_KEY is a String but the SOAP-Server did not recive this information so I get a Error.
Does anybody know an issue for this problem.
Contributor guide
Assessment
This issue has not been assessed yet.