0

I want to build a Java based web services on Windows. This web service can run the local binaries on the web services server. This web service can be communicated by any internet browsers using XML messages.

I do not have any background on web services and very little knowledge in Java. Need advice and recommendation on how to start doing this task.

Any basic examples and tools are appreciated :)

karikari
  • 6,627
  • 16
  • 64
  • 79
  • it would help if you'd be a little more specific about (a) what you already know and (b) what you need to learn in order to accomplish your objective – jcomeau_ictx Apr 20 '11 at 06:10
  • I already had develop a DLL for IE browser using VC++. The DLL depends on local machine. Now I want to do this solution in the form of webservice. – karikari Apr 20 '11 at 07:08

1 Answers1

1

I do not have any background on web services and very little knowledge in Java.

I will suggest you to first learn java and make your fundamentals of java more clear. Then start learning Java Web Service.

Community
  • 1
  • 1
Harry Joy
  • 58,650
  • 30
  • 162
  • 207