Request: POST /webservices/stashit.asmx HTTP/1.0 User-Agent: NuSOAP/0.6.3 Host: www.metastash.com Content-Type: text/xml; charset="ISO-8859-1" Content-Length: 607 SOAPAction: "http://tempuri.org/getBookmarks" <?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/" xmlns:si="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns1:getBookmarks xmlns:ns1="nu"> <strUserName xsi:type="xsd:string">kemmott</strUserName><strPassword xsi:type="xsd:string">asbestos</strPassword></ns1:getBookmarks> </SOAP-ENV:Body></SOAP-ENV:Envelope>Response: HTTP/1.1 404 Not Found Date: Sat, 31 Jul 2010 03:39:09 GMT Server: Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Content-Length: 516 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 /webservices/stashit.asmx was not found on this server.</p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> <hr> <address>Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.metastash.com Port 80</address> </body></html> Debug log:
soapclient: call: getBookmarks, Array, nu, http://tempuri.org/getBookmarks, , 
soapclient: endpointType: 
soapclient: in serialize_val: kemmott, strUserName, , , , , encoded
soapclient: in serialize_val: asbestos, strPassword, , , , , encoded
soapclient: endpoint: http://www.metastash.com/webservices/stashit.asmx, soapAction: http://tempuri.org/getBookmarks, namespace: nu
soapclient: sending msg (len: 607) w/ soapaction 'http://tempuri.org/getBookmarks'...
soapclient: transporting via HTTP
soapclient: sending message, length: 607
soapclient: transport debug data...
soap_transport_http: scheme = http
soap_transport_http: host = www.metastash.com
soap_transport_http: path = /webservices/stashit.asmx
soap_transport_http: entered send() with data of length: 607
soap_transport_http: connection params: www.metastash.com, 80
soap_transport_http: socket connected
soap_transport_http: wrote data to socket
soap_transport_http: received 788 bytes of data from server
soap_transport_http: closed socket
soap_transport_http: received incoming payload: 788
soap_transport_http: found proper separation of headers and document
soap_transport_http: cleaned data, stringlen: 524
soap_transport_http: end of send()

soapclient: got response, length: 524
soapclient: Entering parseResponse(), about to create soap_parser instance
soapclient: soap_parser: Entering soap_parser()
soap_parser: parse error: XML error on line 1: SYSTEM or PUBLIC, the URI is missing

soapclient: sent message successfully and got a(n) NULL back