porttype CalendarService
This service is deprecated and may be removed in future releases. Use WorkCalService instead. Get information about and configure working time for a given entity.
operations 
getCalendarEntries
Get the working time for a given entity.
inputimpl:getCalendarEntriesRequest
Request message (uses calendar:getCalendarEntries element): Identifies the GUID for which working time details are required with an optional filter on the response to be provided.
outputimpl:getCalendarEntriesResponse
Response message (uses calendar:getCalendarEntriesResponse element): Contains a complete description of working time for the specified entity.
faultimpl:calendarFault
Error message (uses ex:CalendarFault): The request could not be processed either due to a badly formed request or invalid working time informaiton.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

updateWorkingDays
Specify the working days for a given entity.
inputimpl:updateWorkingDaysRequest
Request message (uses calendar:updateWorkingDays element): Identifies the GUID for which working day details are to be modified and the working day information for that calendar.
outputimpl:updateWorkingDaysResponse
Response message (uses calendar:updateWorkingDaysResponse element): Contains a confirmation that the request was successful.
faultimpl:calendarFault
Error message (uses ex:CalendarFault): The request could not be processed either due to a badly formed request or invalid working time informaiton.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

addWorkingDayExceptions
Add working day exceptions for a given entity.
inputimpl:addWorkingDayExceptionsRequest
Request message (uses calendar:addWorkingDayExceptions element): Identifies the GUID for which working day exception details are to be created and the new working day exception information.
outputimpl:addWorkingDayExceptionsResponse
Response message (uses calendar:addWorkingDayExceptionsResponse element): Contains a list of GUIDs for each newly created working day exception.
faultimpl:calendarFault
Error message (uses ex:CalendarFault): The request could not be processed either due to a badly formed request or invalid working time informaiton.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

updateWorkingDayExceptions
Update working day exceptions for a given entity.
inputimpl:updateWorkingDayExceptionsRequest
Request message (uses calendar:updateWorkingDayExceptions element): Identifies the GUID for which working day exception details are to be modified and the updated working day exception information.
outputimpl:updateWorkingDayExceptionsResponse
Response message (uses calendar:updateWorkingDayExceptionsResponse element): Contains a confirmation that the request was successful.
faultimpl:calendarFault
Error message (uses ex:CalendarFault): The request could not be processed either due to a badly formed request or invalid working time informaiton.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

deleteWorkingDayExceptions
Delete working day exceptions for a given entity.
inputimpl:deleteWorkingDayExceptionsRequest
Request message (uses calendar:deleteWorkingDayExceptions element): Identifies the GUID for which working day exception details are to be removed and the GUIDs identifying those exceptions.
outputimpl:deleteWorkingDayExceptionsResponse
Response message (uses calendar:deleteWorkingDayExceptionsResponse element): Contains a confirmation that the request was successful.
faultimpl:calendarFault
Error message (uses ex:CalendarFault): The request could not be processed either due to a badly formed request or invalid working time informaiton.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.
used by 
binding CalendarService_EP
source 
<wsdl:portType name="CalendarService">
  <wsdl:documentation>This service is deprecated and may be removed in future releases. Use WorkCalService instead. 
Get information about and configure working time for a given entity.</wsdl:documentation>
  <wsdl:operation name="getCalendarEntries">
    <wsdl:documentation>Get the working time for a given entity.</wsdl:documentation>
    <wsdl:input name="getCalendarEntriesRequest" message="impl:getCalendarEntriesRequest">
      <wsdl:documentation>Request message (uses calendar:getCalendarEntries element): Identifies the GUID for which working time details are required with an optional filter on the response to be provided.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="getCalendarEntriesResponse" message="impl:getCalendarEntriesResponse">
      <wsdl:documentation>Response message (uses calendar:getCalendarEntriesResponse element): Contains a complete description of working time for the specified entity.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="CalendarFault" message="impl:calendarFault">
      <wsdl:documentation>Error message (uses ex:CalendarFault): The request could not be processed either due to a badly formed request or invalid working time informaiton.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="updateWorkingDays">
    <wsdl:documentation>Specify the working days for a given entity.</wsdl:documentation>
    <wsdl:input name="updateWorkingDaysRequest" message="impl:updateWorkingDaysRequest">
      <wsdl:documentation>Request message (uses calendar:updateWorkingDays element): Identifies the GUID for which working day details are to be modified and the working day information for that calendar.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="updateWorkingDaysResponse" message="impl:updateWorkingDaysResponse">
      <wsdl:documentation>Response message (uses calendar:updateWorkingDaysResponse element): Contains a confirmation that the request was successful.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="CalendarFault" message="impl:calendarFault">
      <wsdl:documentation>Error message (uses ex:CalendarFault): The request could not be processed either due to a badly formed request or invalid working time informaiton.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="addWorkingDayExceptions">
    <wsdl:documentation>Add working day exceptions for a given entity.</wsdl:documentation>
    <wsdl:input name="addWorkingDayExceptionsRequest" message="impl:addWorkingDayExceptionsRequest">
      <wsdl:documentation>Request message (uses calendar:addWorkingDayExceptions element): Identifies the GUID for which working day exception details are to be created and the new working day exception information.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="addWorkingDayExceptionsResponse" message="impl:addWorkingDayExceptionsResponse">
      <wsdl:documentation>Response message (uses calendar:addWorkingDayExceptionsResponse element): Contains a list of GUIDs for each newly created working day exception.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="CalendarFault" message="impl:calendarFault">
      <wsdl:documentation>Error message (uses ex:CalendarFault): The request could not be processed either due to a badly formed request or invalid working time informaiton.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="updateWorkingDayExceptions">
    <wsdl:documentation>Update working day exceptions for a given entity.</wsdl:documentation>
    <wsdl:input name="updateWorkingDayExceptionsRequest" message="impl:updateWorkingDayExceptionsRequest">
      <wsdl:documentation>Request message (uses calendar:updateWorkingDayExceptions element): Identifies the GUID for which working day exception details are to be modified and the updated working day exception information.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="updateWorkingDayExceptionsResponse" message="impl:updateWorkingDayExceptionsResponse">
      <wsdl:documentation>Response message (uses calendar:updateWorkingDayExceptionsResponse element): Contains a confirmation that the request was successful.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="CalendarFault" message="impl:calendarFault">
      <wsdl:documentation>Error message (uses ex:CalendarFault): The request could not be processed either due to a badly formed request or invalid working time informaiton.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="deleteWorkingDayExceptions">
    <wsdl:documentation>Delete working day exceptions for a given entity.</wsdl:documentation>
    <wsdl:input name="deleteWorkingDayExceptionsRequest" message="impl:deleteWorkingDayExceptionsRequest">
      <wsdl:documentation>Request message (uses calendar:deleteWorkingDayExceptions element): Identifies the GUID for which working day exception details are to be removed and the GUIDs identifying those exceptions.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="deleteWorkingDayExceptionsResponse" message="impl:deleteWorkingDayExceptionsResponse">
      <wsdl:documentation>Response message (uses calendar:deleteWorkingDayExceptionsResponse element): Contains a confirmation that the request was successful.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="CalendarFault" message="impl:calendarFault">
      <wsdl:documentation>Error message (uses ex:CalendarFault): The request could not be processed either due to a badly formed request or invalid working time informaiton.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
</wsdl:portType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy