Skip to content

feat(laravel-soap-199): Add Events & Ray support #200

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

Merged
merged 12 commits into from
Feb 13, 2022

Conversation

CodeDredd
Copy link
Owner

@CodeDredd CodeDredd commented Feb 12, 2022

Add the same Events as in HTTP:

  • ConnectionFailed
  • RequestSending
  • ResponseReceived

Added ray support with:

  • showSoapClientRequests(callable = null)
  • stopShowingSoapClientRequests
ray()->showSoapClientRequests();
$response = Soap::baseWsdl(dirname(__DIR__, 1).'/Fixtures/Wsdl/weather.wsdl')
    ->call('GetWeatherInformation');
ray()->stopShowingSoapClientRequests();

Closes #199

@CodeDredd CodeDredd added the feature New feature or request label Feb 12, 2022
@CodeDredd CodeDredd self-assigned this Feb 12, 2022
@CodeDredd CodeDredd merged commit 29e55b3 into master Feb 13, 2022
@CodeDredd CodeDredd deleted the feature/laravel-soap-199 branch February 13, 2022 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Events
1 participant