Great news! I thought this extension was only for cases where the call was with XML/SOAP, but in my case, it's JSON/REST. However, using it this way, the properties appear as I wanted them to. Thank you very much for your help!
Thank you for the comment, Michael! Even though all the properties are filled, I did it the way you mentioned, but it still didn't work. I also tried adding an initial expression, but the content still appears empty. The solution was to set the extended request class as %XML.Adaptor, but either way, I appreciate your help.
There is a possibility that you create a table in IRIS that connects to an external table. I've done tests with the ODBC format, it works well I believe JDBC too.
In this case, I recommend using a JDBC connection to communicate the IRIS database with Java.
go to post
Great news!
I thought this extension was only for cases where the call was with XML/SOAP, but in my case, it's JSON/REST. However, using it this way, the properties appear as I wanted them to. Thank you very much for your help!
go to post
Thank you for the comment, Michael! Even though all the properties are filled, I did it the way you mentioned, but it still didn't work. I also tried adding an initial expression, but the content still appears empty. The solution was to set the extended request class as %XML.Adaptor, but either way, I appreciate your help.
go to post
I agree,
Muhammad! I think the same thing.
go to post
Hi Jordan!
You can write the html as if it were a string inside TextData.Write()
Set tEmail = ##class(%Net.MailMessage).%New() Set tEmail.IsHTML=1 Set tSC = tEmail.TextData.Write("<h2 style='color: #5e9ca0;'>Hello World!</h2>") Set tSC = ..Adapter.SendMail(tEmail)
Hope this helps :)
go to post
Hi Oliver,
There is a possibility that you create a table in IRIS that connects to an external table. I've done tests with the ODBC format, it works well I believe JDBC too.
In this case, I recommend using a JDBC connection to communicate the IRIS database with Java.
SQL Gateway via JDBC: https://docs.intersystems.com/iris20221/csp/docbook/Doc.View.cls?KEY=BSQ...
How to use the table wizard: https://docs.intersystems.com/iris20221/csp/docbook/Doc.View.cls?KEY=BSQ...
go to post
Hi Nicki!
Is your idea to mirror the Ensemble tables with Iris? If yes, you can do that with the table linking wizard.
https://docs.intersystems.com/ens201815/csp/docbook/DocBook.UI.Page.cls?...
I did this procedure a few times with ODBC, it's very useful.
go to post
thanks for sharing this content
go to post
Perfect, it worked!
I didn't know there was a RemoveItem() method. Thanks Eduard
go to post
I managed to export with the command. Thank you very much!
go to post
Yes
go to post
Thanks!
go to post
I would also like to know!