I’m playing with the DIY Web Services Tutorial right now.
Here’s the trick to go soap instead of xmlrpc:
<% params = {“name”:”Dave”}; soap.rpc.client(“/radio”, “helloWorld”, @Params, “localhost”, 80) %>
I’m playing with the DIY Web Services Tutorial right now.
Here’s the trick to go soap instead of xmlrpc:
<% params = {“name”:”Dave”}; soap.rpc.client(“/radio”, “helloWorld”, @Params, “localhost”, 80) %>