Advertisement
Guest User

Untitled

a guest
Jul 30th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.90 KB | None | 0 0
  1.  
  2. Can't call method "extraConfig" on an undefined value at ./script.pl line 3584.
  3.  
  4. REQUEST: $VAR1 = '<?xml version="1.0" encoding="UTF-8"?>
  5.    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
  6.                     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  7.                     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  8.    <soapenv:Body>
  9. <Logout xmlns="urn:vim25"><_this type="SessionManager">SessionManager</_this>
  10. </Logout></soapenv:Body></soapenv:Envelope>
  11. ';
  12.  
  13. RESPONSE: $VAR1 = '<?xml version="1.0" encoding="UTF-8"?>
  14. <soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
  15. xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
  16. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  17. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  18. <soapenv:Body>
  19. <LogoutResponse xmlns="urn:vim25"></LogoutResponse>
  20. </soapenv:Body>
  21. </soapenv:Envelope>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement