56 | | * '''note that you can only call methods that have really simple input/output values'''. Not every method is allowed for XML/RPC access, we are currently working on making more methods available. |
| 56 | * '''note that you can only call methods that have really simple input/output values'''. Not every method is allowed for XML/RPC access, we are currently working on making more methods available. Only methods with the following datatypes as input/output work: |
| 57 | * no void result supported (XML/RPC standard) |
| 58 | * Integer, Boolean, String, Double, javaa.util.Calendar, java.util.Date, byte[], java.util.Map, java.util.List |
| 59 | * no more. espacially this will not work: com.hp.hpl.jena.rdf.model.Resource ! |
| 60 | * we are working on providing String-based interfaces for most of our methods. |