Skip to content

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

2 participants