Hi.
I need the following features for my web service:
WSDL parsing
Document/Literal style
RPC/Literal style (optional)
UDDI client
UDDI server
Attachments using MIME
Attachments using DIME (optional)
I've searched for weeks through the Internet. The more I search the less I understand so forgive me.
I've first installed PHP5 on a Gentoo Linux machine and saw Soap support was built-in PHP5. I read in PHP5 documentation that SOAP support was now built-in which includes in fact what was called PEAR-SOAP with PHP4 (if I've correctly understood).
Now I've installed PHP4 on Windows and would like to give SOAP a try under Windows first before I port the whole thing under Linux. So I went to install php_soap.dll extension and saw PHP has to be version 5 or later... 😕
Now I wonder:
Is PHP5 Soap PHP-SOAP or PEAR-SOAP?
Can I use PEAR-SOAP with PHP5?
Can I use PEAR-SOAP with PHP4?
Is php_soap.dll from PECL actually a Windows port of PEAR-SOAP?
Thanks for scheding some light over this.