An open API service indexing awesome lists of open source software.

https://github.com/src-mgra/my-calendar-service

MyCalendarService is a soap JAX-WS webservice with a year/month/weekday-view
https://github.com/src-mgra/my-calendar-service

calendar calendar-api calendar-service calendar-view jax-ws monthcalendar webservice year-calendar

Last synced: 2 months ago
JSON representation

MyCalendarService is a soap JAX-WS webservice with a year/month/weekday-view

Awesome Lists containing this project

README

          

# MyCalendarService
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