Hi everybody,
we have a ASMX running. It manages our product-database. I contact it via NuSOAP to create PHP-pages.
I use the call function and it takes up to 30 seconds to display! After a long search (we checked, the connection, the server, the webservice and the php-source) we figured out that it must be NuSOAP taking so much time.
Someone tracked down the problem to the xml_parse function inside NuSOAP.
Why does NuSOAP take so much time to parse XML ?
Any ideas or alternatives?
(I'm using NuSOAP just as a client.)
thanx in advance!
ciao sev