-
As I wrote my own SMH handler for connecting via SFTP it would be nice to have them called from Files directly.
Currently I have to overwrite system/libraries/Files.php to have my class instanciated.…
ghost updated
12 years ago
-
I believe that two changes should be made to the SOAP web services entry:
- Create a separate class (and suggest making it a service) that's actually used as the "client" class by SOAP. In other words…
-
I'm having a problem using Savon with a wsdl service provided by Telnic (dev.telnic.org). I'm finding that I have to explicitly name the requested operation and its namespace. Example:
```
Savon::SOA…