<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="call url" version="1.0" type="misc">
  <DESCRIPTION>Call an url with parameters and get the response</DESCRIPTION>
  <HELP>http://www.openspace3d.com/documentation/fr/plugits/misc/callurlplugit.html</HELP>
  <RESOURCE></RESOURCE>
  <EDITOR>
    <SCRIPT path="./ecallurl.pkg" />
    <PARAM name="url" type="value" />
    <PARAM name="params" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./ccallurl.pkg" />
    <ACTION name="Call" />
    <EVENT name="Response" />
  </CLIENT>
</PLUGIN>