[web2py] Re: How to debug web service

2011-12-27 Thread Alan Etkin
Have you read the request data processed by the web2py service? You
could send it to a log, store it in db or just print it on the
standard output (in development) with the print command for comparing
the strings.

On 27 dic, 13:09, Mirek Zvolský  wrote:
> I have problem with web2py web 
> servicehttps://groups.google.com/forum/#!searchin/web2py/xmlrpclib/web2py/gZ...
>
> and I received no answer here in google group.
> OK, it is my problem.
>
> But, can somebody teach me or give some starting ideas, how to do debugging
> of such problems ?
> Thanks


[web2py] Re: How to debug web service

2011-12-27 Thread Alan Etkin
I also think the problem is the rpc client code, since the request
output looks the same in both cases. Why do you create a new Transport
instance instead of leaving the default value?

On Dec 27, 1:09 pm, Mirek Zvolský  wrote:
> I have problem with web2py web 
> servicehttps://groups.google.com/forum/#!searchin/web2py/xmlrpclib/web2py/gZ...
>
> and I received no answer here in google group.
> OK, it is my problem.
>
> But, can somebody teach me or give some starting ideas, how to do debugging
> of such problems ?
> Thanks