Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $url = "http://office.rite.us:8066/RmsWebPortal/?wdsl";
- $client = new SoapClient($url);
- $result = $client->__soapCall('ListCategories');
- // Echo the result
- echo "<pre>".print_r($result, true)."</pre>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement