|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
PHP Soap ClientHi,
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. Thanks Bruce Martin The Martin Solution _______________________________________________ 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 ClientOn 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 ClientI 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:
_______________________________________________ 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+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 ClientI 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 ClientOk 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.
Bruce Martin The Martin Solution On Oct 28, 2009, at 6:54 PM, Marcin Suterski wrote:
_______________________________________________ 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 ClientOn 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 |
| Free embeddable forum powered by Nabble | Forum Help |