acs_ex v0.3.8 ACS.CWMP.Parser

This module implements a simple wrapper around the cwmp_ex CWMP library parser. The request body is assumed to be a SOAP envelope containing one or more CWMP requests/responses.

Summary

Functions

Just an init that must be here

Parses text/xml requests as CWMP requests/responses

Functions

init(opts)

Just an init that must be here.

parse(conn, type, subtype, headers, opts)

Parses text/xml requests as CWMP requests/responses.

The resulting CWMP requests and responses are returned so they can be set as the body_params field of the connection.