Come on guys, my question was -- If I don't have http connection and only have a swing application, can I use it to invoke a web service remotely located on another server and get response back in the format of xml ?
Please don't ask me "why do you want to use swing if you can have a http client ?". In the book "Developing
java web service", it seems it gives an example that a standalone java application calls a web service and get xml back. But since I am new to web service, I want to make sure my thought is correct.
please directly answer my question if you can. Thanks.