Guest User

Untitled

a guest
Dec 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. soapenv:Fault>
  2. <faultcode>soapenv:MustUnderstand</faultcode>
  3. <faultstring>Did not understand header {http://schemas.xmlsoap.org/soap/security/2000-12}Signature</faultstring>
  4. </soapenv:Fault>
  5.  
  6. <B:Fault>
  7. <B:faultcode>xxxxxxx</B:faultcode>
  8. <B:faultstring>xxxxxxxx</B:faultstring>
  9. <B:detail>
  10. <faultdetails>xxxxxxxxxxxxxx</faultdetails>
  11. </B:detail>
  12. </B:Fault>
  13.  
  14. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  15. <soapenv:Body>
  16. <soapenv:Fault>
  17. <faultcode>soapenv:Client</faultcode>
  18. <faultstring>No operation available for request {http://schemas.xmlsoap.org/soap/envelope/}fault, please check the WSDL for the service.</faultstring>
  19. </soapenv:Fault>
  20. </soapenv:Body>
  21. </soapenv:Envelope>
  22.  
  23. <B:Envelope xmlns:B="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  24. <SOAP:Header xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-SEC="http://schemas.xmlsoap.org/soap/security/2000-12">
  25. </SOAP:Header>
  26. <B:Body id="Body">
  27. <B:fault>
  28. <faultcode>Hello</faultcode>
  29. <faultstring>World!</faultstring>
  30. <detail>
  31. <faultdetails>A corresponding parent message could not be located. </faultdetails>
  32. </detail>
  33. </B:fault>
  34. </B:Body>
  35. </B:Envelope>
Add Comment
Please, Sign In to add comment