Error

HTTP Error: Unsupported HTTP response status 410 Gone (soapclient->response has contents of the response)

Request

POST /onca/soap2 HTTP/1.0
Host: soap.amazon.com
User-Agent: NuSOAP/0.9.5 (1.123)
Content-Type: text/xml; charset=UTF-8
SOAPAction: "http://soap.amazon.com"
Content-Length: 819

<?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/"><SOAP-ENV:Body><ns2843:ManufacturerSearchRequest xmlns:ns2843="http://soap.amazon.com"><manufacturer xsi:type="xsd:string">O&apos;Reilly</manufacturer><page xsi:type="xsd:string">1</page><mode xsi:type="xsd:string">books</mode><tag xsi:type="xsd:string">trachtenberg-20</tag><type xsi:type="xsd:string">lite</type><devtag xsi:type="xsd:string">Your tag here</devtag><sort xsi:type="xsd:string">+title</sort></ns2843:ManufacturerSearchRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response

HTTP/1.1 410 Gone
Server: Server
Date: Fri, 12 Dec 2025 23:11:01 GMT
Content-Type: text/html; charset=iso-8859-1
Transfer-Encoding: chunked
Connection: keep-alive
Strict-Transport-Security: max-age=47474747; includeSubDomains; preload

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>410 Gone</title>
</head><body>
<h1>Gone</h1>
<p>The requested resource is no longer available on this server and there is no forwarding address.
Please remove all references to this resource.</p>
</body></html>

Debug

