yii2-services
yii2-services copied to clipboard
Results
1
yii2-services issues
Sort by
recently updated
recently updated
newest added
Hello, I'm trying return complex type from action: ``` public function actions() { return [ 'soap' => [ 'class' => WebServiceAction::class, 'wsdlUrl' => 'http://smsbat.local/service/soap', 'serviceUrl' => 'http://smsbat.local/service/soap?ws=1', 'classMap' => ['TestMessage'...