kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

1 line patch for supporting both import and include in WSDL files #100

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello there, 

I noticed that you don't support both import and include tags in WSDL, which I 
require. A very simple fix is to change line 617 of client.py to read:

                if element.get_local_name() in ('import', 'include', ):

Original issue reported on code.google.com by rca...@gmail.com on 19 May 2013 at 9:55

GoogleCodeExporter commented 8 years ago
I see this patch applied for schema imports sometime ago

Original comment by reingart@gmail.com on 29 Aug 2013 at 6:54