Qual: Remove deprecated code.

This commit is contained in:
Laurent Destailleur 2013-03-12 10:03:19 +01:00
parent e01a55876b
commit bcf694c255

View File

@ -110,7 +110,7 @@ $server->wsdl->addComplexType(
) )
); );
$server->wsdl->addComplexType( /*$server->wsdl->addComplexType(
'LinesArray', 'LinesArray',
'complexType', 'complexType',
'array', 'array',
@ -121,7 +121,7 @@ $server->wsdl->addComplexType(
array('ref'=>'SOAP-ENC:arrayType','wsdl:arrayType'=>'tns:line[]') array('ref'=>'SOAP-ENC:arrayType','wsdl:arrayType'=>'tns:line[]')
), ),
'tns:line' 'tns:line'
); );*/
$server->wsdl->addComplexType( $server->wsdl->addComplexType(
'LinesArray2', 'LinesArray2',
'complexType', 'complexType',
@ -170,7 +170,7 @@ $server->wsdl->addComplexType(
'lines' => array('name'=>'lines','type'=>'tns:LinesArray2') 'lines' => array('name'=>'lines','type'=>'tns:LinesArray2')
) )
); );
/*
$server->wsdl->addComplexType( $server->wsdl->addComplexType(
'InvoicesArray', 'InvoicesArray',
'complexType', 'complexType',
@ -182,7 +182,7 @@ $server->wsdl->addComplexType(
array('ref'=>'SOAP-ENC:arrayType','wsdl:arrayType'=>'tns:invoice[]') array('ref'=>'SOAP-ENC:arrayType','wsdl:arrayType'=>'tns:invoice[]')
), ),
'tns:invoice' 'tns:invoice'
); );*/
$server->wsdl->addComplexType( $server->wsdl->addComplexType(
'InvoicesArray2', 'InvoicesArray2',
'complexType', 'complexType',