forked from christiankerl/WebServiceBundle
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
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_controllerWhen I do this though I get an internal server error for SOAP calls. What is needed for this to work?
Metadata
Metadata
Assignees
Labels
No labels