Hi 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 u the country's ISD code.Its as simple as that.
I want to send the country name to the web service and get back its ISD code using only java and without any external jars.
Can anyone Please help me..
Thanks