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

Skyler skchopperguy at gmail.com
Thu Jun 7 14:45:03 EDT 2012


Hi,

 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 ;)

Skyler

On Thu, Jun 7, 2012 at 6:47 AM, Alejandro Rodriguez
<alejandro at beeztel.com>wrote:

> 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
>
> _______________________________________________
> Spce-user mailing list
> Spce-user at lists.sipwise.com
> http://lists.sipwise.com/listinfo/spce-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sipwise.com/mailman/private/spce-user_lists.sipwise.com/attachments/20120607/7f73d062/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getvoipaccountbysubscriber.php
Type: application/x-httpd-php
Size: 1382 bytes
Desc: not available
URL: <http://lists.sipwise.com/mailman/private/spce-user_lists.sipwise.com/attachments/20120607/7f73d062/attachment.php>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nusoap.php
Type: application/x-httpd-php
Size: 297573 bytes
Desc: not available
URL: <http://lists.sipwise.com/mailman/private/spce-user_lists.sipwise.com/attachments/20120607/7f73d062/attachment-0001.php>


More information about the Spce-user mailing list