Michael van Tellingen

Results 108 comments of Michael van Tellingen

Ah interesting, it is indeed hardcoded currently. Are you able to open a PR to implement this?

I think only the `import` change is needed right?

I had some time to look at zeep issues again, but looking at this issue i ran into the problem that the wsdl is incomplete. So I can't reproduce it...

Thanks, are you able to submit a PR which adds a failing unittest for this?

So re-reading your issue it seems this is a limitation of the datetime type in python right? You could subclass ``zeep.xsd.builtins.DateTime`` to use numpy.datetime64 and register it in ``zeep.xsd.builtins.default_types`` and...

Hi, thanks for this. Is it possible to reduce the test code so we don't need to add multiple xsd files?

If this is an AXIS soap server then this seems be a duplicate of #493 Can you confirm that? (It seems only the axis servers are doing this completely wrong)

Okay. I agree that this should be done better. I'll look into it

I think we indeed need to come up with a generic solution. Currently we only have Page -> PageRevision but perhaps we should create something like PageFacade -> Page ->...