facebook / facebook/hhvm

SoapClient with Parameter ?wsdl should return wsdl File

Abierto
#1,367 1 comentario 0 reacciones 0 asignados Ver en GitHub
php5 incompatibility
Lenguaje dominante
C++
Estrellas
18.7k
Forks
3.1k
Merge medio
1 h 47 min
PR fusionados (30 d)
2

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.