[Spce-user] Example php script for soap provisioning.

Daniel Tiefnig dtiefnig at sipwise.com
Mon Sep 26 18:21:32 EDT 2011


On 09/26/2011 08:12 PM, Jonathan Scott wrote:
> Here I'll provide an example connection script using get_subscriber
> method, and explain a few issues we had testing soap provisioning.

Hi, thanks a lot!

> First we started testing provisioning with XML-RPC, and had noticed
> the client would error out a lot... after it was run we could not run
> it again for a few minutes. Must be the provisioning server not
> accepting requests, some sort of queue protection?

Hmm, there is not rate limiting on the webserver. What error did you
get? Could you see the requests and the error in /var/log/ngcp/oss.log?

> Secondly we could not use the built in PHP5 Soap extension, would not
>  parse the descriptor file properly. Using NuSoap was the answer
> here, although NuSoap is slightly slower, if it works it works
> right?

We noticed the PHP5 SOAP extension has problems with the documentation
in the WSDL. Good to know NuSoap works.

br,
daniel




More information about the Spce-user mailing list