Hello world

Method hello_world is used for testing Maventa API-connection.

Return value

This method returns a “Hello world!” string.

Arguments

This method does not take any arguments.

Example code

1 require 'soap/wsdlDriver'
2 
3 server = SOAP::WSDLDriverFactory.new("https://testing.maventa.com/apis/bravo/wsdl").create_rpc_driver
4 puts server.hello_world

Also available in: HTML TXT