Okay, I think I need another pair of eyes to look over this. I\'m making a simple php soapclient call to an echo web service on a remote server. I\'m pretty sure I don\'t ha
I assume you're not typo and the method is actually available.
Try this
ini_set("soap.wsdl_cache_enabled", "0");
It's might be because of wsdl was cached.