Connecting Tech Pros Worldwide Help | Site Map

NuSoap secure Server

  #1  
Old September 6th, 2008, 08:05 PM
Flo 'Irian' Schaetz
Guest
 
Posts: n/a
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
  #2  
Old September 6th, 2008, 08:35 PM
Jerry Stuckle
Guest
 
Posts: n/a

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
==================

  #3  
Old September 8th, 2008, 03:35 AM
smsiebe
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
secure soap connection where server is in java ? wbsurfver@yahoo.com answers 4 July 20th, 2007 01:05 PM
VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help gunimpi answers 0 January 10th, 2007 08:55 PM
secure server-to-server transmissions runner7 answers 7 October 4th, 2006 05:05 AM