1 #ifndef _ots_SOAPUtilities_h
2 #define _ots_SOAPUtilities_h
4 #include <xoap/MessageReference.h>
6 #include "otsdaq/SOAPUtilities/SOAPCommand.h"
20 static xoap::MessageReference makeSOAPMessageReference(
SOAPCommand soapCommand);
21 static xoap::MessageReference makeSOAPMessageReference(std::string command);
22 static xoap::MessageReference makeSOAPMessageReference(std::string command,
24 static xoap::MessageReference makeSOAPMessageReference(std::string command,
25 std::string fileName);
27 static void addParameters(xoap::MessageReference& message,
SOAPParameters parameters);
29 static SOAPCommand translate(
const xoap::MessageReference& message);
31 static std::string receive(
const xoap::MessageReference& message);
32 static std::string receive(
const xoap::MessageReference& message,
34 static std::string receive(
const xoap::MessageReference& message,