← Prev in month ← Prev in thread
Next in thread → Next in month →

WSS and WS-Reliability header dumps

From
Anish Karmarkar <>
Date
2005-02-25T04:22:27+00:00
ID
Thread
WSS and WS-Reliability header dumps
I had taken an action to provide header dumps from Oracle's 
implementation of WSS and WS-Reliability used together.

Here is one such dump with username token. Thanks to Sumit for providing 
this.

Does the TC need more dumps for different scenario/combination?

-Anish
--

----------
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:ns0="http://www.oracle.com/bank">
    <env:Header>
        <wsrm:Request 
xmlns:wsrm="http://www.oasis-open.org/committees/wsrm/schema/1.1/SOAP1.1"
            xmlns:SOAP="http://schemas/xmlsoap.org/soap/envelope/" 
SOAP:mustUnderstand="1">
            <wsrm:MessageId 
groupId=""/>
            <wsrm:ExpiryTime>2005-04-16T09:48:34</wsrm:ExpiryTime>
            <wsrm:ReplyPattern>
                <wsrm:Value>Poll</wsrm:Value>
            </wsrm:ReplyPattern>
            <wsrm:AckRequested/>
            <wsrm:DuplicateElimination/>
        </wsrm:Request>
        <wsse:Security
 
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
 
xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" 
env:mustUnderstand="1">
            <wsse:UsernameToken
 
xmlns="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
 
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
                wsu:Id="FRvNpAm7ZZLAzpR7txcs0A22" 
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
                <wsse:Username>SCOTT</wsse:Username>
                <wsse:Password 
Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">TIGER</wsse:Password>
            </wsse:UsernameToken>
        </wsse:Security>          </env:Header>
    <env:Body>
        <ns0:deposit 
env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
            <String_1 xsi:type="xsd:string">Checking</String_1>
            <double_2 xsi:type="xsd:double">10.0</double_2>
        </ns0:deposit>
    </env:Body>
</env:Envelope>
----------
← Prev in month ← Prev in thread
Next in thread → Next in month →