WSDL.exe : Using multiple appsettingurlkeys for multiple web services

D

david

I saw posts by developers with similar problems, but I have not seen a
solution. Is there one??

I have two webservices that share types:

webSvc1 at http://myServer/WS/webSvc1.asmx
webSvc2 at http://myServer/WS/webSvc2.asmx


When I generate the proxy for these two services I use:


wsdl /sharetypes http://myServer/WS/webSvc1.asmx http://myServer/WS/webSvc2.asmx
/appsettingurlkey:mySvcURL /n:MyNS.Proxy /
o:"C:\MyWebApp\App_Code\MyProxy.cs" /l:CS


The problem is that the appsettingurlkey is the same for each service
in the proxy file. I want to be able to specify multiple
appsettingurlkey parameters. How is this accomplished. I figure
since the /sharetypes parameter became available, there should be a
solution for specifying the appsettingurlkey specifically for each
service identified.


Has this obvious oversight in wsdl 2.0 been addressed somehow?


David S.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top