Web Service Reference
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have to develop a web application from a web site. On the web site, on the App_WebReferences folder, there is a folder ContactComponent and there are 3 wsdl files, First,Second and Third inside that. On the web site, the web service is referenced as ContactComponent.First, ContactComponent.Second and ContactComponent.Third On my web application also, I need to reference the same way. How will I add all the three web services to one reference so that I can call ContactComponent.First ContactComponent.Second ContactComponent.Third
Thanks