--- trunk/soap.cgi 2005/05/17 15:03:57 34 +++ trunk/soap.cgi 2005/05/17 15:05:57 35 @@ -26,8 +26,10 @@ This methods are thin wrappers to provide SOAP calls. -Usually, you want to used named variables in your SOAP calls if at all -possible. However, if you have broken SOAP libraries (like PHP's PEAR SOAP) +Usually, you want to use named variables in your SOAP calls if at all +possible. + +However, if you have broken SOAP library (like PHP SOAP class from PEAR) you will want to use positional arguments (in same order as documented for methods below).