Reputation: 48034
I have to get data from a web service, but they do not publish a WSDL file. My SSIS component won't work without the WSDL.
Is it possible for me to create a WSDL file for someone else's Web Service?
Upvotes: 2
Views: 444
Reputation: 1098
Logically, you can create.
But, you should not do that.
There are lots of loopholes in creating a WSDL of other's web service.
So my answer is: You can... but not advisable.
Upvotes: 0
Reputation: 1013
From the possibility perspective, of course it theoretically is. On the other hand, it is very tricky to create, and extremely prone to errors. First of all, do you have a representative set of messages for the service?
Upvotes: 2