CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java wsdl

搜索资源列表

  1. java_web

    0下载:
  2. java web服务应用开发详解 是java程序员必备的好东东,包括Web服务概述、XML语言及其编程接口、SOAP、应用ApacheSOAP进行编程、WSDL、UDDI等Java技术内容
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:209.6kb
    • 提供者:李强
  1. wsdl

    0下载:
  2. webservice开发流程实例程序以及图片数据的访问和存取-Examples of procedures and the development process
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:10.62kb
    • 提供者:杨贵云
  1. SOAWebServiceApplication

    0下载:
  2. SOA WebService SDO SCA XML WSDL 用WebService技术模式部分实现SOA铁三角结构体系
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-09
    • 文件大小:1.5mb
    • 提供者:RayZhang
  1. composer

    0下载:
  2. 服务组合源码,对DAML-S标注的web服务进行组合并执行。-Web Service Composer is a program to compose and execute web services annotated with DAML-S. Composer reads web services described in DAML-S, presents the services to the user as a list, allows the user to filter this l
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-24
    • 文件大小:3.13mb
    • 提供者:lisa
  1. webservice

    0下载:
  2. creating web service by java. in wsdl and uddi and soap are creating automatically.-creating web service by java. in wsdl and uddi and soap are creating automatically.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:16.96kb
    • 提供者:ramkumar
  1. ParlayX

    0下载:
  2. 中国联通彩信ParlayX接口文件,开发彩信必备,符合3gpp标准wsdl文件-China Unicom MMS ParlayX interface file, developing MMS necessary, comply with the standard wsdl file 3gpp
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:30.14kb
    • 提供者:乐之之
  1. gsoap_win32_2.7.9f

    0下载:
  2. webservice的开发包,主要用于客户端服务器端的通信,可用于,C++,JAVA-it s good
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4.1mb
    • 提供者:lzj
  1. WebServiceProject

    0下载:
  2. 利用eclipse插件,自动根据bpel流程的wsdl(加减法、HelloWorld),生成webservice的java接口,并写了servlet以及index.jsp用以测试。-Use eclipse plug-in, automated process under bpel wsdl (add and subtract, HelloWorld), generate the java webservice interface, and wrote a servlet and the inde
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-07
    • 文件大小:1.72mb
    • 提供者:张皓
  1. java_web_services_in_a_nutshell

    0下载:
  2. Java Web Services in a Nutshell Java Web Services in a Nutshell begins with an introduction to Java web services, including a discussion of how they differ from web applications. The author looks at the protocols and interfaces that underpin web
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1.77mb
    • 提供者:darkmind
  1. DevWebServicesWithApacheAxis

    0下载:
  2. It is a good guide to webservice development introduce in java. Include wsdl, soap,signature/encrypted and so on.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1.74mb
    • 提供者:2678419301
  1. Java-Web-Services-(2002)

    0下载:
  2. Java Web Services shows you how to use SOAP to perform remote method calls and message passing how to use WSDL to describe the interface to a web service or understand the interface of someone else s service and how to use UDDI to advertise (publ
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2.57mb
    • 提供者:elena
  1. spellCheckWS

    0下载:
  2. Java Spell Checker SOA Based on WSDL
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:80.05kb
    • 提供者:nicknaik
  1. wsdl-extraction

    0下载:
  2. these are the java code for sevice matchmaking
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:6.59kb
    • 提供者:pvt
  1. wsCaller-src-1.0

    0下载:
  2. java实现的可根据wsdl生成通用调用webservice方法-call webservice
  3. 所属分类:Java Develop

    • 发布日期:2016-01-25
    • 文件大小:46kb
    • 提供者:ld
  1. WsdlToJava

    0下载:
  2. WSDl to Java 可以自动生成webservice java代码-WSDl to Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:26.54kb
    • 提供者:李玉文
  1. axis2

    0下载:
  2. This book is suitable for those who would like to learn how to develop web services in Java.(This book is suitable for those who would like to learn how to develop web services in Java.If you'd like to learn how to create web services (in particula
  3. 所属分类:WEB开发

    • 发布日期:2018-01-09
    • 文件大小:2.91mb
    • 提供者:y.int
  1. MyCxfClient

    1下载:
  2. 基于cxf实现的,根据wsdl实现的java客户端,有两种方式实现,供入门者参考: 1.通过eclipse自带的“右键-->new-->Web Services-->Web Service Client”根据wsdl生成本地代码实现 2.基于JDK自带的wsimport命令生成本地代码实现(Based on cxf, java client implemented according to bell 1 can be implemented in two ways for be
  3. 所属分类:Java编程

    • 发布日期:2020-12-15
    • 文件大小:14.38mb
    • 提供者:gzxdale
搜珍网 www.dssz.com