planner/watcher web service?

From: Michele (michele_betti_at_telespazio.it)
Date: 10/20/03


Date: 20 Oct 2003 12:17:17 -0700

Hi all,
There's a web-based project I'm working on, which my boss insists
should be implemented as a java web service: I know Java, but I'm a
complete newcomer to web services, so I would badly need your
enlightened opinion to figure out if my boss is right.

I'm going to have two sorts of clients connecting to my (Apache) web
server: a "planner" user, making schedules of activities to be
performed and recording them on a MySQL database, and one or more
"watcher" users, monitoring activities and performing them when time
is due. Schedules could be modified on occasion by planner, and
watchers wouldn't (of course) know in advance.

My piece of software should feed watcher users with closest task when
they ask for it (so to have a count-down shown on their browser), and
issue an alarm when time is due. In the meantime, the tool should be
ready to acknowledge planner users should they make any modification
to the schedule, and in case, provide a timely update to all watchers.

Would you call this a good candidate for a java web service?

thanks in advance,
Michelle



Relevant Pages

  • Problem reflecting java web service
    ... I am trying to reflect java web service with wsdl.exe - the wsdl is very ... requests, so I did it with /serverInterface flag. ... when my .net WebService ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Consuming Web Service via WSDL Files
    ... Look out for WebService-I Basic Profile specifications. ... I have some wsdl files generated by a Java web service. ... Warning: This web reference does not conform to WS-I Basic Profile ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: calling java webservice from .net
    ... You can call a Java Web Service exactly like a .NET Web Service. ... You don't need WSE for basic Web Service operation, you need WSE if you want ... intercept SOAP Request and Response with MS SOAP Trace Utility include ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Error in XML Document
    ... This application consumes a JAVA web service from Axis 1.3. ... When I call a method of the web service I get the following error message: ...
    (microsoft.public.dotnet.framework.webservices)