Saved Bookmarks
| 1. |
Solve : PHP tool to generate code for consuming a web service based on its WSDL?? |
|
Answer» Is there a tool for PHP which can generate code for consuming a web SERVICE BASED on its WSDL? Something comparable to clicking "ADD Web Reference" in Visual Studio or the Eclypse plugin which does the same thing for Java. Quote generate code for consuming a web service Consume? What are you refering to in the act of consuming? First thought of consuming a web service is flooding it with requests by which it acts like a DoS attack? Quote from: DaveLembke on January 19, 2011, 04:30:40 PM
Consume MEANS to USE when speaking of reusable components or services. For example, in C++ when you use a class you are it's consumer. (also called the "client"). to Original Poster: http://www.phpclasses.org/package/3509-PHP-Generate-WSDL-from-PHP-classes-code.html EDIT: woops, I think that might be backwards... |
|