[Spce-user] Connecting to PORT 2443

Jon Bonilla (Manwe) jbonilla at sipwise.com
Mon Jan 14 15:08:55 EST 2013


El Mon, 14 Jan 2013 14:56:02 -0500
"Kevin Masse" <kmasse at questblue.com> escribió:

> Thanks for the reply, it was being sent in https://  but we think the
> security cert being self-signed was the issue.
> 
> I am working on getting a proper cert on the sipwise server.  We have a
> *Wildcard cert account with Godaddy so I just need to follow some
> instructions on getting it on this server.
> 
> <?php
> 
> $params = array(
>     'authentication' => array('type' => 'webuser', 'username' =>
>         'UNAME******', 'password' => 'U-PASS*****')
> );
> 
> $client = new SoapClient("https://<SERVER>:2443/SOAP/Provisioning.wsdl",
> $params);
> 
> 
> print_r($client->__getFunctions());
> ?>
> 
> 
> The https:// was there but we are going to remove the security warning
> error and see if that helps.
> 
> //OR//
> 
> Do you think the cert warning is not the issue?
> 
> 


There were a couple of examples in the list regarding the usage of Nusoap as
soap client. php-soap lib wasn't recommended but I don't remember the reason. 

Attaching a sample I've found. No warranties

-------------- next part --------------
A non-text attachment was scrubbed...
Name: nusoapdemo.php
Type: application/x-php
Size: 1214 bytes
Desc: not available
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20130114/793d8144/attachment-0001.php>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20130114/793d8144/attachment-0001.asc>


More information about the Spce-user mailing list