Git Product home page Git Product logo

Comments (4)

shushu304 avatar shushu304 commented on June 23, 2024 1

Thanks Lars,

I tested and looks ok.

This is what I got for the example I posted:

<?xml version="1.0" encoding="UTF-8"?><methodCall><methodName>update_plan_prices</methodName><params><param><value><string>something</string></value></param><param><value><string>15632</string></value></param><param><value><int>1395</int></value></param><param><value><string>15/09/2021</string></value></param><param><value><struct><member><name>4035</name><value><array><data><value><int>3600</int></value><value><int>3700</int></value><value><int>4200</int></value><value><int>4300</int></value></data></array></value></member></struct></value></param></params></methodCall>

And for the comment of more then 1 integers keys in ascending order:
<?xml version="1.0" encoding="UTF-8"?><methodCall><methodName>update_plan_prices</methodName><params><param><value><string>something</string></value></param><param><value><string>15632</string></value></param><param><value><int>1395</int></value></param><param><value><string>15/09/2021</string></value></param><param><value><struct><member><name>4034</name><value><array><data><value><int>2500</int></value><value><int>2600</int></value><value><int>2650</int></value><value><int>2700</int></value></data></array></value></member><member><name>4035</name><value><array><data><value><int>3600</int></value><value><int>3700</int></value><value><int>4200</int></value><value><int>4300</int></value></data></array></value></member></struct></value></param></params></methodCall>

from fxmlrpc.

shushu304 avatar shushu304 commented on June 23, 2024

Just adding that this is happening when have more then 1 integers keys in ascending order
i.e 4035, 4036... they will be treated and converted data-values.

If they will be in some randomly order , i.e 4036, 4035 ... they will be converted to structs with member node.

from fxmlrpc.

lstrojny avatar lstrojny commented on June 23, 2024

@shushu304 could you test #84 which should address your issues?

from fxmlrpc.

lstrojny avatar lstrojny commented on June 23, 2024

Fixed with #84

from fxmlrpc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.