1 Reply Latest reply on Aug 12, 2003 7:51 AM by coldbeans

    Involking Methods via HTTP

    acarter

      Does anyone know of a resource which will help me to formulate HTTP requests which will involk any methods i choose within jboss (Things like shutdown, undeploy etc) . Basicly i am extending an existing service_control application to be able to administer Jboss services from the command line and would like to stick with HTTP as my interface..

      I have used netcat to capture the HTTP requests being sent to the HtmlAdaptor but they all seem to require a method index. I did notice there is an involkOpByName method, but im not sure how to call it.

      I am a total newbie to java and Jboss so any help would be appreciated..

      Cheerz,