Error message: SOAP services are currently not supported for Window projects. If you want to use this integration, please create a Windows-Legacy project instead.
Question 1.) How to create Windows-Legacy project?
Question 2.) How to use “New Service” in Window project?
If you are on latest version then windows-legacy is not an option that is available else while creating the project you can choose between windows and legacy
For now you can try to change the project.json file..where xompatibility will show as windows ..changed it to legacy
Also in windows project ..you can create a coded workflow and use the soap request..here is a tutorial
To conclude
Question 1.) How to create Windows-Legacy project?
Answer: Inside the project.json file, change “targetFramework”: “Windows” to “targetFramework”: “Legacy”
Question 2.) How to use “New Service” in Window project?
Answer: “New Service” is not available in window project yet. My approach is to use “New Service” in legacy, and find a way to execute it in window project. 5 methods recommended in this article