f00b4r / nusoap

:smirk: Fixed NuSOAP for PHP 5.6 - 8.2
https://f00b4r.github.io/nusoap/
320 stars 356 forks source link

Arrays in param is converted to empty XML #42

Open wa05 opened 5 years ago

wa05 commented 5 years ago

Hi Im sending an array of params like this and WebService receives emtpy the elements that are arrays...

[params] => Array
        (
            [token] => 4b36f529065d34ec28b7ffcb83b0c3f6
            [id] => 0
            [provider_id] => 321
            [number] => A0FC60D7C
            [orders] => Array
                (
                    [0] => 15665
                )
            [bodies] => Array
                (
                    [0] => Array
                        (
                            [id] => 6803
                            [DecVal1] => 16
                        )
                )
        )

This is the xml that Nusoap is going to send.. What could it be? `

4b36f529065d34ec28b7ffcb83b0c3f60321A0FC60D7C****

`