Advertisement
johncarlson21

Untitled

Dec 28th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. $url         = "http://office.rite.us:8066/RmsWebPortal/?wdsl";
  2. $client     = new SoapClient($url);
  3.  
  4. $result = $client->__soapCall('ListCategories');
  5.  
  6.  
  7. // Echo the result
  8. echo "<pre>".print_r($result, true)."</pre>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement