Hi,<div><br></div><div> See attached php/soap connection example. This is from a very helpful person on the list some months ago. Maybe it will assist your problem ;)</div><div><br></div><div>Skyler<br><br><div class="gmail_quote">
On Thu, Jun 7, 2012 at 6:47 AM, Alejandro Rodriguez <span dir="ltr"><<a href="mailto:alejandro@beeztel.com" target="_blank">alejandro@beeztel.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello, <br><br>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"<br>

<br>Please have you some example in php to usu XML-RPC or with SOAP.<br><br><br>This is my php for load the wsdl in SOAP.<br><br>try<br>{<br>$client = new SoapClient("<a href="https://ipserver:2443/SOAP/Provisioning.wsdl" target="_blank">https://ipserver:2443/SOAP/Provisioning.wsdl</a>",array('login' => "login", 'password' => "password"));<br>

<br>} catch ( SoapFault $fault ) {<br>echo '<pre>';<br>echo var_dump($fault) ;<br>echo '</pre>';<br>exit ;<br>}<br><br><br>Regards<span class="HOEnZb"><font color="#888888"><br>Alejandro<br>
</font></span><br>_______________________________________________<br>
Spce-user mailing list<br>
<a href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a><br>
<a href="http://lists.sipwise.com/listinfo/spce-user" target="_blank">http://lists.sipwise.com/listinfo/spce-user</a><br>
<br></blockquote></div><br></div>