Menu

Need Help: Browser to test the service!

Help
Anonymous
2003-04-22
2003-04-23
  • Anonymous

    Anonymous - 2003-04-22

    Hallo,
            I wanted to use any browser for testing the installed service. I wrote a javascript to convert my input with radio buttons and checkboxes to XML. As we normally give the target address as a .CGI file for "html forms" service normallly, I wanted to know what address I have to specify for the action field of the form form.

    1. IS it just http://localhost:8000 ?
    2. Or we need a redirecting program there?

    And does the service automatically write the output back to the browser?

    To end with a comment, the library is helping me a lot. :)
    Thanx
    Yogesh.

     
    • Chris Morley

      Chris Morley - 2003-04-23

      http://localhost:8000 will work if you have a server listening there.

      Note that XMLRPC responds only to POSTs not GETs.

      Where the output goes depends on what your javascript does with it. Some people have had success using this javascript library, but I haven't tried it:

      http://www.vcdn.org/Public/XMLRPC/

       

Log in to post a comment.