Files
crm.twinpol.com/WSDL/inc.ws.types.php

25 lines
500 B
PHP
Raw Permalink Normal View History

2025-05-12 15:44:39 +00:00
<?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')
)
);
}
?>