SOAP web service module

From WandoraWiki
Jump to: navigation, search

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.

Service soap 01.gif

See also

Personal tools