H
Homer
Hi All,
I have following scenarios:
An application running on some server (inside our Intranet) is sending
our server a request including 5 fields of data (volume is ~1000 per
day) and our server is suppose to do some calculation and return back a
two field data.
This sounds like a good example of Web Service/SOAP scenario but I
don't really want to complicate things with Application Server,
Deploy and etc.
Do you think I should simplify it with Servlet or something or should I
stay with Web Services?
Thanks in advance,
Homer
I have following scenarios:
An application running on some server (inside our Intranet) is sending
our server a request including 5 fields of data (volume is ~1000 per
day) and our server is suppose to do some calculation and return back a
two field data.
This sounds like a good example of Web Service/SOAP scenario but I
don't really want to complicate things with Application Server,
Deploy and etc.
Do you think I should simplify it with Servlet or something or should I
stay with Web Services?
Thanks in advance,
Homer