PHP Soap Client

View: New views
7 Messages — Rating Filter:   Alert me  

PHP Soap Client

by Bruce Martin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I was wondering what is the most popular, or best soap client I should use in my PHP. I know PHP 5 has some built in Soap, but is that used more than others, and which is accepted more widely in the industry.


_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Re: PHP Soap Client

by Michael Hernandez-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Oct 28, 2009, at 4:04 PM, Bruce Martin wrote:

> Hi,
> I was wondering what is the most popular, or best soap client I  
> should use in my PHP. I know PHP 5 has some built in Soap, but is  
> that used more than others, and which is accepted more widely in the  
> industry.
>

fwiw, I use the Zend Framework SOAP component and it's quick and easy  
and it works...

--Mike H
_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Re: PHP Soap Client

by zippy1981 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I use the built in soap client for projects where I get to make the decision.

My company also uses the built in soap client, I'm not sure who made that decision.

On Wed, Oct 28, 2009 at 4:04 PM, Bruce Martin <bmartin@...> wrote:
Hi,
I was wondering what is the most popular, or best soap client I should use in my PHP. I know PHP 5 has some built in Soap, but is that used more than others, and which is accepted more widely in the industry.


_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation


_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Re: PHP Soap Client

by Rob Marscher :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

+1 for the soap extension as opposed to any library.
_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Re: PHP Soap Client

by Marcin Suterski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I don't see anything wrong with PHP soap extension. It requires some
know-how, but is there anything faster and more reliable?

Suter


On Wed, Oct 28, 2009 at 5:54 PM, Rob Marscher
<rmarscher@...> wrote:
> +1 for the soap extension as opposed to any library.
> _______________________________________________
> New York PHP Users Group Community Talk Mailing List
> http://lists.nyphp.org/mailman/listinfo/talk
>
> http://www.nyphp.org/Show-Participation
>
_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Re: PHP Soap Client

by Bruce Martin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ok so it looks like the built in SOAP extension is the winner, now are there any good tutorials or documentation on how to use it? I must admit I only quickly glanced at the docs on php.net.


On Oct 28, 2009, at 6:54 PM, Marcin Suterski wrote:

I don't see anything wrong with PHP soap extension. It requires some
know-how, but is there anything faster and more reliable?

Suter


On Wed, Oct 28, 2009 at 5:54 PM, Rob Marscher
<rmarscher@...> wrote:
+1 for the soap extension as opposed to any library.
_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation


_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation

Re: PHP Soap Client

by Ajai Khattri :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 29 Oct 2009, Bruce Martin wrote:

> Ok so it looks like the built in SOAP extension is the winner, now are  
> there any good tutorials or documentation on how to use it? I must  
> admit I only quickly glanced at the docs on php.net.


http://tinyurl.com/yjgtklq



--
A

_______________________________________________
New York PHP Users Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/Show-Participation