-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Hi, Is it possible to have a simple example of a SwA? I'm not able to see any example for this case.
This is the code I use for connecting with basic auth:
`$options = array(
'login' => $this->container->getParameter('ws_username'),
'password' => $this->container->getParameter('ws_password')
);
$client = new SoapClient($this->container->getParameter('wsdl_documents'), $options);
$params = array (
"number" => $number,
"fullClassName" => $fullClassName
);
$response = $client->Download($params);`
The exception I've got is:
Cannot find dispatch method for {}parameters
Thanks a lot
Metadata
Metadata
Assignees
Labels
No labels