Skip to content

SoapClient example #29

@ltozi

Description

@ltozi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions