[Doc] Add the WSDL address
This commit is contained in:
parent
32259355d6
commit
4abf5a59ed
|
@ -50,4 +50,9 @@ Annotations for Controllers
|
||||||
{
|
{
|
||||||
return $this->container->get('besimple.soap.response')->setReturnValue(sprintf('Hello %s!', $name));
|
return $this->container->get('besimple.soap.response')->setReturnValue(sprintf('Hello %s!', $name));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Get your WSDL
|
||||||
|
-------------
|
||||||
|
|
||||||
|
To access your WSDL go to the following address: http://localhost/app_dev.php/ws/DemoApi?wsdl
|
||||||
|
|
Loading…
Reference in New Issue