I want to call the <soap header> xml in soapclient php.
so i want to use soapheader function in soapclient php5.
please code for example how to declare soapheader in soapclient.
Code:
<?php
function OrderImport()
{
$this->_soapclient = new SEG_SoapClient('OrderImportProxy');
$this->_soapclient->__soapCall("echoVoid",
Leave a comment: