Getting fault: Procedure Not Present - help needed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi, I'm using a soap server (running php 5.0.4 stable) and a soap client (running on different machines in a local network). I have one WSDL that describes some services and it works fine. I have another that when I try and use it, I get a soap fault ENV:Server that the procedure is not present (meanwhile the function is properly defined, I set the class on the server, etc.)

Here's the relevant data from the soapfault:

  ["faultstring"]=>
  string(27) "Procedure 'abc' not present"
  ["faultcode"]=>
  string(15) "SOAP-ENV:Server"

WSDL validates A-OK and both are very similiar.

What's very odd is that it was working fine, and then just stopped (checking my source control, none of the files changed).

The WSDL files are not cached. __getFunctions on SoapClient works fine and shows the correct functions. This is something on the server I think, and I haven't a clue how to debug/fix this.

Thanks for any help.
Jan

--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux