Advertisement
Guest User

Untitled

a guest
Mar 24th, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. $url='http://WS.ptaskes.com';
  2. $client= new SoapClient($url);
  3. $client= new SoapClient(null, array('location' => $url,
  4.                                      'uri'      => $url));
  5.  
  6. $result=$client->getListPesertaByNoKa('0000210179057');
  7. var_dump($result);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement