Re: migrate SOAP function from PHP4 to PHP5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2009/11/30 mindof <clichosting@gmail.com>:
>
> Hi,
>
> I have some difficulties to migrate some PHP4 soap function to PHP5 soap
> functions. I have 2 differents files, one PHP4 soap server file which
> contain the server function above and one PHP4 client soap file which
> contain the client function above. See txt files
>
> The problems i met, are that it's difficult enough to migrate these PHP4
> functions into PHP5 soap. I know how instanciations  are modified, ex new
> soapclient -> new SoapClient and new soapserver -> new SoapServer. But there
> is a lot of PHP4 functions which seem to not exist in PHP5 requirements; ex
> : $client->response, $client->request, $client->debug_str,
> $client->operations OR new soapval for example
>
> In my case, the PHP4 compute function (soap client) call the PHP4 action
> function (soap server),  did somebody know these troubleshooting ? and how
> is it possible to migrate these scripts ?
>
> thx a lot
>
>
> --
> View this message in context: http://old.nabble.com/migrate-SOAP-function-from-PHP4-to-PHP5-tp26578425p26578425.html
> Sent from the Php - Soap mailing list archive at Nabble.com.
>
>
> --
> PHP Soap Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

http://docs.php.net/manual/en/book.soap.php and specifically
http://docs.php.net/SoapServer and http://docs.php.net/SoapClient, is
were I would start looking.


-- 
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux