SOAP web services - help choosing package

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
M4ngo
Forum Newbie
Posts: 6
Joined: Fri Jul 18, 2008 8:27 pm

SOAP web services - help choosing package

Post by M4ngo »

I am writing a large SOAP server in php 5. It will definitely evolve over time so I would really prefer to use a package that has dynamic WSDL generation (unless there is a good reason why not to).

I think my choices are PEAR::SOAP, NuSOAP and PHP 5 SOAP extension.

I see NuSOAP supports dynamic WSDL Generation, do the others (I cant find the support for it).

Is there any reason why I would prefer one over the other?

TIA.
Zack.
Post Reply