联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All xml/soap/webservice(57) 
按平台查找All Python(57) 

[xml/soap/webservice] client-serveur-Connexion

Une连接客户端服务器Rest、SOAP、GraphQl、GRPC和Websocket
Une connexion client serveur Rest, SOAP, GraphQl, GRPC et Websocket (2024-02-10, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1707577579783947.html

[xml/soap/webservice] efs-bot

与第三方SOAP API交互的电报机器人程序
Telegram bot that interacts with 3rd party SOAP API (2023-12-30, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1703979921279311.html

[xml/soap/webservice] operator

pyton中的代理,用于放置在开发服务器(linux windows)上。它可以放在(代理)服务端点之间(...
Proxy in pyton for placing on development servers (linux/windows). It can be put between (proxy) service endspoints (REST, SOAP/WS) and be used to simulate errors, delays and so forth for non-functional testing. Example: Test Script -> Web App 1 -> operator proxy -> Web Service Layer (2016-05-30, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687757443408145.html

[xml/soap/webservice] Calculadora-Python-SOAP

在SOAP协议中,使用Phyton测试web服务的简单计算器
A simple calculator for testing the web service with Phyton, in the SOAP protocol (2020-10-20, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687757394129386.html

[xml/soap/webservice] soap_client_python

使用spyne和zeep进行简单的SOAP服务器客户端设置。用于mac上的时间同步。
simple SOAP server client setup with spyne and zeep. Used for timesync on mac. (2019-02-06, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687757374624351.html

[xml/soap/webservice] SOAP

通过领域特定扰动实现目标检测器的[源数据自由领域自适应]的Pytorch实现...
A Pytorch Implementation of [Source data‐free domain adaptation of object detector through domain‐specific perturbation](<https://onlinelibrary.wiley.com/doi/full/10.1002/int.22434>) (2021-12-25, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687757333563039.html

[xml/soap/webservice] tiktokVideoScraper

使用硒和美丽肥皂的简单自动化视频Tiktok下载器
Simple Automation Video Tiktok Downloader using Selenium and Beautiful Soap (2022-12-29, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687757301179522.html

[xml/soap/webservice] bfs-soap-api-wrapper

这是一个基于zeep的SOAP客户端包装器,用于与Bricknode SOAPAPI进行简单通信。
This is a zeep based SOAP client wrapper for simple communication with the Bricknode SOAP API. (2021-11-20, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687757295997323.html

[xml/soap/webservice] suds

用Python编写的Supybot Limnoria的OpenTTD专用服务器管理插件。从openttdcoop soap分叉
An OpenTTD dedicated server administration plugin for Supybot Limnoria written in Python. Forked from openttdcoop soap (2020-05-22, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687757245519257.html

[xml/soap/webservice] supybot-mantis

Supybot插件通过其SOAP API与螳螂错误跟踪器实例交互
Supybot plugin interacting with a Mantis bug tracker instance through its SOAP API (2013-09-02, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687757231911071.html

[xml/soap/webservice] ffiec-data-connect

ffiec数据连接是基于SOAP的ffiec Web服务的包装器
ffiec-data-connect is a wrapper for the SOAP-based FFIEC Webservice (2023-05-02, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687757219476953.html

[xml/soap/webservice] ebaysuds

用于使用eBay API的suds(Python的最佳SOAP客户端)的精简包装器
A thin wrapper around suds (Python s best SOAP client) for using eBay APIs (2022-07-08, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687754658695592.html

[xml/soap/webservice] PythonIhcSdk

使用python与IHC控制器建立soap连接的库
An library for making soap connection to the IHC Controller using python (2023-04-07, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687754619486130.html

[xml/soap/webservice] django-soap-server

关于如何使用django和soaplip构建SOAP服务器的示例项目
An example project on how to build a SOAP server with django and soaplip (2018-02-02, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687754551521747.html

[xml/soap/webservice] netscaler-api

一个Python接口,用于与Citrix NetScaler应用程序交付控制器交互,利用SOAP API...
A Python interface for interacting with Citrix NetScaler application delivery controllers, utilizing the SOAP API to execute commands. (2022-06-26, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687754517914758.html

[xml/soap/webservice] main-(2)

python编写的对xml文件的分析器,主要应用分析xml格式的.pit文件
the python xml file analyzer application analysis xml format. pit file (2013-01-18, Python, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/2121008.html

[xml/soap/webservice] digester-python

一个用Python实现的将XML源文件转化成Python对象结构的转换器。使用时请将转化规则写到config.xml文件中。使用该程序后可以避免每次都写冗长的读取xml文件创建对象结构的过程。当使用混合编程时,该程序也可以被用于C++工程。参见http://commons.apache.org/digester/,本程序是这个工程的Python版本!
With the realization of a Python source file will be XML objects into the structure of Python converter. Please use the rules written into config.xml file. Avoided the use of the procedure each time to write lengthy read xml file to create the object structure of the process. When using mixed language programming, the program can also be used in C++ project. See http://commons.apache.org/digester/, this programis the Python version of thatproject! (2009-08-12, Python, 118KB, 下载49次)

http://www.pudn.com/Download/item/id/875358.html
123
总计:57