home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD><TITLE>Sambar Server SOAP Control Panel</TITLE>
- <%
- #include "../header.asp"
- #include "../menu.asp"
- area = "register";
- #include "submenu.asp"
- %>
- <BR>
- <CENTER>
- The Sambar Server supports both a requestor interface for SOAP client
- calls as well as a SOAP services interface. The first step in building
- SOAP services is registering the server "services".
- <BR>
- <CENTER>
- <FORM method=post action=register.asp>
- <INPUT TYPE=submit VALUE="Register Services">
- </FORM>
- </CENTER>
- <%
- #include "../footer.asp"
- %>
- </BODY></HTML>
-