Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoapClient example #29

Open
ltozi opened this issue Dec 1, 2016 · 0 comments
Open

SoapClient example #29

ltozi opened this issue Dec 1, 2016 · 0 comments

Comments

@ltozi
Copy link

ltozi commented Dec 1, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant