Re: [SOAP] migrate SOAP function from PHP4 to PHP5

[email protected] (Richard Quadling)
Newsgroups php.soap
Message-ID <[email protected]>
2009/11/30 mindof <[email protected]>:
>
> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.