Hello,
just a quick question: Does anyone have an idea if NuSoap allows to
secure server? Of course I could include a username/password field into
each request, but that would be gravely unelegant (and not very secure).
If not, are there any alternative libraries for Webservices with PHP?
Flo
Jerry Stuckle - 06 Sep 2008 20:32 GMT
> Hello,
>
[quoted text clipped - 4 lines]
>
> Flo
Here's a novel idea. You might try asking in the NuSoap support forums.
I'm sure their developers are MUCH more familiar with the capabilities
than we are.

Signature
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
smsiebe - 08 Sep 2008 03:33 GMT
> Hello,
>
[quoted text clipped - 4 lines]
>
> Flo
Hi Flo,
Yes, it does using SSL certs (using CuRL). I've used nusoap for both
server-side and client-side secure connections in the past, but I had
to extend it a bit to make the API a bit more elegant. I've been
happy with Zend_Soap so far (from the Zend Framework - http://framework.zend.com),
but haven't done server-side with SSL with it yet. You can think of
this component as an extension/wrapper of PHP's SOAP toolkit, much
better API and documentation, though.
Good luck,
Steve