Skip to content

DeHess/simap-soapgrabber

Repository files navigation

simap-soapgrabber

This is a little #C application that uses the simap Webserver / API to get data from the swiss public procurement platform SIMAP

Soap Setup Guide

For others of my generation who have the honor of working with soap and who have to generate classes through wsdl, this is how I managed to make it work:

Step 1: Use .NET (Java doesn't support wsdl anymore. To use this old feature you'd have to use and old sdk.)

Step 2: Create a new Windows Forms App (with the .Net Framework)

Step 3: Add a Reference, input your wsdl link

Step 4: Go to Advanced settings, Add Web Reference, input your wsdl link

The end result should look something like this:

image

Now you can create your client in your code and make the first calls

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages