http://www.perlmonks.org?node_id=874661


in reply to Deep recursion problem with SOAP

Taking a quick look at the article you linked to, it has: "The uri() identifies the class to the server ..." with examples like:

uri('http://www.soaplite.com/Demo') uri('http://www.soaplite.com/Temperatures')

Perhaps that's where the problem lies.

-- Ken