Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/12/2018, 09:48
tello
 
Fecha de Ingreso: febrero-2006
Mensajes: 3
Antigüedad: 18 años, 2 meses
Puntos: 0
Consumir webservices php nusop

Estoy tratando de consumir un webservice con nusoap, me dieron estos datos para generr un toke y poder realizar la conexion

$UriString = "https://atxdevdevaos.sandbox......;
$UserName = "mmar.........";
$Password = "MiR.......";
$ActiveDirectoryResource = "https://atxdevdevaos.sa......";
$ActiveDirectoryTenant = "https://login.windo........";
$ActiveDirectoryClientAppId = "fbfa9e67-da5...............";
$ActiveDirectoryClientAppSecret = "ak4Yda4xo+OPuBVZ...............";
$authtype = '';

------------------------ Código que tengo ----------------------
$oSoapClient = new nusoap_client('https://atxdevdevaos.sandbox.ax-----------------wsdl',$parametros);

$err = $oSoapClient->getError();

$oSoapClient->setCredentials($UserName,$Password);

pero no conecta me podria ayudar, gracias