M
Melson
Hi
I've problems doing these 3 steps. Please help.
1. Create WSDL file by opening SqlService.asmx so that it goes through IIS.
Click on "Service Description" Save the resultant file as SQLService.sdl.
2. Run mSqlproxy.bat. This put SQLService.dll in the bin directory and
SQLService.vb in current directory.
Code inside mSqlproxy.bat
wsdl.exe /l:VB /n:NameSpaceHersh /out:SqlService.vb SqlService.wsdl
REM -----------Compile Proxy--------------
Rem Remember to change outdir variable to point to your bin folder
set outdir=C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Bin\SQLService.dll
set
assemblies=System.dll,System.Web.dll,System.Data.dll,System.Web.Services.dll
,System.Xml.dll
vbc /t:library /out:%outdir% /r:%assemblies% SQLService.vb
3. Run SQLService.aspx.
I've error when I try mSqlproxy.bat such as wsdl.exe and vbc are not
recognised as an internal or external command.
Regards
Robin
I've problems doing these 3 steps. Please help.
1. Create WSDL file by opening SqlService.asmx so that it goes through IIS.
Click on "Service Description" Save the resultant file as SQLService.sdl.
2. Run mSqlproxy.bat. This put SQLService.dll in the bin directory and
SQLService.vb in current directory.
Code inside mSqlproxy.bat
wsdl.exe /l:VB /n:NameSpaceHersh /out:SqlService.vb SqlService.wsdl
REM -----------Compile Proxy--------------
Rem Remember to change outdir variable to point to your bin folder
set outdir=C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\v1.1\Bin\SQLService.dll
set
assemblies=System.dll,System.Web.dll,System.Data.dll,System.Web.Services.dll
,System.Xml.dll
vbc /t:library /out:%outdir% /r:%assemblies% SQLService.vb
3. Run SQLService.aspx.
I've error when I try mSqlproxy.bat such as wsdl.exe and vbc are not
recognised as an internal or external command.
Regards
Robin