:tocdepth: 3 :py:mod:`gws.base.ows.server.action` ==================================== .. py:module:: gws.base.ows.server.action .. autoapi-nested-parse:: OWS server action. **Source code:** :source:`gws.base.ows.server.action` Module Contents --------------- .. py:class:: Config Bases: :py:obj:`gws.base.action.Config` OWS server action .. py:class:: GetSchemaRequest(*args, **kwargs) Bases: :py:obj:`gws.Request` Command request. .. py:attribute:: namespace :type: str .. py:class:: GetServiceRequest(*args, **kwargs) Bases: :py:obj:`gws.Request` Command request. .. py:attribute:: serviceUid :type: str .. py:class:: Object Bases: :py:obj:`gws.base.action.Object` .. py:method:: get_schema(req: gws.WebRequester, p: GetSchemaRequest) -> gws.ContentResponse .. py:method:: get_service(req: gws.WebRequester, p: GetServiceRequest) -> gws.ContentResponse .. py:method:: post_service(req: gws.WebRequester, p: GetServiceRequest) -> gws.ContentResponse