关于WebService调用的问题

问题描述

以下是部份描述符,请问在JAVA中客户端调用怎么调用呢?谢谢!<wsdl:types><xsd:schematargetNamespace="http://example.test.com/pay/ExampleTest"><xsd:elementname="vTestReq"><xsd:complexType><xsd:sequence><xsd:elementname="SNID"type="xsd:string"/><xsd:elementname="user"type="xsd:string"/><xsd:elementname="password"type="xsd:string"/></xsd:sequence></xsd:complexType></xsd:element><xsd:elementname="vTestRsp"><xsd:complexType><xsd:sequence><xsd:elementname="SNID"type="xsd:string"/><xsd:elementname="result"type="xsd:string"/><xsd:elementname="resInfo"type="xsd:string"/><xsd:elementname="digest"type="xsd:string"/></xsd:sequence></xsd:complexType></xsd:element><wsdl:messagename="vTestReqest"><wsdl:partelement="air:vTestReq"name="req"/></wsdl:message><wsdl:messagename="vTestResponse"><wsdl:partelement="air:vTestRsp"name="rsp"/></wsdl:message>

解决方案

解决方案二:
没看明白
解决方案三:
可以对照wsdl的规范找出哪个是输入参数,哪个是返回结果,哪个是可调用的操作
解决方案四:
调用消息定义是:vTestReq返回消息定义是:vTestRsp具体接口实现怎么写呢,是如下写吗?publicTestResponsevTestReq(TestRequesttestRequest);
解决方案五:
...
解决方案六:
实现在WebServices的服务端,你在客户端需要使用WebServices的工具来产生代理对象。
解决方案七:
楼主看看这个
解决方案八:
该回复于2009-11-16 08:58:59被版主删除
解决方案九:
路过,mark
解决方案十:
用axis2或xfire生成客户端代码即可
解决方案十一:
JSP技术群希望广大朋友加入一起学习,群号:93722377可以容200人!

时间: 2024-09-20 19:53:47

关于WebService调用的问题的相关文章

动态webservice调用接口并读取解析返回结果

  webservice的 发布一般都是使用WSDL(web service descriptive language)文件的样式来发布的,在WSDL文件里面,包含这个webservice暴露在外面可供使用的接口.今天我们来详细讨论下如何动态调用以及读取解析返回结果 这里给大家带来的是动态webservice调用接口并读取解析返回结果的具体示例,非常的简单,注释也很详细,小伙伴们可以参考下. ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

C#动态webservice调用接口

  动态调用webservice,就可以不用添加web引用了,上线的话也只是需要改一下wsdl地址就可以了 C#动态webservice调用接口 ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 6

jax ws-通过wsdl生成webservice,调用时报错求解决

问题描述 通过wsdl生成webservice,调用时报错求解决 客户端,报com.sun.xml.ws.server.UnsupportedMediaException 解决方案 错误提示了,web service需要使用Content Type为text/xml 解决方案二: 能详细说一下吗?刚自学java 解决方案三: 请检查服务器和客户端的SOAP版本是不是一样. 另外参考C# 调用 jax-ws 时的问题 这个问题是解决了, 确实版本问题, jdk6默认是soap1.1 增加 @Bin

[翻译]通过WebService调用SQLXML(SQL Server 2005)

问题描述 [翻译]通过WebService调用SQLXML(SQLServer2005)原文发布日期:2007.02.04作者:RussQuinn翻译:webabcd介绍我最近需要给用户创建一个feed,所有的数据都是放在sqlserver数据库里的,所以我疯狂的查找把sqlserver里的数据转换成xml的最快速的方法.现在我知道了xml已经成为了sqlserver2005的一部分.之后我萌生出了一个主意,就是创建一个webservice用于数据库转xml的服务,这样用户就可以在任何时候调用他

C# ASP.NET Webservice调用外部exe无效的解决方法

原文:C# ASP.NET Webservice调用外部exe无效的解决方法 最近用asp.net做webservice,其中有个功能是调用执行外部的exe(类似cmd中执行),但执行Process.Start之后就没有结果,同样代码在winform下正常,折腾两天终于找到解决方法 本文参考了以下网页,十分感谢 http://bbs.csdn.net/topics/300053869 http://blog.163.com/qiaoweipeng@126/blog/static/15737970

asp.net webservice调用Delphi的dll

问题描述 asp.net webservice调用Delphi的dll asp.net webservice调用Delphi的dll,执行方法Init(连接Oracle数据库),报错连接超时. 建立个winform程序,调用Init函数可通过,但webservice就是不行. 我是发布在服务器server 2003 32位, IIS发布,发程序发布的文件扔到IIS根目录,dll文件在bin目录下. 调用的这个dll文件又调用了另一个dll,2个dll文件都扔到bin目录下了.不知道是什么原因,w

winform通过webservice调用ORACLE数据往本地SQLSERVER写的问题,如何处理date类型?

问题描述 winform通过webservice调用ORACLE数据往本地SQLSERVER写的问题,如何处理date类型?远端有ORACLE10G数据库,其中有一表TT中包含一列CC是DATE类型,通过WEBSERVICE读取TT表,返回datatable在本地的WinForm里用SqlBulk类往MSDE里写数据,本地表localtable与远端的表TT有相同的结构,时间列类型是datetime,执行的时候可是出问题,总是提示时间列"2007-1-100:00:00"是无效的字符w

spring mvc-dubbo webservice 调用

问题描述 dubbo webservice 调用 项目原来用的是cxf 的webservice接口,需要集成dubbo系统.根据配置浏览器可以访问,但是原程序中,spring mvc的注入对象为null,详细问题如下: web.xml 主要代码 <context-param> <param-name>contextConfigLocation</param-name> <param-value> classpath*:/applicationContext.

如何客户端通过WebService调用服务器端电表串口返回电表读数.

问题描述 项目需求:客户端程序通过WebService调用服务器上写好的读数电表读数的服务:如下publicstringGetAmmeterAm(stringamNo){returnnewAmmeterOperator().GetAmService(amNo);} AmmeterOperator类是服务器端端的电表的串口操作类//数据发送publicstringGetAmService(stringmeterNo){stringcomName=SerialPort.GetPortNames()[

hibernate-关于一个webservice调用的错误

问题描述 关于一个webservice调用的错误 当我调用webservice开放的接口时 出现以下错误 log4j:WARN No appenders could be found for logger (com.allimu.webapp.UserLoginController).log4j:WARN Please initialize the log4j system properly.org.hibernate.HibernateException: No Hibernate Sessi