1#ifdef COMPA_HAVE_CTRLPT_SOAP
3#ifndef COMPA_SOAP_CTRLPT_HPP
4#define COMPA_SOAP_CTRLPT_HPP
Data structure representing the DOM Document.
#define DOMString
The type of DOM strings.
int SoapSendActionEx(char *action_url, char *service_type, IXML_Document *header, IXML_Document *action_node, IXML_Document **response_node)
This extended function is called by UPnP API to send the SOAP action request.
int SoapGetServiceVarStatus(char *action_url, DOMString var_name, DOMString *var_value)
This function creates a status variable query message send it to the specified URL....
int SoapSendAction(char *action_url, char *service_type, IXML_Document *action_node, IXML_Document **response_node)
This function is called by UPnP API to send the SOAP action request.