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!
Comments
I haven't seen anything "official" but there was this article from 2021 that provided a way to recreate it:
VSCode Tips & Tricks - SOAP Wizard | InterSystems Developer Community |
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.
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.
@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.