Forum Discussion

Balaji15787's avatar
Balaji15787
New Contributor
7 years ago

Security header is added automatically , Highlighted ones in body is added automatically . Pl help

<soapenv:Envelope xmlns:ser="http://xml.comcast.com/saleschannelmanagement/services" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xml.comcast.com/types" xmlns:typ1="http://xml.comcast.com/saleschannelmanagement/types">
<soapenv:Header>
<typ:requestHeader>
<typ:timestamp>2018-02-14</typ:timestamp>
<typ:sourceSystemId>TAS_ENABLED</typ:sourceSystemId>
<typ:sourceSystemUserId>?</typ:sourceSystemUserId>
<typ:sourceServerId>?</typ:sourceServerId>
<typ:trackingId>Auto_06a5b7ac-eca4-4690-82d8-aebc7abebecd</typ:trackingId>
<typ:environmentId>INT</typ:environmentId>
</typ:requestHeader>
<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><wsse:UsernameToken wsu:Id="UsernameToken-F3B661D6CCC353FD89151860094064111"><wsse:Username>scmsuser</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">NogVb4Dc</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">GAacsMiP6kThs4gXiW8ngQ==</wsse:Nonce><wsu:Created>2018-02-14T09:35:40.641Z</wsu:Created></wsse:UsernameToken>
<wsse:UsernameToken>
<wsse:Username>scmsuser</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">FiQa7fgv</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</soapenv:Header>
<soapenv:Body>
<ser:verifyAgentProfile>
<ser:verifyAgentProfileRequest>
<typ1:affiliateId>VERIZON</typ1:affiliateId>
<typ1:channelName>DIRECT</typ1:channelName>
<typ1:agentId>COMCASTAUTOMATION</typ1:agentId>
<typ1:isKiosk>false</typ1:isKiosk>
<typ1:subaffiliateId>COMCAST_E2E</typ1:subaffiliateId>
<typ1:storeId>COMCASTE2EQA</typ1:storeId>
<typ1:agentAttributes>
<typ1:agentAttribute>
<typ1:name>CSG_SALES_REP_ID</typ1:name>
<typ1:value>1234</typ1:value>
</typ1:agentAttribute>
</typ1:agentAttributes>
</ser:verifyAgentProfileRequest>
</ser:verifyAgentProfile>
</soapenv:Body>
</soapenv:Envelope>