From: nkb Date: 2004-09-22T14:35:50+09:00 Subject: soap4r. I just dont get it. Hi. I have tried for a hours but I still cannot get it. What is wrong with my codes? I keep getting this error #: Fault occurred --> System.Xml.XmlElement (SOAP::FaultError) Below is my code to access the webservice. According to the logs from the webservice server, I am able to access to the webservice. But there seems to be something wrong in the way I place my input argument. ####### require 'soap/rpc/driver' Host = "http://mysite/serviceA/serviceA1.asmx" NS = "urn:mysite.co.uk:webservices" client = SOAP::RPC::Driver.new(Host, NS) client.add_method_with_soapaction('mygetData', 'getData', 'dataID') p client.mygetData(1) ####### And this is the webservice statements from the server. It says this is how I should form my soap request. int string string