Skip to content

Instantly share code, notes, and snippets.

@clue
Last active September 22, 2019 20:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clue/c3dca4a20913713b94927b83d8627a66 to your computer and use it in GitHub Desktop.
Save clue/c3dca4a20913713b94927b83d8627a66 to your computer and use it in GitHub Desktop.
Introducing async SOAP requests with ReactPHP
@mikaelcom
Copy link

It's great to read an article about SOAP that actually does not denigrate it at all! I've been asked to implement such client for the generated code from PackageGenerator so I think yours is a good way to accomplish it.

@clue
Copy link
Author

clue commented Dec 21, 2018

@mikaelcom Happy to hear! I think we agree that there's definitely still value in using SOAP APIs today. Generating an async API client from a WSDL file would be a nice feature indeed 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment