WSDL generation for non mandatory arguments

Bug #1394518 reported by Sławek Ehlert
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
WSME
Fix Released
Undecided
Unassigned

Bug Description

proposed fix is here https://github.com/stackforge/wsme/pull/4

Cannot generate WSDL when having functions with default value kwargs

For example:
```
    @expose([MyClass])
    @validate(unicode, unicode, unicode, unicode)
    def get(self, one, two, three, four = None):
        ...
```

Tags: soap wsdl
Revision history for this message
Sławek Ehlert (slafs) wrote :

In addition I've made a pull request with some fixes for SOAP protocol

Here it is: https://github.com/stackforge/wsme/pull/6

Maybe when I'll have more time I'll try to setup this whole openstack/gerrit workflow and hopefully it'll get merged then.

Revision history for this message
Stéphane Bisinger (kjir) wrote :

The referenced changes were merged in quite some time ago. Thanks for the fixes!

Changed in wsme:
status: New → Fix Committed
Changed in wsme:
milestone: none → 0.8.0
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.