Improve flexibility of which code types are used in claims and other misc.
[openemr.git] / contrib / forms / soap2 / save.php
blob6850a8993d1df10cbec3e2444aae73c26402e6e9
1 <?php
2 include_once("../../globals.php");
3 include_once("$srcdir/api.inc");
5 require ("C_FormSOAP.class.php");
6 $c = new C_FormSOAP();
7 echo $c->default_action_process($_POST);
8 @formJump();
9 ?>