Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
<soap-env:Envelope
 soap-env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<soap-env:Header>
</soap-env:Header>
<soap-env:Body>
<xdaq:Configure xmlns:xdaq="urn:xdaq-soap:3.0">
<xc:Partition 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
  xmlns:xc="http://xdaq.web.cern.ch/xdaq/xsd/2004/XMLConfiguration-30">
	
    	<xc:Context url="http://.host:.portn">
	    
                <xc:Application class="MuonDQMClient" id="15" instance="0" network="local">                  
		    <properties xmlns="urn:xdaq-application:MuonDQMClient" xsi:type="soapenc:Struct">
                    <serverHost xsi:type="xsd:string">lxplus019.cern.ch</serverHost>
                    <serverPort xsi:type="xsd:unsignedLong">9090</serverPort>
                    </properties>
		</xc:Application>
                <xc:Module>.libpath</xc:Module>

        </xc:Context>

</xc:Partition>
</xdaq:Configure>
</soap-env:Body>
</soap-env:Envelope>