30 lines
371 B
PHP
30 lines
371 B
PHP
<?php
|
|
// SOAP_USE_XSI_ARRAY_TYPE + SOAP_SINGLE_ELEMENT_ARRAYS
|
|
/*
|
|
Liste des méthodes graydon
|
|
getCompanyMatchIdentifiers =>
|
|
getCountryAvailability
|
|
getCompanyMatchMethods
|
|
getDemoCompanies
|
|
|
|
getCompanyMatchesByKeywords
|
|
getCompanyMatchesByIdentifier
|
|
getCompanyMatchesByName
|
|
getCompanyMathesByPostCode
|
|
|
|
getCompanyPorducts
|
|
|
|
placeOrder
|
|
checkOrder
|
|
|
|
getCompanyReports
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
?>
|