Hi,
I would like to know how to access EWS (
Exchange Web Service) from a
Java application to get the information about "forms" (User-defined forms) available in the Exchange server. I need the List of forms available in Exchange server 2007 and also the fields mapped for each form.
I have referred websites for EWS APIs provided by microsoft ->
http://msdn.microsoft.com/en-us/library/bb421489.aspx
There is a "GetItem" operation defined and exposed in the service. But will this method give me information on "forms" available in the server?
This method sounds very generic. Is there a specific operation available or will this do good?
I am also in the requirement that I need some unique identifier (if there is one) and name for the form in my
SOAP response.
Please provide me suggesstions on this.
Thanks!!