| 29 | | TogoWS stated the rulers below: |
| 30 | | • http://togows.dbcls.jp/site/services.html |
| 31 | | • http://togows.dbcls.jp/site/rest.html |
| 32 | | • |
| 33 | | How to call the entries |
| 34 | | http://togows.dbcls.jp/entry/database/entry_id[,entry_id2,...]/field[.format] |
| 35 | | # How to include the name space of the databases in URL: |
| 36 | | • http://frnadb.example.org/entry/id instead of http://frnadb.example.org/entry/frnadb/id |
| 37 | | # How to add the name spaces for the institution, release_numer of the database: |
| 38 | | • http://togows.dbcls.jp/entry/birc-hinv-5.0/HIT0012345 |
| | 28 | == REST == |
| | 29 | |
| | 30 | TogoWS stated the rulers as below: |
| | 31 | |
| | 32 | * http://togows.dbcls.jp/site/services.html |
| | 33 | * http://togows.dbcls.jp/site/rest.html |
| | 34 | |
| | 35 | === How to call the entries === |
| | 36 | |
| | 37 | {{{ |
| | 38 | http://togows.dbcls.jp/entry/database/entry_id[,entry_id2,...]/field[.format] |
| | 39 | }}} |
| | 40 | |
| | 41 | How to include the name space of the databases in URL: |
| | 42 | |
| | 43 | * http://frnadb.example.org/entry/id instead of http://frnadb.example.org/entry/frnadb/id |
| | 44 | |
| | 45 | How to add the name spaces for the institution, release_numer of the database: |
| | 46 | |
| | 47 | * http://togows.dbcls.jp/entry/birc-hinv-5.0/HIT0012345 |
| | 48 | |
| 53 | | • The list of the formats |
| 54 | | http://togows.dbcls.jp/entry/DB_name/formats |
| 55 | | SOAP |
| 56 | | • Calling a method with asynchronous |
| 57 | | o The name for the method with asynchronous end with “Async” and return job ID |
| 58 | | o Rerurn job ID to “CheckAsyncStatus?” method and give either RUNNING, COMPLETED, or ERROR |
| 59 | | o Method name for the method with asynchronous mst be” BeginInvoke methods+Result” and stae job ID as a parameter |
| 60 | | • Required test environment |
| 61 | | o Perl: Soap::Lite 0.69 |
| 62 | | o Ruby: SOAP4R 1.5.5 (Ruby 1.8.6 bundle) |
| 63 | | o Python: SOAPpy 0.12.0 |
| 64 | | o Java: Axis 1.4 |
| | 85 | }}} |
| | 86 | |
| | 87 | * The list of the formats |
| | 88 | |
| | 89 | {{{ |
| | 90 | http://togows.dbcls.jp/entry/DB名/formats |
| | 91 | }}} |
| | 92 | |
| | 93 | == SOAP == |
| | 94 | |
| | 95 | * Required test environment |
| | 96 | * Perl: Soap::Lite 0.69 |
| | 97 | * Ruby: SOAP4R 1.5.5 (Ruby 1.8.6 bundle) |
| | 98 | * Python: SOAPpy 0.12.0 |
| | 99 | * Java: Axis 1.4 |
| | 100 | * SOAP version 1.2, at least |
| | 101 | * Calling a method with asynchronous |
| | 102 | * The name for the method with asynchronous end with “Async” and return job ID |
| | 103 | * Rerurn job ID to “CheckAsyncStatus?” method and give either RUNNING, COMPLETED, or ERROR |
| | 104 | * Method name for the method with asynchronous mst be” BeginInvoke methods+Result” and stae job ID as a parameter |
| | 105 | |
| | 106 | == History == |
| | 107 | |
| | 108 | * version [wiki:Manifest2.0_e] (2009/03/20) |