随笔分类 -  webservice

webservices客户端调用
摘要:1)、首先, 你要先把你的WS服务启动起来,比如http://localhost:8080/Example/services/HelloWorldService?wsdl2)、然后,在你的另一个项目中建一个Webservice Client 客户端,用来访问你的WS服务。建立Webservice Client 方法如下,在Eclipses中建立一个java工程,然后在src上右键--NEW---Other---Web Service Client --Xfire--在WsdL url 中写上http://localhost:8080/Example/services/HelloWorldSer 阅读全文
posted @ 2012-04-18 11:48 Ruthless 阅读(2063) 评论(0) 推荐(1)