Closed mflasquin closed 6 years ago
Hi @max21,
Thanks for reporting. Could you show me what both the PHP type and the debug feedback looks like?
@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?
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.
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.