Jump to content

SOAP through CURL


Marijn Rispens

Recommended Posts

Hi

 

I've received a request to access the PBX through SOAP.

Well, this works, exept for a small minor, every request I do takes exactly 30 sec.

(i've used the script on wiki)

 

I've contacted support and got the following answer:

 

These is programming issues, the scripts on pbxnsip wiki are for examples only.

You need to learn CURL.

 

So i'm no digging through the internet but can't fint anything usefull.

 

Can anyone help me, even a small step to the right direction is welcome!

 

Thanx!

Link to comment
Share on other sites

I've received a request to access the PBX through SOAP.

Well, this works, exept for a small minor, every request I do takes exactly 30 sec.

(i've used the script on wiki).

 

Well, you probably have a problem with the keep-alive. The PBX expects that the client closes the connection. That is standard HTTP stuff, and there is a lot of information in the search engine of your choice.

 

curl is not a must. You can use anything that behaves like a HTTP client.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...