SOAP web service module

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
Line 10: Line 10:
 
   
 
   
 
  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
 
  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.
 +
 +
[[Image:service_soap_01.gif|center]]
  
 
== See also ==
 
== See also ==
  
 
* [[Embedded HTTP server]]
 
* [[Embedded HTTP server]]

Revision as of 17:43, 4 January 2012

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.

Service soap 01.gif

See also

Personal tools