B
blackhawk
I have written a web service that will take parameters for constructing a
query and then return the results of that query using untyped XML. The
problem is, most web service clients expect the return data to be strongly
typed, or it will not handle the binding properly. And the parameters
passed will dictate the number and the datatype of columns returned.
What I would like to do, then, is have an external configuration file that
has a list of predefined values for creating the queries and then have web
methods generated from this configuration file when the web service is
instantiated.
I cannot seem to find a way to dynamically generate WSDL. Does anyone
have any code that will do this, or perhaps point me into a direction that I
can work through this?
Thanks!
query and then return the results of that query using untyped XML. The
problem is, most web service clients expect the return data to be strongly
typed, or it will not handle the binding properly. And the parameters
passed will dictate the number and the datatype of columns returned.
What I would like to do, then, is have an external configuration file that
has a list of predefined values for creating the queries and then have web
methods generated from this configuration file when the web service is
instantiated.
I cannot seem to find a way to dynamically generate WSDL. Does anyone
have any code that will do this, or perhaps point me into a direction that I
can work through this?
Thanks!