SOAP web service module
From WandoraWiki
This service provides a SOAP based web service for the topic map. The service name is axis. You can access the WSDL file at
http://127.0.0.1:8898/axis/services/TopicMapService?wsdl .
You can also use the web service with just HTTP GET method without sending the SOAP content in POST.
http://127.0.0.1:8898/axis/services/TopicMapService/getTopic?si=http%3A%2F%2Fwww.wandora.org%2Fcore%2Fschema-type&full=true
Just add the method name after "TopicMapService/" and the parameters needed for the method as GET parameters. You can also get the response in JSON format if you use the outputType parameter and pass "application/json/badgerfish". For example
http://127.0.0.1:8898/axis/services/TopicMapService/getTopic?si=http%3A%2F%2Fwww.wandora.org%2Fcore%2Fschema-type&full=true&outputType=application/json/badgerfish
Screen capture views an output of WSDL file returned by the Wandora's SOAP web service.
See also
- Embedded HTTP server
- HTML service module
- Mobile HTML service module
- RSS feed service module
- Drupal service module
- Firefox and Thunderbird plugin service module
- XTM topic map service module
- JTM topic map service module
- RDF service module
- GRAPHML service module
- Screencast service module
- Flash graph service module
- Timeline service module
- Google Maps service module
- D3 graph service module