Connecting Tech Pros Worldwide Help | Site Map

NuSoap secure Server

Flo 'Irian' Schaetz
Guest
 
Posts: n/a
#1: Sep 6 '08
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
Guest
 
Posts: n/a
#2: Sep 6 '08

re: NuSoap secure Server


Flo 'Irian' Schaetz wrote:
Quote:
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
>
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.


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

smsiebe
Guest
 
Posts: n/a
#3: Sep 8 '08

re: NuSoap secure Server


On Sep 6, 3:01*pm, Flo 'Irian' Schaetz <ir...@gmx.dewrote:
Quote:
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
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
Closed Thread