Originally posted by Sonal Sharma:
Give me some inputs to develop this service as you call it.What things should I use to develop it.
You can use web services for this or write a server and client from scratch for this using plain java sockets.
I do not know much about WS but this should work in that way.
Your client can request a licence from the web service.The service should check whether its having enough licences to hand over.If yes , then it can give back the licence , if the licence is binay then the service might go ahead and base64encode and send the licence in the response.In case it doesnot have enough license then it might return a fault.
[ May 23, 2007: Message edited by: Rahul Bhattacharjee ]