itpserverreply.dll

The itpserverreply.dll file provides a reference implementation that serves to specify the interface. To use it, do the following:

  1. Install the Web Services interface.
  2. Browse to the following URLs for sample request and reply messages:

    http://<host:port>/<folder>/itpserverreply.asmx?WSDL for the WSDL specification

    http://<host:port>/<folder>/itpserverreply.asmx?op=ReplyAsync

    http://<host:port>/<folder>/itpserverreply.asmx?op=ReplyAsyncWrapped

    <host:port>/<folder> is the machine/folder in which the Web Services interface is installed, such as localhost:8080/itpserver.

The Web Service that you implement must adhere to this interface specification.