Written by

Sales Engineer at InterSystems Iberia
MOD
Question Luis Angel Pérez Ramos · Oct 11, 2023

Visual Studio SOAP wizard

Does anybody know if there is a wizard to create SOAP client/server web services for IRIS from VS Code? I would like to not use Studio anymore but for SOAP web services looks like there is no alternative in VSCode.

Thank you in advance!

Product version: IRIS 2023.2

Comments

John Murray · Oct 11, 2023

Starting with v2.10.3 of the InterSystems ObjectScript extension, if you launch the Server Actions menu (e.g. by clicking on the extension's status bar panel) you should get an option to "Open Studio Add-in...", and from there a list that includes the SOAP Wizard.

0
Guillaume Rongier  Oct 11, 2023 to John Murray

FYI : it works great except that, it create the classes in %SYS namespace, not in our current namespace.

I will fill an issue on github.

0
John Murray  Oct 12, 2023 to Guillaume Rongier

@Guillaume Rongier Thank you for opening the issue on GitHub. I created a PR yesterday and hope you will be able to verify the fix soon. Then we'll see about publishing a new version of the extension.

0