Displaying 1 result from an estimated 1 matches for "dsdfsa".
Did you mean:
asdfsa
2006 Jan 04
5
Webservice External XMLRPC
...spool) {DirectSpoolService.new}
end
The controller behaves fine when accessing it with :
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/clie...