1 #ifndef _ots_SOAPUtilities_h
2 #define _ots_SOAPUtilities_h
4 #include "xoap/MessageReference.h"
17 static xoap::MessageReference makeSOAPMessageReference(
SOAPCommand soapCommand);
18 static xoap::MessageReference makeSOAPMessageReference(std::string command);
19 static xoap::MessageReference makeSOAPMessageReference(std::string command,
SOAPParameters parameters);
20 static xoap::MessageReference makeSOAPMessageReference(std::string command, std::string fileName);
22 static void addParameters (xoap::MessageReference& message,
SOAPParameters parameters);
24 static SOAPCommand translate (
const xoap::MessageReference& message);