SoapDemo SOAP WebService interface description

Endpoint URI: http://laseraimingsystems.com/php-wsdl-2.3/demo.php

WSDL URI: http://laseraimingsystems.com/php-wsdl-2.3/demo.php?WSDL

PHP SOAP client download URI: http://laseraimingsystems.com/php-wsdl-2.3/demo.php?PHPSOAPCLIENT

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

DemoMethod

void DemoMethod ( )

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

GetComplexType

ComplexTypeDemo GetComplexType ( )

Get a complex type object

Return value ComplexTypeDemo: The object

PrintComplexType

string PrintComplexType ( ComplexTypeDemo obj )

Print an object

Return value string: The result of print_r

SayHello

string SayHello ( string name )

Say hello demo

Return value string: Response string


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