SOAP web service module
From WandoraWiki
This service provides a SOAP based web service for the topic map. Service name is axis. You can get the WSDL file from
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. For example
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.