开发者

A simple java SOAP client

开发者 https://www.devze.com 2023-01-27 02:07 出处:网络
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.

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开发者_StackOverflow社区 back its ISD code using only Javaand without any external jars.


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消