Hi All,
I am trying to pass a http request through ensemble production and fetch response.
Could you please advice us the steps to achieve this.
Thanks in advance,
Arpitha R
Hi All,
I am trying to pass a http request through ensemble production and fetch response.
Could you please advice us the steps to achieve this.
Thanks in advance,
Arpitha R
Hi
Can You please let us know the end to end procedure to accept SOAP messages in Ensemble Production.
Thanks,
Arpitha
Hi,
I would like to know if there is any code to compare and update two directories/namespaces for class files.
If file is present in directory1 and not present in diectory2, it should import the classfile.
If file is not present in directory1 and it is present in directory2, the corresponding file should be deleted from directory2.
Please suggest code for the task.
Thanks,
Arpitha R
Hi,
I would like to list out unchecked mapped items ( classes in management portal ) classes of a particular namespace. Is there any code or terminal command which i can use ?
I am able to list out classes of namespace . But I need to list out unchecked mapped items classes
do ##class(%SYSTEM.OBJ).GetClassList(.result)
Hi ,
From the below code, we are able to import the class file to the namespace ( specified path is C:\temp\distr )
I have a class file and a folder in the above specified path. When i run the code, it is importing only the class file but not the class files present in folder.
I would like to know is there any code to import the class files present in folder as well.
Hi ,
We are trying to import file using %installer . But we are getting error.
CODE: