Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.38 KB | None | 0 0
  1. POST /smarthost/cms.asmx HTTP/1.1
  2. Content-Type: text/xml; charset=utf-8
  3. SOAPAction: "http://smartbenefits.nl/GetCardData"
  4. Host: ato-webservices.smartconcepts.nl
  5. Cache-Control: no-cache
  6. Postman-Token: 766ff6db-0c99-9663-4272-363542d6c80e
  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://smartbenefits.nl/">
  12.       <Company>I-Pulse</Company>
  13.       <Password>3g5U|M,Lv47.}@_J-%nS</Password>
  14.     </ValidationSoapHeader>
  15.   </soap:Header>
  16.   <soap:Body>
  17.     <GetCardData xmlns="http://smartbenefits.nl/">
  18.       <merchantAccountId>7380051</merchantAccountId>
  19.       <barcode>2628170000125</barcode>
  20.     </GetCardData>
  21.   </soap:Body>
  22. </soap:Envelope>
  23.  
  24. RESPONSE:
  25. <?xml version="1.0" encoding="utf-8"?>
  26. <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">
  27.     <soap:Body>
  28.         <soap:Fault>
  29.             <faultcode>soap:Client</faultcode>
  30.             <faultstring>Server did not recognize the value of HTTP Header SOAPAction: http://smartbenefits.nl/GetCardData.</faultstring>
  31.             <detail />
  32.         </soap:Fault>
  33.     </soap:Body>
  34. </soap:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement