A really simple SOAP to JSON and back script, for when you just want to kick SOAP in the groin.
With jQuery you'd just do: $.getJSON('path/?function=myFunc¶ms={"param":"value"}&callback=?',function(json){alert(json);});
[code]
<?php ... Read More »