i newbie c# development.
scenario -
we have application running on .net 2.0 framework , iis 6.5. now, have installed application on remote server utilizes jetty web server. integrate both applications need add reference web service in jetty. have found web service path on server .class file , want add reference .net application.
my problem - how find url add web reference .net application in visual studio ? or there way integrate both applications ?
thanks
have tried using .wsdl
of .net web service generate proxy class in jetty web server? assuming there type of discovery mechanism built jetty web server web service capabilities, right?
Comments
Post a Comment