home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Komunik / sambar / sambar53b3.exe / sysadmin / control / soap / index.asp < prev    next >
Encoding:
Text File  |  2002-10-29  |  554 b   |  24 lines

  1. <HTML>
  2. <HEAD><TITLE>Sambar Server SOAP Control Panel</TITLE>
  3. <% 
  4. #include "../header.asp"
  5. #include "../menu.asp"
  6. area = "register";
  7. #include "submenu.asp"
  8. %>
  9. <BR>
  10. <CENTER>
  11. The Sambar Server supports both a  requestor interface for SOAP client
  12. calls as well as a SOAP services interface.  The first step in building
  13. SOAP services is registering the server "services". 
  14. <BR>
  15. <CENTER>
  16. <FORM method=post action=register.asp>
  17. <INPUT TYPE=submit VALUE="Register Services">
  18. </FORM>
  19. </CENTER>
  20. <%
  21. #include "../footer.asp"
  22. %>
  23. </BODY></HTML>
  24.