The Case is : to build an integration
service
with active directory
, this service
has many operations
such as create user
, activate user
, change password
, ...etc I have developed theses operations using JCN
but,
the client refused any java
implementations inside the service
even calling java
apis
inside esql modules
,
My question is :
from my experience it is impossible to build this service without any Java implementations if it is impossible using ESQL please tell me? If it was pure esql
or tcpip
?