Advertisement
wagner-cipriano

Soap Fault XML Format

Apr 18th, 2020
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.29 KB | None | 0 0
  1. <?xml version='1.0'?>
  2. <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
  3.     <env:Body>
  4.         <env:Fault>
  5.             <faultcode>999</faultcode>
  6.             <faultstring>Usuário ou senha inválidos</faultstring>
  7.         </env:Fault>
  8.     </env:Body>
  9. </env:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement