Ricorocks-Digital-Agency / Soap

A Laravel SOAP client that provides a clean interface for handling requests and responses.
MIT License
406 stars 33 forks source link

Array Nodes? #37

Closed ArthurPatriot closed 3 years ago

ArthurPatriot commented 3 years ago

Home make some Soap Call?: $soap->call('SubmitQuote', [ 'Products' => [ 'Product' => [], 'Product' => [], 'Product' => [] ] ]);