diff --git a/extensions/webservices/soap/tests/soapisprimenumber.html b/extensions/webservices/soap/tests/soapisprimenumber.html index f70bfed96d7..df931c6c411 100644 --- a/extensions/webservices/soap/tests/soapisprimenumber.html +++ b/extensions/webservices/soap/tests/soapisprimenumber.html @@ -48,7 +48,7 @@ function makeCall(value) { var s = new SOAPCall(); // The targetObjectURI, methodName and destinatioName are mandatory. // The actionURI is optional. - + s.transportURI = "http://213.23.125.181:8080/RPC"; // Set the parameters on the call object. Note that in this case, diff --git a/extensions/xmlextras/tests/soapisprimenumber.html b/extensions/xmlextras/tests/soapisprimenumber.html index f70bfed96d7..df931c6c411 100644 --- a/extensions/xmlextras/tests/soapisprimenumber.html +++ b/extensions/xmlextras/tests/soapisprimenumber.html @@ -48,7 +48,7 @@ function makeCall(value) { var s = new SOAPCall(); // The targetObjectURI, methodName and destinatioName are mandatory. // The actionURI is optional. - + s.transportURI = "http://213.23.125.181:8080/RPC"; // Set the parameters on the call object. Note that in this case,