[Spce-user] help with XML-RPC an php

Alejandro Rodriguez alejandro at beeztel.com
Thu Jun 7 09:47:55 EDT 2012


Hello,

I'm trying to use XML-RPC and SOAP with sipwise. But I cant connect with
the server with XML-RPC and with SOAP versión everytime I get the message
"SOAP-ERROR: Parsing Schema: unexpected  in complexType"

Please have you some example in php to usu XML-RPC or with SOAP.


This is my php for load the wsdl in SOAP.

try
{
$client = new SoapClient("https://ipserver:2443/SOAP/Provisioning.wsdl",array('login'
=> "login", 'password' => "password"));

} catch ( SoapFault $fault ) {
echo '<pre>';
echo var_dump($fault) ;
echo '</pre>';
exit ;
}


Regards
Alejandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sipwise.com/mailman/private/spce-user_lists.sipwise.com/attachments/20120607/483bc243/attachment.html>


More information about the Spce-user mailing list