File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Client Server Apps accessing Webservices Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Client Server Apps accessing Webservices" Watch "Client Server Apps accessing Webservices" New topic
Author

Client Server Apps accessing Webservices

Karthik Kris
Greenhorn

Joined: Mar 16, 2006
Posts: 7
Hi

I have the following questions w.r.t to the application I am going
to design a web service based on Java tech. I need answers to the
following questions

i) Can client Server application (like desktop based Java swing apps)
access the web services

ii) Can Portal application access the web services

iii) Also can applications based on Microsoft technologies like VB DOT NET
access these web services.

Help regarding the above questions would be greatly helpful for me.

Thanks
Karthik
Theodore Casser
Ranch Hand

Joined: Mar 14, 2001
Posts: 1902

These are, in the end, all fairly easy questions that you'd have found the answers to with a quick search of here or Google, but...

I and II) I don't see why you would not be able to do so. It's only a matter of writing the necessary client-code to contact the server. I've written test classes that stand-alone to access web-services we've written, so I do not know of any reason a Java SE or Portlet couldn't do the like. (I would, however, add as a caveat that I have no experience with portals, and this is just a theoretical "common-sense" answer on my part.)

III) Yes. As long as you avoid one or two pitfalls with your serialization, you should have little difficulty communicating between .Net and Java using web services. We've implemented solutions in our office that go both directions.

Good luck!


Theodore Jonathan Casser
SCJP/SCSNI/SCBCD/SCWCD/SCDJWS/SCMAD/SCEA/MCTS/MCPD... and so many more letters than you can shake a stick at!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Client Server Apps accessing Webservices
 
Similar Threads
Confusion between JSP and ASP, PHP
how to access and update client Environment
Smartphone App Development
Query About WebServices
WSDL - how to connect to webservice