We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now I got following code
be_simple_soap: cache: type: memory lifetime: 86400 # one day limit: 5 services: CouponsApi: namespace: https://soap-api.test.com/CouponsApi binding: rpc-literal resource: "@AppBundle/Controller/CouponsController.php"
I'd like to rewrite it though to reference a service that is a controller
be_simple_soap: cache: type: memory lifetime: 86400 # one day limit: 5 services: CouponsApi: namespace: https://soap-api.test.com/CouponsApi binding: rpc-literal resource: app_soap._coupons_controller
When I do this though I get an internal server error for SOAP calls. What is needed for this to work?
The text was updated successfully, but these errors were encountered:
is it problem solved?
Sorry, something went wrong.
No branches or pull requests
Right now I got following code
I'd like to rewrite it though to reference a service that is a controller
When I do this though I get an internal server error for SOAP calls. What is needed for this to work?
The text was updated successfully, but these errors were encountered: