Hi Luc,

Thanks for trying!
I did see the detailed debug logs but I didn't see anything meaningful in them (they are HUGE!).

Thanks,

Tal. 
http://www.google.com/profiles/major.tal




On Sun, Jun 10, 2012 at 10:36 PM, Luc Saffre <luc.saffre@gmail.com> wrote:
I tried it on my machine. Seems indeed that SUDS doesn't manage to
swallow this appearently huge set of definitions.

Did you see that you get more (much more) output when you set DEBUG on
all suds loggers:

 logging.getLogger('suds').setLevel(logging.DEBUG)

instead of

 logging.getLogger('suds.client').setLevel(logging.DEBUG)

I had no patience to let my processes eat all of my machine's memory, so
I killed them after some time.
Hoping for hints from more experienced users.

Luc



On 10.06.2012 15:19, Tal Weiss wrote:
> I used the following piece of code with the attached zipped WSDL:
>
> import logging
> logging.basicConfig(level=logging.INFO)
> logging.getLogger('suds.client').setLevel(logging.DEBUG)
> from suds.client import Client
> from urllib import pathname2url
>
> URL = 'file:' +
> pathname2url("/home/tal/Downloads/travelport/uAPI_WSDLschema_Release-3.0/air_v19_0/Air.wsdl")
> CLIENT = Client(URL)
> print CLIENT
>
>
> My computer wen to sleep for several minutes and then the script
> terminated with no printout.
>
> Suds looks cool, but I can't get it to start...
> Please help?
>
> Thanks,
>
> Tal.
> http://www.google.com/profiles/major.tal
>
>
>
>
> _______________________________________________
> suds mailing list
> suds@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/suds