diff --git a/Assemblies/Roblox/Grid/Rcc/RCCService.wsdl b/Assemblies/Roblox/Grid/Rcc/RCCService.wsdl index 49414af..4fb100d 100644 --- a/Assemblies/Roblox/Grid/Rcc/RCCService.wsdl +++ b/Assemblies/Roblox/Grid/Rcc/RCCService.wsdl @@ -1,7 +1,7 @@ - + - + @@ -465,7 +465,7 @@ - + @@ -474,7 +474,7 @@ - + @@ -483,7 +483,7 @@ - + @@ -492,7 +492,7 @@ - + @@ -501,7 +501,7 @@ - + @@ -510,7 +510,7 @@ - + @@ -519,7 +519,7 @@ - + @@ -528,7 +528,7 @@ - + @@ -537,7 +537,7 @@ - + @@ -546,7 +546,7 @@ - + @@ -555,7 +555,7 @@ - + @@ -564,7 +564,7 @@ - + @@ -573,7 +573,7 @@ - + @@ -582,7 +582,7 @@ - + @@ -591,7 +591,7 @@ - + @@ -600,7 +600,7 @@ - + @@ -609,7 +609,7 @@ - + @@ -618,7 +618,7 @@ - + @@ -630,7 +630,7 @@ - + @@ -639,7 +639,7 @@ - + @@ -648,7 +648,7 @@ - + @@ -657,7 +657,7 @@ - + @@ -666,7 +666,7 @@ - + @@ -675,7 +675,7 @@ - + @@ -684,7 +684,7 @@ - + @@ -693,7 +693,7 @@ - + @@ -702,7 +702,7 @@ - + @@ -711,7 +711,7 @@ - + @@ -720,7 +720,7 @@ - + @@ -729,7 +729,7 @@ - + @@ -738,7 +738,7 @@ - + @@ -747,7 +747,7 @@ - + @@ -756,7 +756,7 @@ - + @@ -765,7 +765,7 @@ - + @@ -774,7 +774,7 @@ - + @@ -783,7 +783,7 @@ - + diff --git a/Assemblies/Roblox/Grid/Rcc/RCCServiceSoap.php b/Assemblies/Roblox/Grid/Rcc/RCCServiceSoap.php index 6686d18..05f80ae 100644 --- a/Assemblies/Roblox/Grid/Rcc/RCCServiceSoap.php +++ b/Assemblies/Roblox/Grid/Rcc/RCCServiceSoap.php @@ -23,7 +23,7 @@ class RCCServiceSoap { $this->ip = $url; $this->port = $port; $this->url = $url.$port; - $this->SoapClient = new \SoapClient(__DIR__."\RCCService.wsdl", ["location" => "http://".$url.":".$port, "uri" => "http://nolanwh.cf/", "classmap" => $this->classmap, "exceptions" => false]); + $this->SoapClient = new \SoapClient(__DIR__."\RCCService.wsdl", ["location" => "http://".$url.":".$port, "uri" => "http://roblox.com/", "classmap" => $this->classmap, "exceptions" => false]); } // Begin function handlers diff --git a/test.php b/test.php new file mode 100644 index 0000000..41bc243 --- /dev/null +++ b/test.php @@ -0,0 +1,236 @@ +OpenJob($job, $funny); + echo '
' . var_export($RCCServiceSoap, true) . '
'; \ No newline at end of file