MyCalendarService is a soap JAX-WS webservice with a year/month/weekday-view
MyCalendarService is a soap JAX-WS webservice with a year/month/weekday-view
Call URL with Param:
http://localhost:4435/calendarservice Param
Param = 18-10-2017-J
—> methode show
—> Parameter dateval = dd-mm-yyyy-t
t = J —> year-view /
t = M —> month-view /
t = W —> weekday
See details of implementation (without webservice) here:
https://github.com/src-mgra/MyCalendarService/blob/master/src/calendarservice/ShowCalImpl.java