SoapClient with Parameter ?wsdl should return wsdl File
Open
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
Assessment
This issue has not been assessed yet.