The following operations are supported. For a formal definition, please review the Service Description.
-
DeleteMailFromMailServer
Delete Mails from Mail Server -
FetchMail
Fetch Mails -
GetSchema
Get Schema for Mail Operations -
GetSchemaDeleteMailFromMailServer
Get Schema to delete mails from server -
GetSchemaFetchMail
Get Schema to fetch mails -
GetSchemaSendConsolidatedMail
Get schema for Sending notification mails for Bulk Operations. -
GetUnreadMailCount
To fetch mails details against a user -
GetUnreadMailNotificationCount
To fetch unread mail notification details against a user -
MailOperations
All mail operations -
SendConsolidatedMail
Send a nofification mail for Bulk Operations. -
GetMailMessage
MessageName="To_x0020_fetch_x0020_mails_x0020_Contane_x0020__x0020_against_x0020_a_x0020_mail_x0020_ID"
To fetch mails content against a mail identifier -
GetMailDetails
MessageName="To_x0020_fetch_x0020_mails_x0020_details_x0020_against_x0020_a_x0020_mail"
To fetch mails details against a mail -
GetMailDetails
MessageName="To_x0020_fetch_x0020_mails_x0020_details_x0020_against_x0020_a_x0020_user"
To fetch mails details against a user -
GetMailDetails
MessageName="To_x0020_fetch_x0020_mails_x0020_user_x0020_details_x0020_against_x0020_an_x0020_object_x002C_object_x0020_type_x0020_and_x0020_operation"
To fetch mails details against an object,object type and operation -
GetMailList
MessageName="To_x0020_get_x0020_mails_x0020_details_x0020_against_x0020_object_x0020_type"
To get mails details against object type -
UpdateMailNotificationStatus
To update mail read status -
UpdateMailReadStatus
To update mail read status
This web service does not conform to WS-I Basic Profile v1.1.
Please examine each of the normative statement violations below. Follow the recommendations to remedy it, or add setting to the <webServices> config section to turn off BP 1.1 conformance warnings for the entire vroot.
To turn off BP 1.1 conformance warnings for the entire vroot remove the 'BP1.1' value from the <conformanceWarnings> section of the configuration file of your application:
<configuration>
<system.web>
<webServices>
<conformanceWarnings>
<remove name='BasicProfile1_1'/>
</conformanceWarnings>
</webServices>
</system.web>
</configuration>
R2304: Operation name overloading in a wsdl:portType is disallowed by the Profile. A wsdl:portType in a DESCRIPTION MUST have operations with distinct values for their name attributes. Note that this requirement applies only to the wsdl:operations within a given wsdl:portType. A wsdl:portType may have wsdl:operations with names that are the same as those found in other wsdl:portTypes.
- Operation 'GetMailDetails' on portType 'MailSoap' from namespace 'http://www.wrenchsolutions.com/'.
- Operation 'GetMailDetails' on portType 'MailSoap' from namespace 'http://www.wrenchsolutions.com/'.
Recommendation: To make service conformant please make sure that all web methods belonging to the same binding have unique names.
For more details on Basic Profile Version 1.1, see the Basic Profile Specification.