How to call soapheader function in soapclient php5?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sganeshsvk
    New Member
    • Oct 2009
    • 14

    How to call soapheader function in soapclient php5?

    How to call soapheader function in soapclient php5?

    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", new SoapHeader('http://www.openuri.org/2002/04/soap/conversation/','StartHeader','conversationID','callbackLocation'));
    
    ?>
    Last edited by Dormilich; Jun 12 '10, 11:41 PM. Reason: Please use [code] tags when posting code
Working...