facebook / facebook/hhvm

SOAP-Client Fail

Open
#5,251 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.