# Operation The Operation class is used by all EWS Operations except ones inherited by from Autodiscover. This class defines the SOAP Envelope, namespaces, headers, and body definitions for any class that inherits from it. ```eval_rst .. automodule:: pyews.service.operation.Operation :members: :undoc-members: ```