SoapApiType type
Define valores para SoapApiType.
KnownSoapApiType se puede usar indistintamente con SoapApiType, esta enumeración contiene los valores conocidos que admite el servicio.
Valores conocidos admitidos por el servicio
http: importa una API SOAP que tiene un front-end RESTful.
soap: importa la API SOAP que tiene un front-end SOAP.
websocket: importa la API que tiene un front-end de Websocket.
graphql: importa la API que tiene un front-end de GraphQL.
type SoapApiType = string