
POST /PCMMSampleAddress HTTP/1.1
Content-Type: text/xml;charset=UTF-8
SOAPAction: "http://www.cablelabs.com/PCMM/1.0/wsdl/reg/CLAB-PCMM-WS/CommitResources"
User-Agent: Jakarta Commons-HttpClient/3.0
Host: 172.16.0.114:8080
Content-Length: 595

<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" 
	xmlns:clab="http://www.cablelabs.com/PCMM/1.0/xsd/reg/CLAB-PCMM-WS">

	<soapenv:Body>
	      <clab:CommitResourcesReq>
	          <clab:SubscriberID>
	                      <clab:IPv4Address>10.10.0.91</clab:IPv4Address>
	                      <clab:hostname>ee</clab:hostname>
	          </clab:SubscriberID>
         
	          <clab:ServiceName>Profile1</clab:ServiceName>
         
         <clab:ContextID wildcard="false">         <clab:baseId></clab:baseId>         </clab:ContextID>
         
         </clab:CommitResourcesReq>
         </soapenv:Body>
</soapenv:Envelope>
