init
This commit is contained in:
25
WSDL/inc.ws.types.php
Normal file
25
WSDL/inc.ws.types.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
function Register_Types($server) {
|
||||
|
||||
$server->wsdl->addComplexType('UpdateOrder','complexType','struct','sequence','',
|
||||
array (
|
||||
|
||||
'outputInfo' => array('type' => 'tns:OutputInfo')
|
||||
|
||||
)
|
||||
);
|
||||
|
||||
$server->wsdl->addComplexType('Aktualizuj','complexType','struct','sequence','',
|
||||
array (
|
||||
|
||||
'data'=>array('name'=>'data','type'=>'xsd:int'),
|
||||
|
||||
'outputInfo' => array('type' => 'tns:OutputInfo')
|
||||
|
||||
)
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user