2025-12-13 08:11:00.164390 nusoap_client: ctor wsdl= timeout=5 response_timeout=30
endpoint=string(33) "http://soap.amazon.com/onca/soap2"
2025-12-13 08:11:00.164654 nusoap_client: instantiate SOAP with endpoint at http://soap.amazon.com/onca/soap2
2025-12-13 08:11:00.164719 nusoap_client: setUseCURL(0)
2025-12-13 08:11:00.164799 nusoap_client: call: operation=ManufacturerSearchRequest, namespace=http://soap.amazon.com, soapAction=http://soap.amazon.com, rpcParams=, style=rpc, use=encoded, endpointType=soap
params=array(7) {
  ["manufacturer"]=>
  string(8) "O'Reilly"
  ["page"]=>
  string(1) "1"
  ["mode"]=>
  string(5) "books"
  ["tag"]=>
  string(15) "trachtenberg-20"
  ["type"]=>
  string(4) "lite"
  ["devtag"]=>
  string(13) "Your tag here"
  ["sort"]=>
  string(6) "+title"
}
headers=bool(false)
2025-12-13 08:11:00.164904 nusoap_client: serializing param array for operation ManufacturerSearchRequest
2025-12-13 08:11:00.165003 nusoap_client: in serialize_val: name=manufacturer, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(8) "O'Reilly"
attributes=bool(false)
2025-12-13 08:11:00.165082 nusoap_client: serialize_val: serialize string
2025-12-13 08:11:00.165151 nusoap_client: serialize_val returning <manufacturer xsi:type="xsd:string">O&apos;Reilly</manufacturer>
2025-12-13 08:11:00.165229 nusoap_client: in serialize_val: name=page, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(1) "1"
attributes=bool(false)
2025-12-13 08:11:00.165299 nusoap_client: serialize_val: serialize string
2025-12-13 08:11:00.165393 nusoap_client: serialize_val returning <page xsi:type="xsd:string">1</page>
2025-12-13 08:11:00.165450 nusoap_client: in serialize_val: name=mode, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(5) "books"
attributes=bool(false)
2025-12-13 08:11:00.165546 nusoap_client: serialize_val: serialize string
2025-12-13 08:11:00.165604 nusoap_client: serialize_val returning <mode xsi:type="xsd:string">books</mode>
2025-12-13 08:11:00.165660 nusoap_client: in serialize_val: name=tag, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(15) "trachtenberg-20"
attributes=bool(false)
2025-12-13 08:11:00.165720 nusoap_client: serialize_val: serialize string
2025-12-13 08:11:00.165778 nusoap_client: serialize_val returning <tag xsi:type="xsd:string">trachtenberg-20</tag>
2025-12-13 08:11:00.165834 nusoap_client: in serialize_val: name=type, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(4) "lite"
attributes=bool(false)
2025-12-13 08:11:00.165894 nusoap_client: serialize_val: serialize string
2025-12-13 08:11:00.165982 nusoap_client: serialize_val returning <type xsi:type="xsd:string">lite</type>
2025-12-13 08:11:00.166039 nusoap_client: in serialize_val: name=devtag, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(13) "Your tag here"
attributes=bool(false)
2025-12-13 08:11:00.166107 nusoap_client: serialize_val: serialize string
2025-12-13 08:11:00.166165 nusoap_client: serialize_val returning <devtag xsi:type="xsd:string">Your tag here</devtag>
2025-12-13 08:11:00.166221 nusoap_client: in serialize_val: name=sort, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(6) "+title"
attributes=bool(false)
2025-12-13 08:11:00.166288 nusoap_client: serialize_val: serialize string
2025-12-13 08:11:00.166345 nusoap_client: serialize_val returning <sort xsi:type="xsd:string">+title</sort>
2025-12-13 08:11:00.166401 nusoap_client: wrapping RPC request with encoded method element
2025-12-13 08:11:00.166474 nusoap_client: In serializeEnvelope length=427 body (max 1000 characters)=<ns2843:ManufacturerSearchRequest xmlns:ns2843="http://soap.amazon.com"><manufacturer xsi:type="xsd:string">O&apos;Reilly</manufacturer><page xsi:type="xsd:string">1</page><mode xsi:type="xsd:string">books</mode><tag xsi:type="xsd:string">trachtenberg-20</tag><type xsi:type="xsd:string">lite</type><devtag xsi:type="xsd:string">Your tag here</devtag><sort xsi:type="xsd:string">+title</sort></ns2843:ManufacturerSearchRequest> style=rpc use=encoded encodingStyle=http://schemas.xmlsoap.org/soap/encoding/
2025-12-13 08:11:00.166544 nusoap_client: headers:
bool(false)
2025-12-13 08:11:00.166607 nusoap_client: namespaces:
array(0) {
}
2025-12-13 08:11:00.166679 nusoap_client: endpoint=http://soap.amazon.com/onca/soap2, soapAction=http://soap.amazon.com, namespace=http://soap.amazon.com, style=rpc, use=encoded, encodingStyle=http://schemas.xmlsoap.org/soap/encoding/
2025-12-13 08:11:00.166737 nusoap_client: SOAP message length=819 contents (max 1000 bytes)=<?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/"><SOAP-ENV:Body><ns2843:ManufacturerSearchRequest xmlns:ns2843="http://soap.amazon.com"><manufacturer xsi:type="xsd:string">O&apos;Reilly</manufacturer><page xsi:type="xsd:string">1</page><mode xsi:type="xsd:string">books</mode><tag xsi:type="xsd:string">trachtenberg-20</tag><type xsi:type="xsd:string">lite</type><devtag xsi:type="xsd:string">Your tag here</devtag><sort xsi:type="xsd:string">+title</sort></ns2843:ManufacturerSearchRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
2025-12-13 08:11:00.166990 nusoap_client: transporting via HTTP
2025-12-13 08:11:00.167687 nusoap_client: sending message, length=819
2025-12-13 08:11:00.167068 soap_transport_http: ctor url=http://soap.amazon.com/onca/soap2 use_curl=0 curl_options:
array(0) {
}
2025-12-13 08:11:00.167142 soap_transport_http: parsed URL scheme = http
2025-12-13 08:11:00.167201 soap_transport_http: parsed URL host = soap.amazon.com
2025-12-13 08:11:00.167256 soap_transport_http: parsed URL path = /onca/soap2
2025-12-13 08:11:00.167332 soap_transport_http: set header Host: soap.amazon.com
2025-12-13 08:11:00.167500 soap_transport_http: set header User-Agent: NuSOAP/0.9.5 (1.123)
2025-12-13 08:11:00.167570 soap_transport_http: set header Content-Type: text/xml; charset=UTF-8
2025-12-13 08:11:00.167628 soap_transport_http: set header SOAPAction: "http://soap.amazon.com"
2025-12-13 08:11:00.167776 soap_transport_http: entered send() with data of length: 819
2025-12-13 08:11:00.167844 soap_transport_http: connect connection_timeout 5, response_timeout 30, scheme http, host soap.amazon.com, port 80
2025-12-13 08:11:00.167906 soap_transport_http: calling fsockopen with host soap.amazon.com connection_timeout 5
2025-12-13 08:11:00.396297 soap_transport_http: set response timeout to 30
2025-12-13 08:11:00.396339 soap_transport_http: socket connected
2025-12-13 08:11:00.396364 soap_transport_http: set header Content-Length: 819
2025-12-13 08:11:00.396383 soap_transport_http: HTTP request: POST /onca/soap2 HTTP/1.0
2025-12-13 08:11:00.396401 soap_transport_http: HTTP header: Host: soap.amazon.com
2025-12-13 08:11:00.396418 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2025-12-13 08:11:00.396435 soap_transport_http: HTTP header: Content-Type: text/xml; charset=UTF-8
2025-12-13 08:11:00.396452 soap_transport_http: HTTP header: SOAPAction: "http://soap.amazon.com"
2025-12-13 08:11:00.396469 soap_transport_http: HTTP header: Content-Length: 819
2025-12-13 08:11:00.396513 soap_transport_http: wrote data to socket, length = 1003
2025-12-13 08:11:00.582026 soap_transport_http: read line of 32 bytes: HTTP/1.1 301 Moved Permanently
2025-12-13 08:11:00.582120 soap_transport_http: read line of 16 bytes: Server: Server
2025-12-13 08:11:00.582182 soap_transport_http: read line of 37 bytes: Date: Fri, 12 Dec 2025 23:11:00 GMT
2025-12-13 08:11:00.582240 soap_transport_http: read line of 25 bytes: Content-Type: text/html
2025-12-13 08:11:00.582299 soap_transport_http: read line of 21 bytes: Content-Length: 163
2025-12-13 08:11:00.582356 soap_transport_http: read line of 19 bytes: Connection: close
2025-12-13 08:11:00.582413 soap_transport_http: read line of 46 bytes: Location: https://soap.amazon.com/onca/soap2
2025-12-13 08:11:00.582473 soap_transport_http: read line of 2 bytes: 
2025-12-13 08:11:00.582606 soap_transport_http: found end of headers after length 198
2025-12-13 08:11:00.582694 soap_transport_http: want to read content of length 163
2025-12-13 08:11:00.582761 soap_transport_http: read buffer of 163 bytes
2025-12-13 08:11:00.582830 soap_transport_http: read to EOF
2025-12-13 08:11:00.582886 soap_transport_http: read body of length 163
2025-12-13 08:11:00.582983 soap_transport_http: received a total of 361 bytes of data from server
2025-12-13 08:11:00.583134 soap_transport_http: closed socket
2025-12-13 08:11:00.583208 soap_transport_http: Got 301 Moved Permanently with Location: https://soap.amazon.com/onca/soap2
2025-12-13 08:11:00.583274 soap_transport_http: parsed URL scheme = https
2025-12-13 08:11:00.583331 soap_transport_http: parsed URL host = soap.amazon.com
2025-12-13 08:11:00.583387 soap_transport_http: parsed URL path = /onca/soap2
2025-12-13 08:11:00.583446 soap_transport_http: set header Host: soap.amazon.com
2025-12-13 08:11:00.583510 soap_transport_http: connect connection_timeout 5, response_timeout 30, scheme https, host soap.amazon.com, port 443
2025-12-13 08:11:00.583570 soap_transport_http: connect using cURL
2025-12-13 08:11:00.583651 soap_transport_http: setCurlOption option=10002, value=
string(38) "https://soap.amazon.com:443/onca/soap2"
2025-12-13 08:11:00.583731 soap_transport_http: setCurlOption option=52, value=
int(1)
2025-12-13 08:11:00.583830 soap_transport_http: setCurlOption option=42, value=
int(1)
2025-12-13 08:11:00.583890 soap_transport_http: setCurlOption option=19913, value=
int(1)
2025-12-13 08:11:00.583973 soap_transport_http: setCurlOption option=78, value=
int(5)
2025-12-13 08:11:00.584032 soap_transport_http: setCurlOption option=13, value=
int(30)
2025-12-13 08:11:00.584090 soap_transport_http: set cURL SSL verify options
2025-12-13 08:11:00.584146 soap_transport_http: setCurlOption option=64, value=
int(0)
2025-12-13 08:11:00.584203 soap_transport_http: setCurlOption option=81, value=
int(0)
2025-12-13 08:11:00.584261 soap_transport_http: cURL connection set up
2025-12-13 08:11:00.584322 soap_transport_http: set header Content-Length: 819
2025-12-13 08:11:00.584380 soap_transport_http: HTTP request: POST /onca/soap2 HTTP/1.0
2025-12-13 08:11:00.584437 soap_transport_http: HTTP header: Host: soap.amazon.com
2025-12-13 08:11:00.584494 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2025-12-13 08:11:00.584550 soap_transport_http: HTTP header: Content-Type: text/xml; charset=UTF-8
2025-12-13 08:11:00.584605 soap_transport_http: HTTP header: SOAPAction: "http://soap.amazon.com"
2025-12-13 08:11:00.584662 soap_transport_http: HTTP header: Content-Length: 819
2025-12-13 08:11:00.584723 soap_transport_http: Skip cURL header Host: soap.amazon.com
2025-12-13 08:11:00.584782 soap_transport_http: Skip cURL header Content-Length: 819
2025-12-13 08:11:00.584839 soap_transport_http: setCurlOption option=10023, value=
array(3) {
  [0]=>
  string(32) "User-Agent: NuSOAP/0.9.5 (1.123)"
  [1]=>
  string(37) "Content-Type: text/xml; charset=UTF-8"
  [2]=>
  string(36) "SOAPAction: "http://soap.amazon.com""
}
2025-12-13 08:11:00.584910 soap_transport_http: set cURL HTTP headers
2025-12-13 08:11:00.584980 soap_transport_http: setCurlOption option=47, value=
int(1)
2025-12-13 08:11:00.585039 soap_transport_http: setCurlOption option=10015, value=
string(819) "<?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/"><SOAP-ENV:Body><ns2843:ManufacturerSearchRequest xmlns:ns2843="http://soap.amazon.com"><manufacturer xsi:type="xsd:string">O&apos;Reilly</manufacturer><page xsi:type="xsd:string">1</page><mode xsi:type="xsd:string">books</mode><tag xsi:type="xsd:string">trachtenberg-20</tag><type xsi:type="xsd:string">lite</type><devtag xsi:type="xsd:string">Your tag here</devtag><sort xsi:type="xsd:string">+title</sort></ns2843:ManufacturerSearchRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>"
2025-12-13 08:11:00.585101 soap_transport_http: set cURL POST data
2025-12-13 08:11:00.585158 soap_transport_http: set cURL payload
2025-12-13 08:11:00.585216 soap_transport_http: send and receive with cURL
2025-12-13 08:11:01.178093 soap_transport_http: No cURL error, closing cURL
2025-12-13 08:11:01.178623 soap_transport_http: found proper separation of headers and document
2025-12-13 08:11:01.178702 soap_transport_http: cleaned data, stringlen: 282
2025-12-13 08:11:01.178791 soap_transport_http: end of send()
2025-12-13 08:11:01.178915 nusoap_client: Error: HTTP Error: Unsupported HTTP response status 410 Gone (soapclient->response has contents of the response)