invalid namespace in generated wsdl operation

Bug #1235238 reported by Xavier Trochu
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
WSME
Fix Released
Undecided
Unassigned

Bug Description

Using 0.5b5, the generated wsdl contains soap:operation nodes inside wsdl:operation nodes, but the namespace used is incorrect.

The bug is on line 227 of wsmeext/soap/wsdl.py

                wsdl_ns('operation'),

should be

                soap_ns('operation'),

Revision history for this message
Xavier Trochu (xavier-w) wrote :
description: updated
Revision history for this message
Sławek Ehlert (slafs) wrote :

Yeah this bit me too. The provided patch fixes the issue. Can someone please merge this in?

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.