 
  Data Structure Data Structure
 Networking Networking
 RDBMS RDBMS
 Operating System Operating System
 Java Java
 MS Excel MS Excel
 iOS iOS
 HTML HTML
 CSS CSS
 Android Android
 Python Python
 C Programming C Programming
 C++ C++
 C# C#
 MongoDB MongoDB
 MySQL MySQL
 Javascript Javascript
 PHP PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Which is better PHP SOAP or NuSOAP?
PHP SOAP has been made available beginning from PHP version 5.0.1 . Users who are still using PHP4 need to use NuSOAP.
Native PHP codes are better in terms of performance & relatively bug free. Hence it is suggested to use PHP SOAP if it is available.
On the other hand, NuSOAP doesn't have much documentation on their official website as well.
Salient features of NuSOAP
- It comes with a few predefined methods whereas they need to be written on one's own in case of Soap.
- The performance metric for SOAP is server response time.
- Handling UTF-8 is much easier in Nusoap.
- Nusoap offers certain functions that can be used to create a SOAP server.
Advertisements
 