aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test/abstract_soap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/test/abstract_soap.rb')
-rw-r--r--actionwebservice/test/abstract_soap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionwebservice/test/abstract_soap.rb b/actionwebservice/test/abstract_soap.rb
index 7454be9bdf..351a4f8479 100644
--- a/actionwebservice/test/abstract_soap.rb
+++ b/actionwebservice/test/abstract_soap.rb
@@ -22,7 +22,7 @@ class AbstractSoapTest < Test::Unit::TestCase
param_def << ["in", "param#{i}", mapping.registry_mapping]
i += 1
end
- qname = XSD::QName.new('urn:ActionService', public_method_name)
+ qname = XSD::QName.new('urn:ActionWebService', public_method_name)
request = SOAP::RPC::SOAPMethodRequest.new(qname, param_def)
soap_args = []
i = 1