S
Steve James
I am using wsdl.exe to generate some proxy classes in VS2005 from
multiple web services. I need to refer to multiple web services because
the parameter and return types have derive from common classes and I
need to take advantage of the new (very useful) /sharetypes feature.
However, despite pointing wsdl.exe to multiple webservices, I can only
specify one /appsettingurlkey value. This means in the generated code,
the proxy classes for all the webservices look for the url of the
target service in the same place in the config file. This is clearly
not right. I will have to manually set the url property on each of the
proxy classes. Am I missing something here or is this a major oversight
in the new version of wsdl.exe?
Regards,
Steve
multiple web services. I need to refer to multiple web services because
the parameter and return types have derive from common classes and I
need to take advantage of the new (very useful) /sharetypes feature.
However, despite pointing wsdl.exe to multiple webservices, I can only
specify one /appsettingurlkey value. This means in the generated code,
the proxy classes for all the webservices look for the url of the
target service in the same place in the config file. This is clearly
not right. I will have to manually set the url property on each of the
proxy classes. Am I missing something here or is this a major oversight
in the new version of wsdl.exe?
Regards,
Steve