Welcome![Sign In][Sign Up]
Location:
Search - soap

Search list

[Web Serverjnkcgoogle

Description: 需要安装SOAP~~,安装说明请详见压缩包内的readem.txt -You need to install SOAP ~~, please refer to the installation instructions in the package compression readem.txt
Platform: | Size: 10240 | Author: mcujc545 | Hits:

[WEB Codetrain_php

Description: 查询、火车票价查询等服务。 这原是114啦网址导航的插件,因115授权码问题,一直无法使用。考虑到个别站长要用来独立版,修改了源码的核心内容。不用使用115授权码也可以轻松查询列车时刻。 这个版本要开启PHP的SOAP功能才能正常。可以先上传压缩包里的phpinfo.php到空间,然后访问它查看是否开启SOAP功能。演示网站位置于国外,所以有点慢。-Query, train fare inquiries and other services. This is the original 114 web site navigation plug, due to the problem of 115 authorization code, has been unable to use. Taking into account the individual owners to be used to independent version, modify the source of the core content. Without using the 115 authorization code can easily check the train time. This version is to open the SOAP PHP function to normal. You can upload the compressed package in the phpinfo.php to the space, and then access it to see whether the open SOAP function. Demonstration sites located in foreign countries, so a little slow.
Platform: | Size: 253952 | Author: 陈红 | Hits:

[xml-soap-webservicewebserver

Description: vc实现的webservice服务端 基于SOAP-a webservice server by VC
Platform: | Size: 4542464 | Author: 1733191540 | Hits:

[JSP/JavaSoapCommunication

Description: 使用soap协议,实现客户端、服务端通信-Using soap protocol to achieve client and server communication
Platform: | Size: 658432 | Author: | Hits:

[Other Web Codesynapse-tasks

Description: Apache Synapse is a lightweight and high-performance Enterprise Service Bus (ESB). Powered by a fast and asynchronous mediation engine, Apache Synapse provides exceptional support for XML, Web Services and REST. In addition to XML and SOAP, Apache Synapse supports several other content interchange formats, such as plain text, binary, Hessian and JSON. The wide range of transport adapters available for Synapse, enables it to communicate over many application and transport layer protocols. As of now, Apache Synapse supports HTTP/S, Mail (POP3, IMAP, SMTP), JMS, TCP, UDP, VFS, SMS, XMPP and FIX.
Platform: | Size: 74752 | Author: angel | Hits:

[Consolegsoap-demo

Description: gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。gsoap简单例子 适合初学者学习使用-gSOAP compiler tool provides a SOAP/XML to achieve on C/C++ language, so that C/C++ language to develop web services client or work program has become a lot easier. gsoap simple example for beginners learning to use
Platform: | Size: 3493888 | Author: zhanghao | Hits:

[Internet-NetworkSoapDemo_1

Description: vc++6.0 Soap 编程示例。详细使用soap进行网络通信,webservice通信-vc++6.0 Soap
Platform: | Size: 488448 | Author: sd | Hits:

[Web ServerSonsinCMS

Description: SonsinCMS是一款新颖的网站内容管理系统。系统基于最新版本的PHP和MySQL平台开发,采用Web Service(SOAP)、结合XML存储数据等等,先进的技术和卓越的性能都是深信团队所追求的.-SonsinCMS is a new web content management system. Systems based on the latest versions of PHP and MySQL platform, using Web Service (SOAP), combined with XML data storage, etc., advanced technology and superior performance are convinced that the team pursuit.
Platform: | Size: 585728 | Author: caedde | Hits:

[OtherIDistribution

Description: c++与JAVA服务器交互模式,采用SOAP方式,Java服务器可以是面向手机端-c++ and JAVA server interaction mode, using SOAP mode, Java server can be oriented mobile terminal
Platform: | Size: 10916864 | Author: 小鲍 | Hits:

[Software EngineeringEDIT2016_REST-Web-Services

Description: The term Web service describes a standardized way of integrating Web-based applications using the XML, SOAP, WSDL and UDDI open standards over an Internet protocol backbone. XML is used to tag the data, SOAP is used to transfer the data, WSDL is used for describing the services available and UDDI lists what services are available. -The term Web service describes a standardized way of integrating Web-based applications using the XML, SOAP, WSDL and UDDI open standards over an Internet protocol backbone. XML is used to tag the data, SOAP is used to transfer the data, WSDL is used for describing the services available and UDDI lists what services are available.
Platform: | Size: 584704 | Author: gzafirovic | Hits:

[Web Serverjnkcgoogle

Description: Google自己造 v1.3,需要安装SOAP~~,安装说明请详见压缩包内的readem.txt-Google made v1.3, need to install SOAP ~~, installation instructions, please see the compressed package readem.txt
Platform: | Size: 8192 | Author: zri | Hits:

[Internet-NetworkSOAP_XFire

Description: 开发环境:jdk1.6 + Tomcat7 + MyEclipse10 源码下载地址张贴在文章最后面: 首先是使用WSDL协议实现:这里使用XFire XFire一个免费、开源的SOAP框架,它构建了POJO和SOA之间的桥梁,主要特性就是支持将POJO通过非常简单的方式发布成Web服务,其原理是以接口反射机制自动取得远程方法的 WSDL是一个用来描述Web服务和说明如何与Web服务通信的XML语言 准备:开发之前请先下载xfire-distribution-1.2.6.zip并解压缩 (1)、新建一个Web项目(服务端),名称为XFireWebService,其目的是为了测试WebService服务端 为工程添加XFire支持的类库,把xfire-1.2.6里lib所有jar和xfire-all-1.2.6.jar拷贝到工程lib里 (2)、把XFire加载到系统中来,增加web.xml的配置信息.... -Development environment: jdk1.6+ Tomcat7+ MyEclipse10 Download source code posted at the end of the article: The first is implemented using the WSDL protocol: XFire is used here XFire a free, open source SOAP framework, which builds a bridge between POJO and SOA, the main feature is to support the POJO in a very simple way to publish into a Web service, the principle is to automatically obtain the remote interface reflection mechanism A WSDL is an XML language that describes a Web service and describes how to communicate with a Web service Prepare: Download xfire-distribution-1.2.6.zip and unzip it before proceeding (1), create a new Web project (server), the name is XFireWebService, its purpose is to test WebService server XFire support for the project to support the class library, the xfire-1.2.6 lib all jar and xfire-all-1.2.6.jar copy to the project lib (2), the XFire loaded into the system to increase web.xml configuration information ....
Platform: | Size: 28559360 | Author: KENNY | Hits:

[Internet-Networksoap_trace

Description: windows平台标准的soap应用范例,简单的调用接口通信示例。-Windows platform standard soap application example, a simple call interface communication example.
Platform: | Size: 2329600 | Author: 西门吹雪 | Hits:

[CommunicationSOAP4

Description: Exemplo soap para comunicaç ã o
Platform: | Size: 486400 | Author: thalles007 | Hits:

[VC/MFCsoapdoc2

Description: Document for SOAP development
Platform: | Size: 786432 | Author: shan | Hits:

[OS programCARPENTER--9880831Soap--2452

Description: 与大家一起分享源码CARPENTER 9880831Soap 2452的功能,源码还是不错的-To share with you the function of the source CARPENTER- 9880831 soap- 9880831, the source code is ok
Platform: | Size: 7168 | Author: QAEK_712174 | Hits:

[Windows Developporth

Description: C# 通过模拟http请求来调用soap和wsdl工具代码,值得一看-C# by simulating the HTTP request to invoke soap and WSDL tools code, worth a look
Platform: | Size: 986112 | Author: malro | Hits:

[Process-Threadqdi

Description: 本文利用自动压缩soap附件,再发送数据,进而提高soap传输速率-This paper, by using automatic compression soap attachments, and then send the data, soap transmission rate can be improved
Platform: | Size: 440320 | Author: suppwrt | Hits:

[JSP/Java6255391

Description: 学者编写JAVA soap 客户端实现WEB服务,不错的源码-Scholars write JAVA WEB service soap client implementation, good source
Platform: | Size: 10240 | Author: Rodnvn | Hits:

[ERP-EIP-OA-Portalripcord

Description: 一个xml-rpc连接的实现类.能够实现php快速的连接xml-rpc的服务,如odoo,等。-Ripcord is a very easy to use XML-RPC library for PHP. It provides client, server and auto documentation features for XML-RPC but also SimpleRPC and simplified SOAP (1.1). It uses PHP s xmlrpc library and it needs at least PHP 5.
Platform: | Size: 220160 | Author: iquew | Hits:
« 1 2 ... 28 29 30 31 32 3334 35 »

CodeBus www.codebus.net