Web Service Server in PHP

Web Service Server in PHP

am 22.10.2009 03:26:11 von Daniel Echalar

--001636c5ba2f330c4d04767bfcae
Content-Type: text/plain; charset=ISO-8859-1

Hi,

Does anybody knows a web services server based on PHP?

The only one a see is Nusoap, but even for this one i can't find the webpage
to see the documentation.

by the way, i'm trying to develop an application using web services in PHP,
any start point suggestion will be appreciated.

thanks for the anwers!

--001636c5ba2f330c4d04767bfcae--

Re: Web Service Server in PHP

am 22.10.2009 03:32:58 von Eddie Drapkin

On Wed, Oct 21, 2009 at 9:26 PM, Daniel Echalar wrote:
> Hi,
>
> Does anybody knows a web services server based on PHP?
>
> The only one a see is Nusoap, but even for this one i can't find the webpage
> to see the documentation.
>
> by the way, i'm trying to develop an application using web services in PHP,
> any start point suggestion will be appreciated.
>
> thanks for the anwers!
>

Nanoweb is an HTTP server: http://nanoweb.si.kz/

I'm pretty sure this is exactly what you're looking for.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: Web Service Server in PHP

am 22.10.2009 03:58:36 von Dan McCullough

--0016e64cc90e22cd0704767c70ee
Content-Type: text/plain; charset=ISO-8859-1

I believe NuSoap is still available
source: http://sourceforge.net/projects/nusoap/
http://greghuet.blogspot.com/2007/12/soap-php5-and-nusoapphp .html

You can also look here at PHPs SOAP functions
http://php.net/manual/en/refs.webservice.php

On Wed, Oct 21, 2009 at 9:26 PM, Daniel Echalar wrote:

> Hi,
>
> Does anybody knows a web services server based on PHP?
>
> The only one a see is Nusoap, but even for this one i can't find the
> webpage
> to see the documentation.
>
> by the way, i'm trying to develop an application using web services in PHP,
> any start point suggestion will be appreciated.
>
> thanks for the anwers!
>

--0016e64cc90e22cd0704767c70ee--

Re: Web Service Server in PHP

am 22.10.2009 08:16:24 von Sudheer Satyanarayana

On Thursday 22 October 2009 06:56 AM, Daniel Echalar wrote:
> Hi,
>
> Does anybody knows a web services server based on PHP?
>
> The only one a see is Nusoap, but even for this one i can't find the webpage
> to see the documentation.
>
> by the way, i'm trying to develop an application using web services in PHP,
> any start point suggestion will be appreciated.
>
> thanks for the anwers!
>
>
Many frameworks offer Soap server component. Zend Framework springs into
mind. You might also want to consider developing RESTful server application.


--

With warm regards,
Sudheer. S
Tech stuff: http://techchorus.net
Business: http://binaryvibes.co.in


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php