Displaying 1 result from an estimated 1 matches for "safdasf".
Did you mean:
sadas
2006 Jan 04
5
Webservice External XMLRPC
...:
http://localhost:3003/api/invoke, and
curl -d ''<?xml version="1.0"
?><methodCall><methodName>Add</methodName><params><param><value><string>dsdfsa</string></value></param><param><value><string>safdasf</string></value></param></params></methodCall>''
http://localhost:3003/api/directspool
But when i try to access it with the following script :
require "xmlrpc/client"
server = XMLRPC::Client.new("10.0.0.132", "/api/directspool"...