Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrays in param is converted to empty XML #42

Open
wa05 opened this issue Jul 16, 2019 · 0 comments
Open

Arrays in param is converted to empty XML #42

wa05 opened this issue Jul 16, 2019 · 0 comments

Comments

@wa05
Copy link

wa05 commented Jul 16, 2019

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?
<InformeRecepcion_Guarda xmlns="http://mapplics.com/"><token>4b36f529065d34ec28b7ffcb83b0c3f6</token><id>0</id><provider_id>321</provider_id><number>A0FC60D7C</number>**<orders></orders><bodies></bodies>**</InformeRecepcion_Guarda>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant