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? : 谢谢
|
|