Recommend this page to a friend! |
Classes of WsdlToPhp | PHP Microsoft EWS Office 365 | README.md | Download |
|
Download
PackageEws365This package has been generated from the Office 365 Exchange Web Services WSDL using the PackageGenerator project. The complete list of operations is available at the Office Dev Center.aspx). Summary
Generating again the packageYou can generate again the package's sources using the generate.sh script:
To learn how to customize the generated package, please read the PackageGenerator's README. How to use the generated package?Install the project
Learn from the tutorialStart looking into the auto-generated tutorial.php file. This file contains the starting code to use this package. In addition it contains all the operations provided by the Exchange Web Services and the way to call them. Determine your Office 365 endpoint action locationDetermining the Office 365 endpoint action location can be tricky so below is indicated 2 ways to do it. This location must be defined in the Manually from the endpoint itselfYou should be able to get the endpoint action location from the services.wsdl by opening your browser and browsing to outlook.office365.com/EWS/Exchange.asmx.
You must enter your Office 365 credentials then it should display a page where it indicates something such as From your Office 365 accountFollowing this Tech Blog article, I simply used the endpoint location action indicated in the article as https://pod51036.outlook.com/ews/services.wsdl and it worked :). Start from the samplesSample scripts are available under the samples folder:
Need support or having a question?We can help you understand how to use it and how to customize it. Feel free to contact us at contact@wsdltophp.com. |