FatherDougal Posted September 3, 2012 Report Posted September 3, 2012 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 Quote
Recommended Posts
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.