-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this production-ready? #2
Comments
Hi, What you have to know:
Kowing this, you have to know too that:
Any other question? How can I help? |
Thanks for the thorough response, @mikaelcom! Assuming the WSDL fully-describes the SOAP API, then I suppose this should "just work". Pretty clever way to go about it. I have an Office 365 account I can test with. I will give this a run in the next few weeks to see if I can replace php-ews with it. If so, you have yourself a new user. Do you anticipate any parts of the code needing any customization, or should the generated code be exactly what EWS expects? |
The actual code uses the PackageBase project as main Structs, Arrays and Service classes and it already uses a "specific" SoapClient class. This means that you can use your own SoapClient class too if you want which should give you enough possibilities of customization in my opinion. |
Hi @ameir , Did you make any progress? I would be glade to have your feedbacks, thx |
I haven't fully ported over to it yet, but in the basic testing I've done, it does appear to work just fine. I'm planning to do more tests in the near future; I've just been out of cycles to do so lately. Great work! |
Ok, sorry if I seem anoying... |
No problem at all! I'm happy this is still on your radar and that you care for the project! |
If you're not aware of the changes, several updates/improvements have been made thanks to issues fixed on the PackageGenerator project. The improvements have not been released yet but soon, they are currently available on the develop branch. In addition, samples are being added thanks to an account I can use on Office365, so they are functionnal and practical. Only minor modifications are needed to make them work. |
This project looks quite interesting, and takes a clever approach. I'm currently using php-ews, but it's been in a state of disarray and massive forking lately, and the maintainer doesn't seem interested in keeping it up-to-date.
Is this project production-ready? Does it implement 100% of the EWS API? Is it only meant for certain versions of Exchange? Are there any "gotchas" to keep in mind before using it?
Thanks!
The text was updated successfully, but these errors were encountered: