Result

Info Result

0

XML Response

HTTP/1.1 404 Not Found Date: Sat, 19 Sep 2026 17:18:40 GMT Server: Apache/2.4.29 (Ubuntu) Content-Length: 273 Connection: close Content-Type: text/html; charset=iso-8859-1 404 Not Found

Not Found

The requested URL was not found on this server.


Apache/2.4.29 (Ubuntu) Server at 10.1.1.10 Port 8090

ERROR

HTTP Error: Unsupported HTTP response status 404 Not Found (soapclient->response has contents of the response)

Request

POST /ws_emsa/Server.php?wsdl HTTP/1.0 Host: 10.1.1.10:8090 User-Agent: NuSOAP/0.9.5 (1.123) Content-Type: text/xml; charset=UTF-8 SOAPAction: "" Content-Length: 672 <?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><ns8505:Service.getEmsaCliente xmlns:ns8505="http://tempuri.org"><id_ter xsi:type="xsd:string">8</id_ter><cod_cliente xsi:type="xsd:string">130940049</cod_cliente><opc xsi:type="xsd:string">.</opc><usuario xsi:type="xsd:string">CV21177007</usuario></ns8505:Service.getEmsaCliente></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response

HTTP/1.1 404 Not Found Date: Sat, 19 Sep 2026 17:18:40 GMT Server: Apache/2.4.29 (Ubuntu) Content-Length: 273 Connection: close Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p> <hr> <address>Apache/2.4.29 (Ubuntu) Server at 10.1.1.10 Port 8090</address> </body></html>

Debug

