× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



From: Scott Klement
$wsdl = 'http://geocoder.us/dist/eg/clients/GeoCoderPHP.wsdl';
$client = new SoapClient($wsdl);
$result = $client->geocode($address);


You've got to give someone credit for the amount of code that must have gone into PHP SoapClient to simplify the interface as they did. I wonder how well it works with complex WSDL files like:

http://footballpool.dataaccess.eu/data/info.wso?wsdl


For those who are consuming web services, have you run into WSDL files that expose dozens of functions (operations)? If so, does the tooling hold up? I gather that a PHP SoapClient parses the WSDL file each time it uses it. Contrast that with say an ILE interface where at least part of the binding to service program procedures occurs at compile time rather than runtime.

-Nathan


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.