DISQUS

Josh Kim dot Org: DEBUGGED: Marc’s PHP, NuSOAP, and SOAP

  • Marc · 2 years ago

    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?

  • Marc · 2 years ago

    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?

  • Martin · 2 years ago

    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

  • Martin · 2 years ago

    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