Jump to content

CDR web service in ASP.NET


FatherDougal

Recommended Posts

Hi,

I'm trying to define a SOAP web service in an ASP.NET website (i.e. server side) so that it can receive CDR data from a SNOM PBX via SOAP.

 

The stumbling block appears to be with the 'sns' namespace:

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sns="http://soap.com/pbx">
 <env:Body>
   <sns:CDR>
   ...

 

The URL of the 'sns' namespace doesn't even appear to be valid but the SOAP data I've been given is being logged to iTestVoip.

 

Comparing the sample SNOM CDR SOAP request that I have been given with the sample SOAP request that the ASP.NET web service gives me shows some other significant differences and I could be on a completely incorrect path to a solution. In other words, it mightn't even be possible to receive CDR via a regular off-the-shelf ASP.NET web service. Do I have to implement a custom POST handler instead?

 

So if anyone out there has any (server side) experience with implementing such a web service on an ASP.NET website I'd appreciate any input.

 

Thanks,

Dougal

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...