wsdltophp/package-ews365

There is no license information available for the latest version (1.2.1) of this package.

Package generated from /var/www/wsdl/services.updated.wsdl using wsdltophp/packagegenerator

1.2.1 2021-01-25 13:44 UTC

This package is auto-updated.

Last update: 2024-04-14 23:29:45 UTC


README

Scrutinizer Code Quality Latest Stable Version StyleCI Total Downloads SensioLabsInsight

PackageEws365

This 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.

Summary

Generating again the package

You can generate again the package's sources using the generate.sh script:

$ git clone https://github.com/WsdlToPhp/PackageEws365.git package-ews365
$ cd package-ews365
$ docker-compose up -d
$ docker exec -it package_ews365 generate.sh

To learn how to customize the generated package, please read the PackageGenerator's README.

How to use the generated package?

Install the project

$ git clone https://github.com/WsdlToPhp/PackageEws365.git package-ews365
$ cd package-ews365
$ docker exec -it package_ews365 php-7.3 /usr/bin/composer update

Learn from the tutorial

Start 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 location

Determining 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 setLocation call into the sample files. The default location has been defined so it might work fine with you too. If not, you should try determining it. If you don't understand, don't hesitate to contact me at contact@wsdltophp.com.

Manually from the endpoint itself

You 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 svcutil.exe https://**.outlook.com/EWS/Services.wsdl. This is in the https://**.outlook.com/EWS/Services.wsdl that you can find at the end the endpoint action location such as <soap:address location="**https://outlook.office365.com/EWS/Exchange.asmx**" />.

From your Office 365 account

Following 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 samples

Sample 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.