由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 怎么测试 Web Service Functions?
相关主题
Re: Can Web Services return Hash or Obje哎,现在client-side,server-side都要我来写。
How to create web service client to remote SSL service (HTTPS)?Web Service怎么让多个api call share 同一个 connection ?? (转载)
What is the difference between web application and web services?问题:Service script for Java app on Unix
what's the deal with my google (转载)Core Java2 Notes (2)
JEE EJB Question谁推荐一本XML的书?
请教高人!语义网研究论坛
A book about Web Service?[转载] Lousy WSDL?
向各位高手求教,多谢先anybody familiar w/ Axis? targetService is null
相关话题的讨论汇总
话题: web话题: service话题: functions话题: test话题: what
进入Java版参与讨论
1 (共1页)
c***c
发帖数: 6234
1
I have a Web Service on server. The business method has two paramters, say
arg1 and arg2.
What is the URL that I can test it?
谢谢
o***g
发帖数: 2784
2
do you know what web service is?
you can't use web browser to test a web service. you need a client to test web
service.
what i try to tell you is try to develop a client using either .net or ejb.
and you can use a client developed by .net to test a web service imeplemented
by
ejb.
the client could be a gui application, a console application, an asp web
application, a jsp web appication or even a web service
btw, http://yourdomain/service_url/service_name?WSDL is not the web service.

【在 c***c 的大作中提到】
: I have a Web Service on server. The business method has two paramters, say
: arg1 and arg2.
: What is the URL that I can test it?
: 谢谢

o***g
发帖数: 2784
3
you should develop a client program to test it.
basicly, you need a file w/ .wsdl which is platform independent.
.net or eclipse w/ WST/JST can do that easily

【在 c***c 的大作中提到】
: I have a Web Service on server. The business method has two paramters, say
: arg1 and arg2.
: What is the URL that I can test it?
: 谢谢

1 (共1页)
进入Java版参与讨论
相关主题
anybody familiar w/ Axis? targetService is nullJEE EJB Question
[转载] 急!在线等---从Servlet调用AXIS的Web Service 遇到问题!请教高人!
Help: web service questionsA book about Web Service?
Which Web service is better EJB or RPC向各位高手求教,多谢先
Re: Can Web Services return Hash or Obje哎,现在client-side,server-side都要我来写。
How to create web service client to remote SSL service (HTTPS)?Web Service怎么让多个api call share 同一个 connection ?? (转载)
What is the difference between web application and web services?问题:Service script for Java app on Unix
what's the deal with my google (转载)Core Java2 Notes (2)
相关话题的讨论汇总
话题: web话题: service话题: functions话题: test话题: what