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=ISO-8859-1
SOAPAction: "http://soap.amazon.com"
Content-Length: 824
<?xml version="1.0" encoding="ISO-8859-1"?><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><ns6707:ManufacturerSearchRequest xmlns:ns6707="http://soap.amazon.com"><manufacturer xsi:type="xsd:string">O'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></ns6707:ManufacturerSearchRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
Response
HTTP/1.1 410 Gone
Date: Sat, 25 Mar 2023 06:48:15 GMT
Server: Server
Content-Length: 282
Keep-Alive: timeout=2, max=19
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
<!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
2023-03-25 09:48:15.472670 nusoap_client: ctor wsdl= timeout=0 response_timeout=30
endpoint=string(33) "http://soap.amazon.com/onca/soap2"
2023-03-25 09:48:15.472719 nusoap_client: instantiate SOAP with endpoint at http://soap.amazon.com/onca/soap2
2023-03-25 09:48:15.472728 nusoap_client: setUseCURL(0)
2023-03-25 09:48:15.472753 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)
2023-03-25 09:48:15.472779 nusoap_client: serializing param array for operation ManufacturerSearchRequest
2023-03-25 09:48:15.472794 nusoap_client: in serialize_val: name=manufacturer, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(8) "O'Reilly"
attributes=bool(false)
2023-03-25 09:48:15.472819 nusoap_client: serialize_val: serialize string
2023-03-25 09:48:15.472832 nusoap_client: serialize_val returning <manufacturer xsi:type="xsd:string">O'Reilly</manufacturer>
2023-03-25 09:48:15.472837 nusoap_client: in serialize_val: name=page, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(1) "1"
attributes=bool(false)
2023-03-25 09:48:15.472845 nusoap_client: serialize_val: serialize string
2023-03-25 09:48:15.472850 nusoap_client: serialize_val returning <page xsi:type="xsd:string">1</page>
2023-03-25 09:48:15.472855 nusoap_client: in serialize_val: name=mode, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(5) "books"
attributes=bool(false)
2023-03-25 09:48:15.472861 nusoap_client: serialize_val: serialize string
2023-03-25 09:48:15.472867 nusoap_client: serialize_val returning <mode xsi:type="xsd:string">books</mode>
2023-03-25 09:48:15.472871 nusoap_client: in serialize_val: name=tag, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(15) "trachtenberg-20"
attributes=bool(false)
2023-03-25 09:48:15.472887 nusoap_client: serialize_val: serialize string
2023-03-25 09:48:15.472893 nusoap_client: serialize_val returning <tag xsi:type="xsd:string">trachtenberg-20</tag>
2023-03-25 09:48:15.472897 nusoap_client: in serialize_val: name=type, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(4) "lite"
attributes=bool(false)
2023-03-25 09:48:15.472903 nusoap_client: serialize_val: serialize string
2023-03-25 09:48:15.472908 nusoap_client: serialize_val returning <type xsi:type="xsd:string">lite</type>
2023-03-25 09:48:15.472912 nusoap_client: in serialize_val: name=devtag, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(13) "Your tag here"
attributes=bool(false)
2023-03-25 09:48:15.472918 nusoap_client: serialize_val: serialize string
2023-03-25 09:48:15.472922 nusoap_client: serialize_val returning <devtag xsi:type="xsd:string">Your tag here</devtag>
2023-03-25 09:48:15.472926 nusoap_client: in serialize_val: name=sort, type=, name_ns=, type_ns=, use=encoded, soapval=
value=string(6) "+title"
attributes=bool(false)
2023-03-25 09:48:15.472932 nusoap_client: serialize_val: serialize string
2023-03-25 09:48:15.472937 nusoap_client: serialize_val returning <sort xsi:type="xsd:string">+title</sort>
2023-03-25 09:48:15.472943 nusoap_client: wrapping RPC request with encoded method element
2023-03-25 09:48:15.472962 nusoap_client: In serializeEnvelope length=427 body (max 1000 characters)=<ns6707:ManufacturerSearchRequest xmlns:ns6707="http://soap.amazon.com"><manufacturer xsi:type="xsd:string">O'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></ns6707:ManufacturerSearchRequest> style=rpc use=encoded encodingStyle=http://schemas.xmlsoap.org/soap/encoding/
2023-03-25 09:48:15.472967 nusoap_client: headers:
bool(false)
2023-03-25 09:48:15.472972 nusoap_client: namespaces:
array(0) {
}
2023-03-25 09:48:15.472987 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/
2023-03-25 09:48:15.473004 nusoap_client: SOAP message length=824 contents (max 1000 bytes)=<?xml version="1.0" encoding="ISO-8859-1"?><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><ns6707:ManufacturerSearchRequest xmlns:ns6707="http://soap.amazon.com"><manufacturer xsi:type="xsd:string">O'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></ns6707:ManufacturerSearchRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
2023-03-25 09:48:15.473024 nusoap_client: transporting via HTTP
2023-03-25 09:48:15.473105 nusoap_client: sending message, length=824
2023-03-25 09:48:15.473034 soap_transport_http: ctor url=http://soap.amazon.com/onca/soap2 use_curl=0 curl_options:
array(0) {
}
2023-03-25 09:48:15.473045 soap_transport_http: parsed URL scheme = http
2023-03-25 09:48:15.473049 soap_transport_http: parsed URL host = soap.amazon.com
2023-03-25 09:48:15.473053 soap_transport_http: parsed URL path = /onca/soap2
2023-03-25 09:48:15.473061 soap_transport_http: set header Host: soap.amazon.com
2023-03-25 09:48:15.473077 soap_transport_http: set header User-Agent: NuSOAP/0.9.5 (1.123)
2023-03-25 09:48:15.473086 soap_transport_http: set header Content-Type: text/xml; charset=ISO-8859-1
2023-03-25 09:48:15.473093 soap_transport_http: set header SOAPAction: "http://soap.amazon.com"
2023-03-25 09:48:15.473117 soap_transport_http: entered send() with data of length: 824
2023-03-25 09:48:15.473135 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme http, host soap.amazon.com, port 80
2023-03-25 09:48:15.473149 soap_transport_http: calling fsockopen with host soap.amazon.com connection_timeout 0
2023-03-25 09:48:15.614113 soap_transport_http: set response timeout to 30
2023-03-25 09:48:15.614134 soap_transport_http: socket connected
2023-03-25 09:48:15.614160 soap_transport_http: set header Content-Length: 824
2023-03-25 09:48:15.614168 soap_transport_http: HTTP request: POST /onca/soap2 HTTP/1.0
2023-03-25 09:48:15.614174 soap_transport_http: HTTP header: Host: soap.amazon.com
2023-03-25 09:48:15.614178 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2023-03-25 09:48:15.614182 soap_transport_http: HTTP header: Content-Type: text/xml; charset=ISO-8859-1
2023-03-25 09:48:15.614186 soap_transport_http: HTTP header: SOAPAction: "http://soap.amazon.com"
2023-03-25 09:48:15.614192 soap_transport_http: HTTP header: Content-Length: 824
2023-03-25 09:48:15.614224 soap_transport_http: wrote data to socket, length = 1013
2023-03-25 09:48:15.735436 soap_transport_http: read line of 19 bytes: HTTP/1.1 410 Gone
2023-03-25 09:48:15.735455 soap_transport_http: read line of 37 bytes: Date: Sat, 25 Mar 2023 06:48:15 GMT
2023-03-25 09:48:15.735463 soap_transport_http: read line of 16 bytes: Server: Server
2023-03-25 09:48:15.735469 soap_transport_http: read line of 21 bytes: Content-Length: 282
2023-03-25 09:48:15.735476 soap_transport_http: read line of 31 bytes: Keep-Alive: timeout=2, max=19
2023-03-25 09:48:15.735482 soap_transport_http: read line of 24 bytes: Connection: Keep-Alive
2023-03-25 09:48:15.735489 soap_transport_http: read line of 45 bytes: Content-Type: text/html; charset=iso-8859-1
2023-03-25 09:48:15.735496 soap_transport_http: read line of 2 bytes:
2023-03-25 09:48:15.735510 soap_transport_http: found end of headers after length 195
2023-03-25 09:48:15.735582 soap_transport_http: want to read content of length 282
2023-03-25 09:48:15.735598 soap_transport_http: read buffer of 282 bytes
2023-03-25 09:48:15.735607 soap_transport_http: read to EOF
2023-03-25 09:48:15.735612 soap_transport_http: read body of length 282
2023-03-25 09:48:15.735621 soap_transport_http: received a total of 477 bytes of data from server
2023-03-25 09:48:15.735649 soap_transport_http: closed socket
2023-03-25 09:48:15.735672 soap_transport_http: end of send()
2023-03-25 09:48:15.735695 nusoap_client: Error: HTTP Error: Unsupported HTTP response status 410 Gone (soapclient->response has contents of the response)