[SOAP] problem with https and a question about dispatch_map on server-side,

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi folks!

Well, i have two problems now. When i call a method from a web server that
have https support, i get this error message:

Warning: fread() [function.fread]: SSL: fatal protocol error in
/usr/share/pear/Net/Socket.php on line 243

stdClass Object
(
    [vlr1] => response1
    [vlr2] => response2
    [vlr2] => 121212121
)

I don´t find out the solution... if anybody could help me with this, i will
be very grateful.

And, i wan´t to make a method that only send parameters ... and don't
receive nothing, or thathave only the "in" field... like the exemple below
without the second field (out).

$this->__dispatch_map['reg_get_pct'] = array(
    'in' => array('inputStruct' => '{http://soapinterop.org/xsd}inf_pct'),
    'out' => array('outputStruct' =>
'{http://soapinterop.org/xsd}ret_inf_pct')
);


Regards,
Neto.

ps.: Sorry about my english ... i'm study hard :)

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux