<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;?php
/**
 * This file aims to show you how to use this generated package.
 * In addition, the goal is to show which methods are available and the first needed parameter(s)
 * You have to use an associative array such as:
 * - the key must be a constant beginning with WSDL_ from AbstractSoapClientBase class (each generated ServiceType class extends this class)
 * - the value must be the corresponding key value (each option matches a {@link http://www.php.net/manual/en/soapclient.soapclient.php} option)
 * $options = array(
 * \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_URL =&gt; 'https://integrationservicewithoutmtomtest.eveelektronik.com.tr/IntegrationService.asmx?wsdl',
 * \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_TRACE =&gt; true,
 * \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_LOGIN =&gt; 'you_secret_login',
 * \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_PASSWORD =&gt; 'you_secret_password',
 * );
 * etc...
 */
require_once __DIR__ . '/vendor/autoload.php';
/**
 * Minimal options
 */
$options = array(
    \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_URL =&gt; 'https://integrationservicewithoutmtomtest.eveelektronik.com.tr/IntegrationService.asmx?wsdl',
    \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_CLASSMAP =&gt; ClassMap::get(),
);
/**
 * Samples for Get ServiceType
 */
$get = new \ServiceType\Get($options);
/**
 * Sample call for GetAvailableApplicationResponses operation/method
 */
if ($get-&gt;GetAvailableApplicationResponses(new \StructType\GetAvailableApplicationResponses()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEInvoiceSenderListUpdates operation/method
 */
if ($get-&gt;GetEInvoiceSenderListUpdates(new \StructType\GetEInvoiceSenderListUpdates()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEInvoiceReceiverListUpdates operation/method
 */
if ($get-&gt;GetEInvoiceReceiverListUpdates(new \StructType\GetEInvoiceReceiverListUpdates()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAvailableInvoiceReturnStatus operation/method
 */
if ($get-&gt;GetAvailableInvoiceReturnStatus(new \StructType\GetAvailableInvoiceReturnStatus()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoiceByInvoiceID operation/method
 */
if ($get-&gt;GetInvoiceByInvoiceID(new \StructType\GetInvoiceByInvoiceID()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInboundInvoiceByMapCode operation/method
 */
if ($get-&gt;GetInboundInvoiceByMapCode(new \StructType\GetInboundInvoiceByMapCode()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEnvelope operation/method
 */
if ($get-&gt;GetEnvelope(new \StructType\GetEnvelope()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAvailableInvoices operation/method
 */
if ($get-&gt;GetAvailableInvoices(new \StructType\GetAvailableInvoices()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAvailableInvoicesPW operation/method
 */
if ($get-&gt;GetAvailableInvoicesPW(new \StructType\GetAvailableInvoicesPW()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAvailableCompletedInvoices operation/method
 */
if ($get-&gt;GetAvailableCompletedInvoices(new \StructType\GetAvailableCompletedInvoices()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAvailableInvoicesByDate operation/method
 */
if ($get-&gt;GetAvailableInvoicesByDate(new \StructType\GetAvailableInvoicesByDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAvailableInvoicesWithDate operation/method
 */
if ($get-&gt;GetAvailableInvoicesWithDate(new \StructType\GetAvailableInvoicesWithDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetIncomingInvoicesByIssueDate operation/method
 */
if ($get-&gt;GetIncomingInvoicesByIssueDate(new \StructType\GetIncomingInvoicesByIssueDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEArchiveReportList operation/method
 */
if ($get-&gt;GetEArchiveReportList(new \StructType\GetEArchiveReportList()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEArchiveReportListWithPeriod operation/method
 */
if ($get-&gt;GetEArchiveReportListWithPeriod(new \StructType\GetEArchiveReportListWithPeriod()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoice operation/method
 */
if ($get-&gt;GetInvoice(new \StructType\GetInvoice()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoicePW operation/method
 */
if ($get-&gt;GetInvoicePW(new \StructType\GetInvoicePW()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoiceAllDirection operation/method
 */
if ($get-&gt;GetInvoiceAllDirection(new \StructType\GetInvoiceAllDirection()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoicePDF operation/method
 */
if ($get-&gt;GetInvoicePDF(new \StructType\GetInvoicePDF()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoicePDFByInvoiceId operation/method
 */
if ($get-&gt;GetInvoicePDFByInvoiceId(new \StructType\GetInvoicePDFByInvoiceId()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoicePDFByInvoiceIdWithoutDirection operation/method
 */
if ($get-&gt;GetInvoicePDFByInvoiceIdWithoutDirection(new \StructType\GetInvoicePDFByInvoiceIdWithoutDirection()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoiceImage operation/method
 */
if ($get-&gt;GetInvoiceImage(new \StructType\GetInvoiceImage()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoiceTemplate operation/method
 */
if ($get-&gt;GetInvoiceTemplate(new \StructType\GetInvoiceTemplate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEArchiveInvoice operation/method
 */
if ($get-&gt;GetEArchiveInvoice(new \StructType\GetEArchiveInvoice()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEArchiveIncomingInvoice operation/method
 */
if ($get-&gt;GetEArchiveIncomingInvoice(new \StructType\GetEArchiveIncomingInvoice()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEArchiveReport operation/method
 */
if ($get-&gt;GetEArchiveReport(new \StructType\GetEArchiveReport()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoiceXML operation/method
 */
if ($get-&gt;GetInvoiceXML(new \StructType\GetInvoiceXML()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoiceXMLWithOutFlag operation/method
 */
if ($get-&gt;GetInvoiceXMLWithOutFlag(new \StructType\GetInvoiceXMLWithOutFlag()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoiceWithOutFlag operation/method
 */
if ($get-&gt;GetInvoiceWithOutFlag(new \StructType\GetInvoiceWithOutFlag()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetTaxIdListbyDate operation/method
 */
if ($get-&gt;GetTaxIdListbyDate(new \StructType\GetTaxIdListbyDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEInvoiceCustomerListByDate operation/method
 */
if ($get-&gt;GetEInvoiceCustomerListByDate(new \StructType\GetEInvoiceCustomerListByDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEInvoiceCustomerFullList operation/method
 */
if ($get-&gt;GetEInvoiceCustomerFullList(new \StructType\GetEInvoiceCustomerFullList()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetFormsAuthenticationTicket operation/method
 */
if ($get-&gt;GetFormsAuthenticationTicket(new \StructType\GetFormsAuthenticationTicket()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetFormsAuthenticationTicketPW operation/method
 */
if ($get-&gt;GetFormsAuthenticationTicketPW(new \StructType\GetFormsAuthenticationTicketPW()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoiceSummary operation/method
 */
if ($get-&gt;GetInvoiceSummary(new \StructType\GetInvoiceSummary()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoiceSummaryWithDate operation/method
 */
if ($get-&gt;GetInvoiceSummaryWithDate(new \StructType\GetInvoiceSummaryWithDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoiceCountWithDate operation/method
 */
if ($get-&gt;GetInvoiceCountWithDate(new \StructType\GetInvoiceCountWithDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetCustomerDifferenceXml operation/method
 */
if ($get-&gt;GetCustomerDifferenceXml(new \StructType\GetCustomerDifferenceXml()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetCustomerDifferenceBase64Xml operation/method
 */
if ($get-&gt;GetCustomerDifferenceBase64Xml(new \StructType\GetCustomerDifferenceBase64Xml()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAvailableSentInvoicesByDate operation/method
 */
if ($get-&gt;GetAvailableSentInvoicesByDate(new \StructType\GetAvailableSentInvoicesByDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetAvailableSentInvoicesByIssueDate operation/method
 */
if ($get-&gt;GetAvailableSentInvoicesByIssueDate(new \StructType\GetAvailableSentInvoicesByIssueDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetHashOfInvoice operation/method
 */
if ($get-&gt;GetHashOfInvoice(new \StructType\GetHashOfInvoice()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEArchiveInvoicesByDate operation/method
 */
if ($get-&gt;GetEArchiveInvoicesByDate(new \StructType\GetEArchiveInvoicesByDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEArchiveInvoicesWithDate operation/method
 */
if ($get-&gt;GetEArchiveInvoicesWithDate(new \StructType\GetEArchiveInvoicesWithDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEArchiveInvoicesWithIssueDateAndTaxNumber operation/method
 */
if ($get-&gt;GetEArchiveInvoicesWithIssueDateAndTaxNumber(new \StructType\GetEArchiveInvoicesWithIssueDateAndTaxNumber()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetInvoiceHTML operation/method
 */
if ($get-&gt;GetInvoiceHTML(new \StructType\GetInvoiceHTML()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetEArchiveInvoicesByReportNo operation/method
 */
if ($get-&gt;GetEArchiveInvoicesByReportNo(new \StructType\GetEArchiveInvoicesByReportNo()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetNewInvoiceId operation/method
 */
if ($get-&gt;GetNewInvoiceId(new \StructType\GetNewInvoiceId()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetReconciliationEArchiveByDate operation/method
 */
if ($get-&gt;GetReconciliationEArchiveByDate(new \StructType\GetReconciliationEArchiveByDate()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetReconciliationEArchiveByDateExtended operation/method
 */
if ($get-&gt;GetReconciliationEArchiveByDateExtended(new \StructType\GetReconciliationEArchiveByDateExtended()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetGTBRefAndRegisterNumber operation/method
 */
if ($get-&gt;GetGTBRefAndRegisterNumber(new \StructType\GetGTBRefAndRegisterNumber()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Sample call for GetIncomingInvoiceBranchInfo operation/method
 */
if ($get-&gt;GetIncomingInvoiceBranchInfo(new \StructType\GetIncomingInvoiceBranchInfo()) !== false) {
    print_r($get-&gt;getResult());
} else {
    print_r($get-&gt;getLastError());
}
/**
 * Samples for Send ServiceType
 */
$send = new \ServiceType\Send($options);
/**
 * Sample call for SendApplicationResponse operation/method
 */
if ($send-&gt;SendApplicationResponse(new \StructType\SendApplicationResponse()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendMailQueueAgainResponse operation/method
 */
if ($send-&gt;SendMailQueueAgainResponse(new \StructType\SendMailQueueAgainResponse()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendInvoiceData operation/method
 */
if ($send-&gt;SendInvoiceData(new \StructType\SendInvoiceData()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendEArchiveData operation/method
 */
if ($send-&gt;SendEArchiveData(new \StructType\SendEArchiveData()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendBase64StringEArchiveData operation/method
 */
if ($send-&gt;SendBase64StringEArchiveData(new \StructType\SendBase64StringEArchiveData()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendInvoiceDataWithTemplateCode operation/method
 */
if ($send-&gt;SendInvoiceDataWithTemplateCode(new \StructType\SendInvoiceDataWithTemplateCode()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendEArchiveDataWithTemplateCode operation/method
 */
if ($send-&gt;SendEArchiveDataWithTemplateCode(new \StructType\SendEArchiveDataWithTemplateCode()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendBase64StringEArchiveDataWithTemplateCode operation/method
 */
if ($send-&gt;SendBase64StringEArchiveDataWithTemplateCode(new \StructType\SendBase64StringEArchiveDataWithTemplateCode()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendBase64StringInvoice operation/method
 */
if ($send-&gt;SendBase64StringInvoice(new \StructType\SendBase64StringInvoice()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendBase64StringInvoiceWithTemplateCode operation/method
 */
if ($send-&gt;SendBase64StringInvoiceWithTemplateCode(new \StructType\SendBase64StringInvoiceWithTemplateCode()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendXmlInvoice operation/method
 */
if ($send-&gt;SendXmlInvoice(new \StructType\SendXmlInvoice()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendUBLInvoice operation/method
 */
if ($send-&gt;SendUBLInvoice(new \StructType\SendUBLInvoice()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendCumulativeInvoiceData operation/method
 */
if ($send-&gt;SendCumulativeInvoiceData(new \StructType\SendCumulativeInvoiceData()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendInvoiceAsEmail operation/method
 */
if ($send-&gt;SendInvoiceAsEmail(new \StructType\SendInvoiceAsEmail()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Sample call for SendTaxFreeInvoiceData operation/method
 */
if ($send-&gt;SendTaxFreeInvoiceData(new \StructType\SendTaxFreeInvoiceData()) !== false) {
    print_r($send-&gt;getResult());
} else {
    print_r($send-&gt;getLastError());
}
/**
 * Samples for Re ServiceType
 */
$re = new \ServiceType\Re($options);
/**
 * Sample call for ReSendInvoiceData operation/method
 */
if ($re-&gt;ReSendInvoiceData(new \StructType\ReSendInvoiceData()) !== false) {
    print_r($re-&gt;getResult());
} else {
    print_r($re-&gt;getLastError());
}
/**
 * Sample call for ReSendInvoice operation/method
 */
if ($re-&gt;ReSendInvoice(new \StructType\ReSendInvoice()) !== false) {
    print_r($re-&gt;getResult());
} else {
    print_r($re-&gt;getLastError());
}
/**
 * Samples for Cancel ServiceType
 */
$cancel = new \ServiceType\Cancel($options);
/**
 * Sample call for CancelEArchiveInvoice operation/method
 */
if ($cancel-&gt;CancelEArchiveInvoice(new \StructType\CancelEArchiveInvoice()) !== false) {
    print_r($cancel-&gt;getResult());
} else {
    print_r($cancel-&gt;getLastError());
}
/**
 * Sample call for CancelInvoiceNumber operation/method
 */
if ($cancel-&gt;CancelInvoiceNumber(new \StructType\CancelInvoiceNumber()) !== false) {
    print_r($cancel-&gt;getResult());
} else {
    print_r($cancel-&gt;getLastError());
}
/**
 * Sample call for CancelEArchiveInvoiceStringDate operation/method
 */
if ($cancel-&gt;CancelEArchiveInvoiceStringDate(new \StructType\CancelEArchiveInvoiceStringDate()) !== false) {
    print_r($cancel-&gt;getResult());
} else {
    print_r($cancel-&gt;getLastError());
}
/**
 * Sample call for CancelEArchiveInvoiceStringDateAndAmount operation/method
 */
if ($cancel-&gt;CancelEArchiveInvoiceStringDateAndAmount(new \StructType\CancelEArchiveInvoiceStringDateAndAmount()) !== false) {
    print_r($cancel-&gt;getResult());
} else {
    print_r($cancel-&gt;getLastError());
}
/**
 * Sample call for CancelInvoice operation/method
 */
if ($cancel-&gt;CancelInvoice(new \StructType\CancelInvoice()) !== false) {
    print_r($cancel-&gt;getResult());
} else {
    print_r($cancel-&gt;getLastError());
}
/**
 * Sample call for CancelInvoiceDataForTaxFree operation/method
 */
if ($cancel-&gt;CancelInvoiceDataForTaxFree(new \StructType\CancelInvoiceDataForTaxFree()) !== false) {
    print_r($cancel-&gt;getResult());
} else {
    print_r($cancel-&gt;getLastError());
}
/**
 * Samples for Upload ServiceType
 */
$upload = new \ServiceType\Upload($options);
/**
 * Sample call for UploadFromArchiveOutgoing operation/method
 */
if ($upload-&gt;UploadFromArchiveOutgoing(new \StructType\UploadFromArchiveOutgoing()) !== false) {
    print_r($upload-&gt;getResult());
} else {
    print_r($upload-&gt;getLastError());
}
/**
 * Sample call for UploadFromArchiveUBLOutgoing operation/method
 */
if ($upload-&gt;UploadFromArchiveUBLOutgoing(new \StructType\UploadFromArchiveUBLOutgoing()) !== false) {
    print_r($upload-&gt;getResult());
} else {
    print_r($upload-&gt;getLastError());
}
/**
 * Sample call for UploadFromArchiveEnvelopeOutgoing operation/method
 */
if ($upload-&gt;UploadFromArchiveEnvelopeOutgoing(new \StructType\UploadFromArchiveEnvelopeOutgoing()) !== false) {
    print_r($upload-&gt;getResult());
} else {
    print_r($upload-&gt;getLastError());
}
/**
 * Sample call for UploadFromArchiveIncoming operation/method
 */
if ($upload-&gt;UploadFromArchiveIncoming(new \StructType\UploadFromArchiveIncoming()) !== false) {
    print_r($upload-&gt;getResult());
} else {
    print_r($upload-&gt;getLastError());
}
/**
 * Sample call for UploadFromArchiveUBLIncoming operation/method
 */
if ($upload-&gt;UploadFromArchiveUBLIncoming(new \StructType\UploadFromArchiveUBLIncoming()) !== false) {
    print_r($upload-&gt;getResult());
} else {
    print_r($upload-&gt;getLastError());
}
/**
 * Sample call for UploadFromArchiveEnvelopeIncoming operation/method
 */
if ($upload-&gt;UploadFromArchiveEnvelopeIncoming(new \StructType\UploadFromArchiveEnvelopeIncoming()) !== false) {
    print_r($upload-&gt;getResult());
} else {
    print_r($upload-&gt;getLastError());
}
/**
 * Sample call for UploadFromArchiveEArchive operation/method
 */
if ($upload-&gt;UploadFromArchiveEArchive(new \StructType\UploadFromArchiveEArchive()) !== false) {
    print_r($upload-&gt;getResult());
} else {
    print_r($upload-&gt;getLastError());
}
/**
 * Sample call for UploadFromArchiveEArchiveReport operation/method
 */
if ($upload-&gt;UploadFromArchiveEArchiveReport(new \StructType\UploadFromArchiveEArchiveReport()) !== false) {
    print_r($upload-&gt;getResult());
} else {
    print_r($upload-&gt;getLastError());
}
/**
 * Samples for Check ServiceType
 */
$check = new \ServiceType\Check($options);
/**
 * Sample call for CheckGibStatus operation/method
 */
if ($check-&gt;CheckGibStatus(new \StructType\CheckGibStatus()) !== false) {
    print_r($check-&gt;getResult());
} else {
    print_r($check-&gt;getLastError());
}
/**
 * Sample call for CheckInvoiceState operation/method
 */
if ($check-&gt;CheckInvoiceState(new \StructType\CheckInvoiceState()) !== false) {
    print_r($check-&gt;getResult());
} else {
    print_r($check-&gt;getLastError());
}
/**
 * Sample call for CheckEArchiveInvoiceState operation/method
 */
if ($check-&gt;CheckEArchiveInvoiceState(new \StructType\CheckEArchiveInvoiceState()) !== false) {
    print_r($check-&gt;getResult());
} else {
    print_r($check-&gt;getLastError());
}
/**
 * Sample call for CheckEArchiveReportState operation/method
 */
if ($check-&gt;CheckEArchiveReportState(new \StructType\CheckEArchiveReportState()) !== false) {
    print_r($check-&gt;getResult());
} else {
    print_r($check-&gt;getLastError());
}
/**
 * Sample call for CheckInvoiceStateWithReconciliationID operation/method
 */
if ($check-&gt;CheckInvoiceStateWithReconciliationID(new \StructType\CheckInvoiceStateWithReconciliationID()) !== false) {
    print_r($check-&gt;getResult());
} else {
    print_r($check-&gt;getLastError());
}
/**
 * Sample call for CheckEnvelopeState operation/method
 */
if ($check-&gt;CheckEnvelopeState(new \StructType\CheckEnvelopeState()) !== false) {
    print_r($check-&gt;getResult());
} else {
    print_r($check-&gt;getLastError());
}
/**
 * Sample call for CheckTaxIdListFromExcelFile operation/method
 */
if ($check-&gt;CheckTaxIdListFromExcelFile(new \StructType\CheckTaxIdListFromExcelFile()) !== false) {
    print_r($check-&gt;getResult());
} else {
    print_r($check-&gt;getLastError());
}
/**
 * Sample call for CheckCustomerTaxId operation/method
 */
if ($check-&gt;CheckCustomerTaxId(new \StructType\CheckCustomerTaxId()) !== false) {
    print_r($check-&gt;getResult());
} else {
    print_r($check-&gt;getLastError());
}
/**
 * Sample call for CheckCustomerTaxIdbyDate operation/method
 */
if ($check-&gt;CheckCustomerTaxIdbyDate(new \StructType\CheckCustomerTaxIdbyDate()) !== false) {
    print_r($check-&gt;getResult());
} else {
    print_r($check-&gt;getLastError());
}
/**
 * Samples for Accept ServiceType
 */
$accept = new \ServiceType\Accept($options);
/**
 * Sample call for AcceptInvoice operation/method
 */
if ($accept-&gt;AcceptInvoice(new \StructType\AcceptInvoice()) !== false) {
    print_r($accept-&gt;getResult());
} else {
    print_r($accept-&gt;getLastError());
}
/**
 * Samples for Reject ServiceType
 */
$reject = new \ServiceType\Reject($options);
/**
 * Sample call for RejectInvoice operation/method
 */
if ($reject-&gt;RejectInvoice(new \StructType\RejectInvoice()) !== false) {
    print_r($reject-&gt;getResult());
} else {
    print_r($reject-&gt;getLastError());
}
/**
 * Sample call for RejectInvoiceWithNotify operation/method
 */
if ($reject-&gt;RejectInvoiceWithNotify(new \StructType\RejectInvoiceWithNotify()) !== false) {
    print_r($reject-&gt;getResult());
} else {
    print_r($reject-&gt;getLastError());
}
/**
 * Samples for Delete ServiceType
 */
$delete = new \ServiceType\Delete($options);
/**
 * Sample call for DeleteEArchiveInvoice operation/method
 */
if ($delete-&gt;DeleteEArchiveInvoice(new \StructType\DeleteEArchiveInvoice()) !== false) {
    print_r($delete-&gt;getResult());
} else {
    print_r($delete-&gt;getLastError());
}
/**
 * Sample call for DeleteEArchiveReport operation/method
 */
if ($delete-&gt;DeleteEArchiveReport(new \StructType\DeleteEArchiveReport()) !== false) {
    print_r($delete-&gt;getResult());
} else {
    print_r($delete-&gt;getLastError());
}
/**
 * Samples for Log ServiceType
 */
$log = new \ServiceType\Log($options);
/**
 * Sample call for LogServerStatus operation/method
 */
if ($log-&gt;LogServerStatus(new \StructType\LogServerStatus()) !== false) {
    print_r($log-&gt;getResult());
} else {
    print_r($log-&gt;getLastError());
}
/**
 * Samples for Process ServiceType
 */
$process = new \ServiceType\Process($options);
/**
 * Sample call for ProcessDataWithCode operation/method
 */
if ($process-&gt;ProcessDataWithCode(new \StructType\ProcessDataWithCode()) !== false) {
    print_r($process-&gt;getResult());
} else {
    print_r($process-&gt;getLastError());
}
/**
 * Samples for Update ServiceType
 */
$update = new \ServiceType\Update($options);
/**
 * Sample call for UpdateEnvelopeStatusFromGib operation/method
 */
if ($update-&gt;UpdateEnvelopeStatusFromGib(new \StructType\UpdateEnvelopeStatusFromGib()) !== false) {
    print_r($update-&gt;getResult());
} else {
    print_r($update-&gt;getLastError());
}
/**
 * Samples for Out ServiceType
 */
$out = new \ServiceType\Out($options);
/**
 * Sample call for OutSidersSendEmail operation/method
 */
if ($out-&gt;OutSidersSendEmail(new \StructType\OutSidersSendEmail()) !== false) {
    print_r($out-&gt;getResult());
} else {
    print_r($out-&gt;getLastError());
}
/**
 * Samples for Partner ServiceType
 */
$partner = new \ServiceType\Partner($options);
/**
 * Sample call for PartnerAndCorporateContourInfo operation/method
 */
if ($partner-&gt;PartnerAndCorporateContourInfo(new \StructType\PartnerAndCorporateContourInfo()) !== false) {
    print_r($partner-&gt;getResult());
} else {
    print_r($partner-&gt;getLastError());
}
/**
 * Samples for Corporate ServiceType
 */
$corporate = new \ServiceType\Corporate($options);
/**
 * Sample call for CorporateContourInfo operation/method
 */
if ($corporate-&gt;CorporateContourInfo(new \StructType\CorporateContourInfo()) !== false) {
    print_r($corporate-&gt;getResult());
} else {
    print_r($corporate-&gt;getLastError());
}
/**
 * Samples for Using ServiceType
 */
$using = new \ServiceType\Using($options);
/**
 * Sample call for UsingCountsForPartner operation/method
 */
if ($using-&gt;UsingCountsForPartner(new \StructType\UsingCountsForPartner()) !== false) {
    print_r($using-&gt;getResult());
} else {
    print_r($using-&gt;getLastError());
}
</pre></body></html>