|
August 4, 2002 Creating a dll for IsPrime Tips: August 2002
Yehuda Shiran, Ph.D.
|
|
The second step in creating a proxy for a Web service (see yesterday's tip for the first one) is compiling it into a binary library, a .dll file. The executable you need to use is jsc.exe. When you installed the .NET framework, the path to jsc.exe should have been added in your path. Type jsc at the Command Prompt window and see that you get the help file for this command. Now, type the command with its proper parameters:
where the argument of the command is the JScript .NET code which is created by the wsdl command. The other switches are:
Here is the Command Prompt window showing the echo of the
People who read this tip also read these tips: Look for similar tips by subject: |