You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sending some information from server a and it works very good, but when I want to send the same information from another server b, it ouput is no operations defined in the WSDL document!, the php version in a and b server is 4.4.7 am I missing something? may somebody help me? I am just using this:
Hi:
I am sending some information from server a and it works very good, but when I want to send the same information from another server b, it ouput is no operations defined in the WSDL document!, the php version in a and b server is 4.4.7 am I missing something? may somebody help me? I am just using this:
$params = Array
(
[encabezadofactura] => Array
(
[codempresa] => DUA
[coddocumentoencabezado] => FE
[numerodocumentoencabezado] => 20948
[identerceroencabezado] => 800099283
[observacionencabezado] => Factura FE #20948
[estadoencabezado] => 4
[fecharegistroencabezado] => 15/08/2015
[usuariocreacion] => 1350
[tipotercero] => 3
)
)
$funcionWs = "someFunction";
$clienteWs = new nusoap_client($this->url, true);
$result = $clienteWs->call($funcionWs, $params);
The text was updated successfully, but these errors were encountered: