phpro / soap-client

A general purpose SOAP client for PHP
MIT License
857 stars 175 forks source link

Request does not contain parameters #186

Closed mflasquin closed 6 years ago

mflasquin commented 6 years ago
Q A
Version 0.7.6

Support Question

Each methods does not contain parameters when request it. For example :

$client = \Example\ERP\ERPClientFactory::factory('mywsdl.xsld'); $soapCalcKey = new \Example\ERP\Type\CalcKey('url','id','key'); $response = $client->get_calc_key($soapCalcKey); var_dump($client->debugLastSoapRequest());exit;

The debug request call the right method but does not contains parameters url, id and key.

veewee commented 6 years ago

Hi @max21,

Thanks for reporting. Could you show me what both the PHP type and the debug feedback looks like?

janvernieuwe commented 6 years ago

@max21 can you checkout dev-master (or update, since we tagged a new version), and regenrate your types to see if this solves your issue?

veewee commented 6 years ago

Hi @max21,

We consider this issue to be fixed. Feel free to create a new issue with additional WSDL + code generation information if you still have any problems.