-
Website
http://joshkim.org -
Original page
http://joshkim.org/2007/02/22/debugged-marcs-php-nusoap-and-soap/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
JSyi
10 comments · 1 points
-
yongfook
1 comment · 29 points
-
mamun009
1 comment · 1 points
-
Affordable SEO Services
1 comment · 1 points
-
Qusum
1 comment · 1 points
-
-
Popular Threads
I did a project involving SOAP recently and I used PHP5's built-in SOAP support which is very nice. Is there a reason you try to use external SOAP libraries instead of what comes included in the PHP core?
I did a project involving SOAP recently and I used PHP5's built-in SOAP support which is very nice. Is there a reason you try to use external SOAP libraries instead of what comes included in the PHP core?
One reason I use external PHP libraries is to make it compatible with PHP 4 and 5.
That's the only one otherwise of course it's better to use built in support than to load almost 7400 lines of nusoap.php
One reason I use external PHP libraries is to make it compatible with PHP 4 and 5.
That's the only one otherwise of course it's better to use built in support than to load almost 7400 lines of nusoap.php