Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Wondering if I could get some input from anyone on a concept that I am working on at the moment.

Basically I am looking to somehow be able to allow a user to input the URL of a web service and then I want to programmatically call the service and store the configuration in a SQL db to be able to then use the functions to call later.

The concept is to be able to allow a user to specify a web service as a data import type so I can transform the data that comes from the web service into a data structure of my own by allowing the user to map fields from the import source (the web service) to the output source (a staging database).

I suppose much in the way like SSIS has the Web Service Task.

I am having a play with wsdl.exe and disco.exe and considering using System.CodeDom

If anyone has done anything like this then would love to know your thoughts and any point in a better direction is always appreciated.

Thanks for the collaboration in advance!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900