SoapApiType type
Define valores para SoapApiType.
KnownSoapApiType pode ser usado de forma intercambiável com SoapApiType, esse enum contém os valores conhecidos que o serviço suporta.
Valores conhecidos suportados pelo serviço
http: Importa uma API SOAP com um front-end RESTful.
soap: Importa a API SOAP com um front-end SOAP.
websocket: Importa a API com um front-end Websocket.
graphql: Importa a API com um front-end GraphQL.
odata: Importa a API com um front-end OData.
grpc: Importa a API com um front-end gRPC.
type SoapApiType = string