User-133573814 posted
Hello All,
I have project, where we created a proxy using the tool wsdl. Here is the code.
@set installUtilDir=%WINDIR%\Microsoft.NET\Framework\v2.0.50727\
@set PATH=%PATH%;%installUtilDir%
@CALL "%VS80COMNTOOLS%\vsvars32.bat" > NUL
wsdl /language:CS /namespace:Stanfordmed.EpicCareLink.Proxy /out:"D:\Venkat\Testapplication\ALRWebService.cs"
http://localhost/ALRWebservices/ALRWebService.asmx
pause
This is a .bat file. If i run this bat file it will create a ALRWebService.cs file in the above given location. Every thing looks good. I just build this project and add this .dll to my presentation layer and run the application. Wherever i call the webservice
part in PL, it throwning error as 404 error. Could some one find what is the bug over here.
Thanks,
Venkat V