Advertisement
Guest User

CustomerAuthenticate Error

a guest
Jul 9th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Error Message
  2.  
  3. Response not of type text/xml
  4. request
  5.  
  6. POST /vtigercrm/vtigerservice.php?service=customerportal HTTP/1.0
  7. User-Agent: NuSOAP/0.6.7 (1.1)
  8. Host: gtt-blackhole.de
  9. Content-Type: text/xml; charset=UTF-8
  10. SOAPAction: "https://gtt-blackhole.de/vtigercrm"
  11. Content-Length: 676
  12.  
  13. <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:si="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns1:authenticate_user xmlns:ns1="https://gtt-blackhole.de/vtigercrm"><user_name xsi:type="xsd:string">user</user_name><user_password xsi:type="xsd:string">pass</user_password><version xsi:type="xsd:string">5.3.1</version></ns1:authenticate_user></SOAP-ENV:Body></SOAP-ENV:Envelope>
  14. response
  15.  
  16. HTTP/1.1 401 Authorization Required
  17. Date: Wed, 09 Jul 2014 15:39:04 GMT
  18. Server: Apache/2.2.22 (Ubuntu)
  19. WWW-Authenticate: Basic realm="GTT Intranet Services"
  20. Vary: Accept-Encoding
  21. Content-Length: 484
  22. Content-Type: text/html; charset=iso-8859-1
  23.  
  24. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  25. <html><head>
  26. <title>401 Authorization Required</title>
  27. </head><body>
  28. <h1>Authorization Required</h1>
  29. <p>This server could not verify that you
  30. are authorized to access the document
  31. requested. Either you supplied the wrong
  32. credentials (e.g., bad password), or your
  33. browser doesn't understand how to supply
  34. the credentials required.</p>
  35. <hr>
  36. <address>Apache/2.2.22 (Ubuntu) Server at gtt-blackhole.de Port 443</address>
  37. </body></html>
  38. debug
  39.  
  40. soapclient2: call: authenticate_user, Array, https://gtt-blackhole.de/vtigercrm, https://gtt-blackhole.de/vtigercrm, , rpc, encoded; endpointType:
  41. soapclient2: serializing param array for operation authenticate_user
  42. soapclient2: in serialize_val: user, user_name, , , , , encoded
  43. soapclient2: in serialize_val: pass, user_password, , , , , encoded
  44. soapclient2: in serialize_val: 5.3.1, version, , , , , encoded
  45. soapclient2: wrapping RPC request with encoded method element
  46. soapclient2: endpoint: https://gtt-blackhole.de/vtigercrm/vtigerservice.php?service=customerportal, soapAction: https://gtt-blackhole.de/vtigercrm, namespace: https://gtt-blackhole.de/vtigercrm, style: rpc, use: encoded
  47. soapclient2: SOAP message length: 676 contents: <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:si="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns1:authenticate_user xmlns:ns1="https://gtt-blackhole.de/vtigercrm"><user_name xsi:type="xsd:string">user</user_name><user_password xsi:type="xsd:string">pass</user_password><version xsi:type="xsd:string">5.3.1</version></ns1:authenticate_user></SOAP-ENV:Body></SOAP-ENV:Envelope>
  48. soapclient2: transporting via HTTP
  49. soapclient2: sending message, length: 676
  50. soapclient2: transport debug data...
  51. soap_transport_http: scheme = https
  52. soap_transport_http: host = gtt-blackhole.de
  53. soap_transport_http: path = /vtigercrm/vtigerservice.php
  54. soap_transport_http: query = service=customerportal
  55. soap_transport_http: entered send() with data of length: 676
  56. soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme https, host gtt-blackhole.de, port 443
  57. soap_transport_http: connect using https
  58. soap_transport_http: cURL connection set up
  59. soap_transport_http: set cURL payload
  60. soap_transport_http: send and receive with cURL
  61. soap_transport_http: No cURL error, closing cURL
  62. soap_transport_http: found proper separation of headers and document
  63. soap_transport_http: cleaned data, stringlen: 484
  64. soap_transport_http: end of send()
  65.  
  66. soapclient2: got response, length: 484 type: text/html; charset=iso-8859-1
  67. soapclient2: Entering parseResponse() for data of length 484 and type text/html; charset=iso-8859-1
  68. soapclient2: Error: Response not of type text/xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement