With the other Python SOAP implementations we have had to hack at the client library code to sort out interoperability problems.
对于其它 Python SOAP 实现,要解决互操作性问题,我们得修改客户机库代码。
The first is a header file, which declares all the functions exported by the library and will be included by the client in the code.
第一个是头文件,它声明库导出的所有函数,而且代码中的客户机包括这些函数。
Having client code tightly bound to a client library for a particular protocol implementation results in hard-to-maintain code.
将客户机代码紧密地绑定到特殊的协议实现的客户机库造成了难以维护的代码。
应用推荐