Difference between revisions of "SUDS Patch"
Jump to navigation
Jump to search
(Created page with 'How to patch suds') |
|||
Line 1: | Line 1: | ||
How to patch suds | In order to support web services with wsdl specifications that include <choice> elements, you will need to use a patched version of [https://fedorahosted.org/suds/ SUDS]. | ||
Recent binary versions of VisTrails should already have the patched version. Users running Linux will need to apply the patch. Using the steps below. | |||
=== How to patch SUDS === | |||
* Download the latest SUDS version using: "svn co http://svn.fedorahosted.org/svn/suds/trunk". The patch was tested with version SUDS build 710. | |||
* Download the patch | |||
"svn co http://svn.fedorahosted.org/svn/suds/trunk" | |||
Original patch source: https://fedorahosted.org/suds/ticket/342 | |||
=== References === | |||
This bug was discussed at: https://fedorahosted.org/suds/ticket/342 |
Revision as of 14:40, 20 September 2011
In order to support web services with wsdl specifications that include <choice> elements, you will need to use a patched version of SUDS.
Recent binary versions of VisTrails should already have the patched version. Users running Linux will need to apply the patch. Using the steps below.
How to patch SUDS
- Download the latest SUDS version using: "svn co http://svn.fedorahosted.org/svn/suds/trunk". The patch was tested with version SUDS build 710.
- Download the patch
"svn co http://svn.fedorahosted.org/svn/suds/trunk"
Original patch source: https://fedorahosted.org/suds/ticket/342
References
This bug was discussed at: https://fedorahosted.org/suds/ticket/342