Update wsdl - schmocker/Neplan_Cloud_Connector_NCC GitHub Wiki

WSDL to C# class

  • Go to Nelan Services
  • Open Developer Command Prompt for VS 2017 or similar and enter:
cd  %USERPROFILE%\Desktop
mkdir NeplanService
cd NeplanService
svcutil.exe https://demo.neplan.ch/NEPLAN360_Demo/Services/External/NeplanService.svc?singleWsdl
  • Close Developer Command Prompt for VS 2017
  • There should be two new files in the folder
  • NeplanService.cs
  • output.config (not used for this project)

Create new Visual-Studio solution