SoapDemo SOAP WebService interface description

Endpoint URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php

WSDL URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php?WSDL

PHP SOAP client download URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php?PHPSOAPCLIENT

PHP JSON client download URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php?PHPJSONCLIENT

JavaScript JSON client download URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php?JSJSONCLIENT

Compressed JavaScript JSON client download URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php?JSJSONCLIENT&min

PHP XML RPC client download URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php?PHPRPCCLIENT

PHP http client download URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php?PHPHTTPCLIENT

PHP REST client download URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php?PHPRESTCLIENT

The PhpWsdlServers extension allows PhpWsdl to serve these protocols: SOAP, JSON, XML RPC, http, REST

Index

Complex types:

Public methods:

Complex types

ComplexTypeDemo

This is how to define a complex type f.e. - the class ComplexTypeDemo doesn't need to exists,
but it would make it easier for you to return that complex type from a method

ComplexTypeDemoArray

This is an array type of ComplexTypeDemo.

An array of ComplexTypeDemo

arrayOfInt

This is an array type of int.

An int array type

stringArray

This is an array type of string.

A string array type

Public methods

ComplexTypeArrayDemo

stringArray ComplexTypeArrayDemo ( ComplexTypeDemoArray arr )

Print an array of objects

Return value stringArray: The results of print_r

Default GET REST URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php/ComplexTypeArrayDemo/:arr/

DemoMethod

void DemoMethod ( )

This method has no parameters and no return value, but it is visible in WSDL, too

Default GET REST URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php/DemoMethod/

GetComplexType

ComplexTypeDemo GetComplexType ( )

Get a complex type object

Return value ComplexTypeDemo: The object

Default GET REST URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php/GetComplexType/

PrintComplexType

string PrintComplexType ( ComplexTypeDemo obj )

Print an object

Return value string: The result of print_r

Default GET REST URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php/PrintComplexType/:obj/

SayHello

string SayHello ( string name )

Say hello demo

Return value string: Response string

Default GET REST URI: http://www.ors.si/orsxml-soap-api/classes/php-wsdl/servers/demoserver.php/SayHello/:name/


Powered by PhpWsdl - PDF download: Download this page as PDF