facebook / facebook/hhvm

SoapClient with Parameter ?wsdl should return wsdl File

Open
#1,367 1 comment 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

When I create a SoapServer with an wsdl File, the call from the SoapClient with the query Parameter should retrun the wsdl file.

```
'UTF-8'
) );
$server->addFunction( array(
'getFoo',
'getBar',
) );
$server->handle();

function getByProductCode( $request )
{
return $request;
}

function getByProductGroups( $request )
{
return $request;
}
```

http://127.0.0.1service/index.php?wsdl -> no wsdl

Is it possible to fix this issue please? Our services are all building upon this feature.

Greetings Jan

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.