2026-09-19 12:18:40.011439 nusoap_client: ctor wsdl= timeout=0 response_timeout=30 endpoint=string(45) "http://10.1.1.10:8090/ws_emsa/Server.php?wsdl" 2026-09-19 12:18:40.011522 nusoap_client: instantiate SOAP with endpoint at http://10.1.1.10:8090/ws_emsa/Server.php?wsdl 2026-09-19 12:18:40.011548 nusoap_client: call: operation=Service.getEmsaCliente, namespace=http://tempuri.org, soapAction=, rpcParams=, style=rpc, use=encoded, endpointType=soap params=array(4) { ["id_ter"]=> string(1) "8" ["cod_cliente"]=> string(9) "130940049" ["opc"]=> string(1) "." ["usuario"]=> string(10) "CV21177007" } headers=bool(false) 2026-09-19 12:18:40.011577 nusoap_client: serializing param array for operation Service.getEmsaCliente 2026-09-19 12:18:40.011586 nusoap_client: in serialize_val: name=id_ter, type=, name_ns=, type_ns=, use=encoded, soapval= value=string(1) "8" attributes=bool(false) 2026-09-19 12:18:40.011598 nusoap_client: serialize_val: serialize string 2026-09-19 12:18:40.011609 nusoap_client: serialize_val returning <id_ter xsi:type="xsd:string">8</id_ter> 2026-09-19 12:18:40.011614 nusoap_client: in serialize_val: name=cod_cliente, type=, name_ns=, type_ns=, use=encoded, soapval= value=string(9) "130940049" attributes=bool(false) 2026-09-19 12:18:40.011622 nusoap_client: serialize_val: serialize string 2026-09-19 12:18:40.011628 nusoap_client: serialize_val returning <cod_cliente xsi:type="xsd:string">130940049</cod_cliente> 2026-09-19 12:18:40.011633 nusoap_client: in serialize_val: name=opc, type=, name_ns=, type_ns=, use=encoded, soapval= value=string(1) "." attributes=bool(false) 2026-09-19 12:18:40.011640 nusoap_client: serialize_val: serialize string 2026-09-19 12:18:40.011646 nusoap_client: serialize_val returning <opc xsi:type="xsd:string">.</opc> 2026-09-19 12:18:40.011651 nusoap_client: in serialize_val: name=usuario, type=, name_ns=, type_ns=, use=encoded, soapval= value=string(10) "CV21177007" attributes=bool(false) 2026-09-19 12:18:40.011658 nusoap_client: serialize_val: serialize string 2026-09-19 12:18:40.011664 nusoap_client: serialize_val returning <usuario xsi:type="xsd:string">CV21177007</usuario> 2026-09-19 12:18:40.011668 nusoap_client: wrapping RPC request with encoded method element 2026-09-19 12:18:40.011678 nusoap_client: In serializeEnvelope length=280 body (max 1000 characters)=<ns8505:Service.getEmsaCliente xmlns:ns8505="http://tempuri.org"><id_ter xsi:type="xsd:string">8</id_ter><cod_cliente xsi:type="xsd:string">130940049</cod_cliente><opc xsi:type="xsd:string">.</opc><usuario xsi:type="xsd:string">CV21177007</usuario></ns8505:Service.getEmsaCliente> style=rpc use=encoded encodingStyle=http://schemas.xmlsoap.org/soap/encoding/ 2026-09-19 12:18:40.011683 nusoap_client: headers: bool(false) 2026-09-19 12:18:40.011688 nusoap_client: namespaces: array(0) { } 2026-09-19 12:18:40.011703 nusoap_client: endpoint=http://10.1.1.10:8090/ws_emsa/Server.php?wsdl, soapAction=, namespace=http://tempuri.org, style=rpc, use=encoded, encodingStyle=http://schemas.xmlsoap.org/soap/encoding/ 2026-09-19 12:18:40.011709 nusoap_client: SOAP message length=672 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><ns8505:Service.getEmsaCliente xmlns:ns8505="http://tempuri.org"><id_ter xsi:type="xsd:string">8</id_ter><cod_cliente xsi:type="xsd:string">130940049</cod_cliente><opc xsi:type="xsd:string">.</opc><usuario xsi:type="xsd:string">CV21177007</usuario></ns8505:Service.getEmsaCliente></SOAP-ENV:Body></SOAP-ENV:Envelope> 2026-09-19 12:18:40.011719 nusoap_client: transporting via HTTP 2026-09-19 12:18:40.011796 nusoap_client: sending message, length=672 2026-09-19 12:18:40.011728 soap_transport_http: ctor url=http://10.1.1.10:8090/ws_emsa/Server.php?wsdl use_curl= curl_options: array(0) { } 2026-09-19 12:18:40.011740 soap_transport_http: parsed URL scheme = http 2026-09-19 12:18:40.011746 soap_transport_http: parsed URL host = 10.1.1.10 2026-09-19 12:18:40.011750 soap_transport_http: parsed URL port = 8090 2026-09-19 12:18:40.011753 soap_transport_http: parsed URL path = /ws_emsa/Server.php 2026-09-19 12:18:40.011757 soap_transport_http: parsed URL query = wsdl 2026-09-19 12:18:40.011768 soap_transport_http: set header Host: 10.1.1.10:8090 2026-09-19 12:18:40.011778 soap_transport_http: set header User-Agent: NuSOAP/0.9.5 (1.123) 2026-09-19 12:18:40.011786 soap_transport_http: set header Content-Type: text/xml; charset=UTF-8 2026-09-19 12:18:40.011791 soap_transport_http: set header SOAPAction: "" 2026-09-19 12:18:40.011803 soap_transport_http: entered send() with data of length: 672 2026-09-19 12:18:40.011810 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme http, host 10.1.1.10, port 8090 2026-09-19 12:18:40.011817 soap_transport_http: calling fsockopen with host 10.1.1.10 connection_timeout 0 2026-09-19 12:18:40.011916 soap_transport_http: set response timeout to 30 2026-09-19 12:18:40.011928 soap_transport_http: socket connected 2026-09-19 12:18:40.011938 soap_transport_http: set header Content-Length: 672 2026-09-19 12:18:40.011943 soap_transport_http: HTTP request: POST /ws_emsa/Server.php?wsdl HTTP/1.0 2026-09-19 12:18:40.011949 soap_transport_http: HTTP header: Host: 10.1.1.10:8090 2026-09-19 12:18:40.011953 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123) 2026-09-19 12:18:40.011957 soap_transport_http: HTTP header: Content-Type: text/xml; charset=UTF-8 2026-09-19 12:18:40.011961 soap_transport_http: HTTP header: SOAPAction: "" 2026-09-19 12:18:40.011964 soap_transport_http: HTTP header: Content-Length: 672 2026-09-19 12:18:40.012024 soap_transport_http: wrote data to socket, length = 846 2026-09-19 12:18:40.012249 soap_transport_http: read line of 24 bytes: HTTP/1.1 404 Not Found 2026-09-19 12:18:40.012260 soap_transport_http: read line of 37 bytes: Date: Sat, 19 Sep 2026 17:18:40 GMT 2026-09-19 12:18:40.012265 soap_transport_http: read line of 32 bytes: Server: Apache/2.4.29 (Ubuntu) 2026-09-19 12:18:40.012271 soap_transport_http: read line of 21 bytes: Content-Length: 273 2026-09-19 12:18:40.012276 soap_transport_http: read line of 19 bytes: Connection: close 2026-09-19 12:18:40.012281 soap_transport_http: read line of 45 bytes: Content-Type: text/html; charset=iso-8859-1 2026-09-19 12:18:40.012287 soap_transport_http: read line of 2 bytes: 2026-09-19 12:18:40.012294 soap_transport_http: found end of headers after length 180 2026-09-19 12:18:40.012311 soap_transport_http: want to read content of length 273 2026-09-19 12:18:40.012377 soap_transport_http: read buffer of 273 bytes 2026-09-19 12:18:40.012391 soap_transport_http: read to EOF 2026-09-19 12:18:40.012397 soap_transport_http: read body of length 273 2026-09-19 12:18:40.012402 soap_transport_http: received a total of 453 bytes of data from server 2026-09-19 12:18:40.012452 soap_transport_http: closed socket 2026-09-19 12:18:40.012469 soap_transport_http: end of send() 2026-09-19 12:18:40.012485 nusoap_client: Error: HTTP Error: Unsupported HTTP response status 404 Not Found (soapclient->response has contents of the response)

http://10.1.1.10:8090/ws_emsa/Server.php?wsdl