Re: [Soap-Python] [Pywebsvcs-talk] a question about suds

2011-12-07 Thread Dieter Maurer
贾晓磊 wrote at 2011-12-7 15:38 +0800: > ... >1:By the url " >http://webservice.webxml.com.cn/WebServices/WeatherWS.asmx?wsdl"; , we can >get the words : > >http://schemas.xmlsoap.org/wsdl/soap/"; >xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"xmlns:soapenc="; >http://schemas.xmlsoap.org/soap

Re: [Soap-Python] [Pywebsvcs-talk] a question about suds

2011-12-07 Thread Japan Shah
We're facing the same issue with suds & soaplib.. we've ended up with a solution that we're using FileCache for suds so after implementing caching suds side, we're facing BadStatusLine problem very rarely... On Wed, Dec 7, 2011 at 1:32 PM, Dieter Maurer wrote: > 贾晓磊 wrote at 2011-12-7 15:38 +08

Re: [Soap-Python] [Pywebsvcs-talk] a question about suds

2011-12-07 Thread 贾晓磊
Thanks for your replay. Sorry for the word "idle". In fact, I am a Chinese, who live in Beijing City, China. Shamed for the terrible english. If we talk a man wih free time, which word should we use? idle, free, leisure,or something else? :) Okay, last two question: 1: I am a novice to soap, abs

Re: [Soap-Python] [Pywebsvcs-talk] a question about suds

2011-12-07 Thread Dieter Maurer
贾晓磊 wrote at 2011-12-7 16:40 +0800: > ... >"The "suds" documentation tells you how to specify the use of a specific >port." In fact, I did not know how to specific port in suds. I know that it is in the documentation. But, I will not read for you ;-) -- Dieter __

Re: [Soap-Python] [Pywebsvcs-talk] a question about suds

2011-12-07 Thread 贾晓磊
We're facing the same issue with suds & soaplib.. > > we've ended up with a solution that we're using FileCache for suds so > after implementing caching suds side, > we're facing BadStatusLine problem very rarely... > Thanks for the feedback ! Two question: :) 1: do you mean : client = suds.

Re: [Soap-Python] [Pywebsvcs-talk] a question about suds

2011-12-07 Thread 贾晓磊
>"The "suds" documentation tells you how to specify the use of a specific > >port." In fact, I did not know how to specific port in suds. > > I know that it is in the documentation. But, I will not read for you ;-) > > okay, thanks all the same! I will read it myself. Thanks! -- Jia Xiaolei --

Re: [Soap-Python] Fwd: some questions about soaplib

2011-12-07 Thread Burak Arslan
On 12/07/11 07:51, 贾晓磊 wrote: > Exception in thread "main" org.apache.axis2.AxisFault: Connection > refused: connect I think this speaks enough for itself. You don't even read what you're sending us, so why should we? Burak ___ Soap mailing list Soap@

Re: [Soap-Python] Fwd: some questions about soaplib

2011-12-07 Thread 贾晓磊
> Exception in thread "main" org.apache.axis2.AxisFault: Connection > > refused: connect > > I think this speaks enough for itself. You don't even read what you're > sending us, so why should we? > > Burak > Hi, Burak: I certainly read what I sent. In part 1, serve-side is tornadows, the axis2-c

Re: [Soap-Python] Small error running rpclib under python3 - found and fixed

2011-12-07 Thread Burak Arslan
On 06.12.2011 10:28, Frank Millman wrote: Hopefully this is useful information. I will be happy to take this further if you would like. Hi Frank, Thank you very much for providing these clues, appreciated. So, I've done most of the grunt work for Python3 migration. 2to3 is a stupid tool, so

Re: [Soap-Python] Fwd: some questions about soaplib

2011-12-07 Thread Burak Arslan
On 07.12.2011 12:02, 贾晓磊 wrote: > > > Exception in thread "main" org.apache.axis2.AxisFault: Connection > > > refused: connect > > I think this speaks enough for itself. You don't even read what you're > sending us, so why should we? > > Burak > > Hi, Burak: > > I certainly read wha

Re: [Soap-Python] rpclib - very strange problem

2011-12-07 Thread Burak Arslan
On 12/07/11 01:58, azurIt wrote: FIXED!! :) but i put it inside 'cannot_auth_function': def cannot_auth_function(ctx, state): ctx.descriptor.reset_function() return {"state": state} so it will be called only when it's needed. great to hear azur. sorry, i should have told you t