Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.06 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://uss.redknee.com/salesSupport/v1">
  2.       <soapenv:Header>
  3.       <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">
  4.          <wsse:UsernameToken wsu:Id="UsernameToken-4">
  5.             <wsse:Username>MVNO31</wsse:Username>
  6.             <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">Redknee1234!</wsse:Password>
  7.             <wsu:Created>2014-04-17T12:41:43.590Z</wsu:Created>
  8.          </wsse:UsernameToken>
  9.       </wsse:Security>
  10.    </soapenv:Header>
  11.  
  12.    <soapenv:Body>
  13.       <v1:readSellableOfferingRequest>
  14.  
  15.          <readInput>
  16.             <!--Optional:-->
  17.             <businessKey>300000952</businessKey>
  18.            
  19.          </readInput>
  20.       </v1:readSellableOfferingRequest>
  21.    </soapenv:Body>
  22. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement