Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.53 KB | None | 0 0
  1. POST /smarthost/cms.asmx HTTP/1.1
  2. Content-Type: text/xml; charset=utf-8
  3. SOAPAction: "http://cms.smartconcepts.nl/RequestVirtualCard"
  4. Host: ato-webservices.smartconcepts.nl
  5. Cache-Control: no-cache
  6. Postman-Token: 344dfed5-9012-b591-115a-f38cee92f169
  7.  
  8. <?xml version="1.0" encoding="utf-8"?>
  9. <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  10.   <soap:Header>
  11.     <ValidationSoapHeader xmlns="http://cms.smartconcepts.nl/">
  12.       <Company>I-Pulse</Company>
  13.       <Password>3g5U|M,Lv47.}@_J-%nS</Password>
  14.     </ValidationSoapHeader>
  15.   </soap:Header>
  16.   <soap:Body>
  17.     <RequestVirtualCard xmlns="http://cms.smartconcepts.nl/">
  18.       <issuerAccountId>7930365</issuerAccountId>
  19.       <fullName>vlad</fullName>
  20.       <emailAddress>mefgalm@gmail.com</emailAddress>
  21.       <cardType>0</cardType>
  22.     </RequestVirtualCard>
  23.   </soap:Body>
  24. </soap:Envelope>
  25.  
  26.  
  27. RESPONSE:
  28.  
  29. <?xml version="1.0" encoding="utf-8"?>
  30. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  31.   <soap:Body>
  32.     <RequestVirtualCardResponse xmlns="http://cms.smartconcepts.nl/">
  33.       <RequestVirtualCardResult>
  34.         <ErrorCode>0</ErrorCode>
  35.         <CardNumber>1700000011</CardNumber>
  36.         <ActivationCode>192579</ActivationCode>
  37.       </RequestVirtualCardResult>
  38.     </RequestVirtualCardResponse>
  39.   </soap:Body>
  40. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement