Python论坛  - 讨论区

标题:[python-chinese] 开发SOAP程序用什么组件?

2007年07月23日 星期一 11:40

sunbaole sun_able在kinca.cn
星期一 七月 23 11:40:54 HKT 2007

浏览了http://pywebsvcs.sourceforge.net/,其推荐了多种WebService组件。重 
点推荐是ZSI。
而《Dive Into Python》提供SOAPpy组件,只是各组件版本太旧。

我想在我的程序中使用SSL连接,请问使用哪种组件较好?(预使用Python2.5.1版本)

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年07月23日 星期一 13:05

沈崴 wileishn在gmail.com
星期一 七月 23 13:05:05 HKT 2007

WebService ... 祝您好运!

如果屎提供的 WebService 是标准的, 那么 ZSI 能自动生成所有的代码接口 (支持 SSL), 好酷! ……
但这个前提几乎是不可能的。所以要手工 HACK ZSI 框架以适应非标准的 WebService。

在项目进行到一半的时候, ZSI 终于被改得面目全非。为了说明 WebService 是一个拖裤子放屁的设计, 我开始手工发送 XML 文本
(httplib), 用 gnosis 库解析 XML。这样怨念就可以被顺利地送往 WebService, 并最终导致该服务器爆炸。

事实上, 绝大多数 WebService 都带有除了 Python 之外的所有语言的官方接口, 当然也包括 PHP 和 Ruby
在内。这不愧为一个坏极了的消息 …… 当然对 Python 职业程序员来说, 这是一个可以无视的问题, 因为大部分 WebService
接口用 Python 作 XML 字符串处理都可以在两三天内搞定, 这显然要比 Java 快得多。

在 07-7-23,sunbaole<sun_able在kinca.cn> 写道:
> 浏览了http://pywebsvcs.sourceforge.net/,其推荐了多种WebService组件。重
> 点推荐是ZSI。
> 而《Dive Into Python》提供SOAPpy组件,只是各组件版本太旧。
>
> 我想在我的程序中使用SSL连接,请问使用哪种组件较好?(预使用Python2.5.1版本)
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

---
匿名 (努力学习 Python 中 ...)
http://blog.163.com/eishn

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年07月24日 星期二 17:54

magic lu lujianxy在gmail.com
星期二 七月 24 17:54:41 HKT 2007

这位仁兄想说明什么呢?

WebService其实是一个xml串的处理?

那RSS不是一样?BLOG也就是没什么用的东西了?

ajax更是一样,在这个概念出来的N年前javascript就可以做同样的事情了。

我觉得重要的是概念,面向服务的概念,webservice本来就不是什么新技术。

如同web2.0一样,只是一个概念,用现有技术提出的一个新的运用模式。

以上反驳不知道是否理解错误了你原话的意思,如果我理解错误了,请原谅。凌晨4点才睡觉,7点起。目前是靠咖啡撑着的。

On 7/23/07, 沈崴 <wileishn at gmail.com> wrote:
>
> WebService ... 祝您好运!
>
> 如果屎提供的 WebService 是标准的, 那么 ZSI 能自动生成所有的代码接口 (支持 SSL), 好酷! ……
> 但这个前提几乎是不可能的。所以要手工 HACK ZSI 框架以适应非标准的 WebService。
>
> 在项目进行到一半的时候, ZSI 终于被改得面目全非。为了说明 WebService 是一个拖裤子放屁的设计, 我开始手工发送 XML 文本
> (httplib), 用 gnosis 库解析 XML。这样怨念就可以被顺利地送往 WebService, 并最终导致该服务器爆炸。
>
> 事实上, 绝大多数 WebService 都带有除了 Python 之外的所有语言的官方接口, 当然也包括 PHP 和 Ruby
> 在内。这不愧为一个坏极了的消息 …… 当然对 Python 职业程序员来说, 这是一个可以无视的问题, 因为大部分 WebService
> 接口用 Python 作 XML 字符串处理都可以在两三天内搞定, 这显然要比 Java 快得多。
>
> 在 07-7-23,sunbaole<sun_able at kinca.cn> 写道:
> > 浏览了http://pywebsvcs.sourceforge.net/,其推荐了多种WebService组件。重
> > 点推荐是ZSI。
> > 而《Dive Into Python》提供SOAPpy组件,只是各组件版本太旧。
> >
> > 我想在我的程序中使用SSL连接,请问使用哪种组件较好?(预使用Python2.5.1版本)
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
> ---
> 匿名 (努力学习 Python 中 ...)
> http://blog.163.com/eishn
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070724/b29eec66/attachment-0001.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年07月25日 星期三 10:12

helium helium.sun在gmail.com
星期三 七月 25 10:12:02 HKT 2007

正好我在做跟soap相关的开发,研究过几天ZSI,感觉挺好用的啊。

不过现在改用gSOAP了。。。


On 7/23/07, sunbaole <sun_able at kinca.cn> wrote:
> 浏览了http://pywebsvcs.sourceforge.net/,其推荐了多种WebService组件。重
> 点推荐是ZSI。
> 而《Dive Into Python》提供SOAPpy组件,只是各组件版本太旧。
>
> 我想在我的程序中使用SSL连接,请问使用哪种组件较好?(预使用Python2.5.1版本)
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年07月25日 星期三 13:12

wangke wangke1970在gmail.com
星期三 七月 25 13:12:04 HKT 2007

gSOAP只能在C/C++上用,python能用吗?难道要python扩展的方法
----- Original Message ----- 
From: "helium" <helium.sun在gmail.com>
To: <python-chinese在lists.python.cn>
Sent: Wednesday, July 25, 2007 10:12 AM
Subject: Re: [python-chinese] 开发SOAP程序用什么组件?


> 正好我在做跟soap相关的开发,研究过几天ZSI,感觉挺好用的啊。
> 
> 不过现在改用gSOAP了。。。
> 
> 
> On 7/23/07, sunbaole <sun_able在kinca.cn> wrote:
>> 浏览了http://pywebsvcs.sourceforge.net/,其推荐了多种WebService组件。重
>> 点推荐是ZSI。
>> 而《Dive Into Python》提供SOAPpy组件,只是各组件版本太旧。
>>
>> 我想在我的程序中使用SSL连接,请问使用哪种组件较好?(预使用Python2.5.1版本)
>> _______________________________________________
>> python-chinese
>> Post: send python-chinese在lists.python.cn
>> Subscribe: send subscribe to python-chinese-request在lists.python.cn
>> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
>> Detail Info: http://python.cn/mailman/listinfo/python-chinese
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年07月26日 星期四 09:55

helium helium.sun在gmail.com
星期四 七月 26 09:55:12 HKT 2007

就是改用了C++。。。

On 7/25/07, wangke <wangke1970 at gmail.com> wrote:
> gSOAP只能在C/C++上用,python能用吗?难道要python扩展的方法
> ----- Original Message -----
> From: "helium" <helium.sun at gmail.com>
> To: <python-chinese at lists.python.cn>
> Sent: Wednesday, July 25, 2007 10:12 AM
> Subject: Re: [python-chinese] 开发SOAP程序用什么组件?
>
>
> > 正好我在做跟soap相关的开发,研究过几天ZSI,感觉挺好用的啊。
> >
> > 不过现在改用gSOAP了。。。
> >
> >
> > On 7/23/07, sunbaole <sun_able at kinca.cn> wrote:
> >> 浏览了http://pywebsvcs.sourceforge.net/,其推荐了多种WebService组件。重
> >> 点推荐是ZSI。
> >> 而《Dive Into Python》提供SOAPpy组件,只是各组件版本太旧。
> >>
> >> 我想在我的程序中使用SSL连接,请问使用哪种组件较好?(预使用Python2.5.1版本)
> >> _______________________________________________
> >> python-chinese
> >> Post: send python-chinese at lists.python.cn
> >> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> >> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> >> Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年07月26日 星期四 13:51

Question wanliyou在gmail.com
星期四 七月 26 13:51:47 HKT 2007

WebService和webservice结合吧,杀牛的时候用SOAP,杀个鸡rpc就OK了,或者看上去比较酷的REST

On 7/26/07, helium <helium.sun at gmail.com> wrote:
>
> 就是改用了C++。。。
>
> On 7/25/07, wangke <wangke1970 at gmail.com> wrote:
> > gSOAP只能在C/C++上用,python能用吗?难道要python扩展的方法
> > ----- Original Message -----
> > From: "helium" <helium.sun at gmail.com>
> > To: <python-chinese at lists.python.cn>
> > Sent: Wednesday, July 25, 2007 10:12 AM
> > Subject: Re: [python-chinese] 开发SOAP程序用什么组件?
> >
> >
> > > 正好我在做跟soap相关的开发,研究过几天ZSI,感觉挺好用的啊。
> > >
> > > 不过现在改用gSOAP了。。。
> > >
> > >
> > > On 7/23/07, sunbaole <sun_able at kinca.cn> wrote:
> > >> 浏览了http://pywebsvcs.sourceforge.net/,其推荐了多种WebService组件。重
> > >> 点推荐是ZSI。
> > >> 而《Dive Into Python》提供SOAPpy组件,只是各组件版本太旧。
> > >>
> > >> 我想在我的程序中使用SSL连接,请问使用哪种组件较好?(预使用Python2.5.1版本)
> > >> _______________________________________________
> > >> python-chinese
> > >> Post: send python-chinese at lists.python.cn
> > >> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > >> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > >> Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese




-- 
>: ~
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://python.cn/pipermail/python-chinese/attachments/20070726/671e0903/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号