Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. $client = new SoapClient($url);
  2. $params = array(
  3.     "input1" => $value1,
  4.     "input2" => $value2,
  5. );
  6. $response = $client->__soapCall("metodo", array($params));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement