The guidance since 2023 has been to not use SDK invoke* methods for Service Invocation. However this has never been formalised by marking the methods as deprecated.
Instead it is recommended to use language native http clients and grpc clients for Service Invoke.
Factory methods in the SDK which return a native http/grpc client is fine too, and are not deprecated.