A simple java SOAP client

笑着哭i 提交于 2019-11-29 12:53:59

问题


I'm new to web services and I've been breaking my head trying to find a simple java SOAP client program on the Internet.
All I want to do is send a SOAP message and receive back some response.
There is a website which offers free web-services.

http://www.webservicex.net/ws/WSDetails.aspx?WSID=17&CATID=7

You feed in the country name and it gives you the country's ISD code. It's as simple as that.

I want to send the country name to the web service and get back its ISD code using only Javaand without any external jars.


回答1:


Try SoapUI - it's quite awesome and covers almost all aspects of working w/ web-services..




回答2:


If you're looking for a tool to test web-services, most people I know use Soap-UI: http://www.soapui.org/



来源:https://stackoverflow.com/questions/4296432/a-simple-java-soap-client

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!