[cid:image001.gif@01C9457A.8C9AED60]
I am trying to use your HTTPAPI to get a request to an internal server
that processes document creation for banks.
I am new to this process and still in somewhat of a learning curve.
I am getting a HTTP /1.1 400 Bad Request The ISeries returns CPF9897
This happens when I attempt to send any xml tags within the request.
If I send without any XML the server does respond with following:
. <?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumen
tResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml
version="1.0" encoding="utf-8"?>
<complianceserviceresponse
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>There is an error in XML document (0, 0). Root
element is missing. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocum
entResponse></soap:Body></soap:Envelope>
I have included a copy of the XML within the request tags and a copy
of the modifications to your program for calling the currency exchange
Also a copy of the httpap_debug.txt file is included
Any help would be appreciated
Mike Nageli
Programming Manager
': 801.887.0112
7: 801.974.5409
[1]www.bmacorp.com
References
1. http://www.bmacorp.com/
Attachment:
zzcsidocrd.savf
Description: Binary data
<complianceservicerequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <preferences> ddd</preferences> </complianceservicerequest>
<?xml version="1.0" encoding="utf-8" ?> <string xmlns="http://tempuri.org/"><?xml version="1.0" encoding="utf-8"?> <complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <messages> <message>Page size must be supplied. Exception: System.NullReferenceException: Object reference not set to an instance of an object. at ComplianceServiceSimple.ComplianceServiceSimple.RenderDocument(String complianceservicerequestasxmlstring). </message> <message>No destination was specified. Processing will continue without rendering. </message> <message>Data can not be evaluated because the license key is invalid: At least one entity type is required. </message> </messages> </complianceserviceresponse></string>
HTTPAPI Ver 1.21 released 2007-10-01
New iconv() objects set, PostRem=819. PostLoc=0. ProtRem=819. ProtLoc=0
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 385
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 13 Nov 2008 14:39:29 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 727
SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 727
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumentResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml version="1.0" encoding="utf-8"?>
<complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>There is an error in XML document (0, 0). Root element is missing. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocumentResponse></soap:Body></soap:Envelope>
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 537
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring><watermark>color="red" location="diagonalup" opacity="50" font="Arial" size="72" style="regular">watermark1</watermark><messagelevel>info</messagelevel></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 13 Nov 2008 14:39:36 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 757
SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 757
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumentResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml version="1.0" encoding="utf-8"?>
<complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>There is an error in XML document (1, 1). Data at the root level is invalid. Line 1, position 1. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocumentResponse></soap:Body></soap:Envelope>
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 518
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring><complianceservicerequest xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance"><preferences></preferences></complianceservicerequest></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 400 Bad Request
Date: Thu, 13 Nov 2008 14:40:08 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Length: 0
SetError() #13: HTTP/1.1 400 Bad Request
recvdoc parms: identity 0
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
SetError() #13: HTTP/1.1 400 Bad Request
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 551
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring><complianceservicerequest xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance"><preferences><messagelevel>info</messagelevel></preferences></complianceservicerequest></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 400 Bad Request
Date: Thu, 13 Nov 2008 14:41:58 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Length: 0
SetError() #13: HTTP/1.1 400 Bad Request
recvdoc parms: identity 0
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
SetError() #13: HTTP/1.1 400 Bad Request
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 249
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 13 Nov 2008 14:43:33 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 714
SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 714
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumentResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml version="1.0" encoding="utf-8"?>
<complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>Object reference not set to an instance of an object. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocumentResponse></soap:Body></soap:Envelope>
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 310
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 13 Nov 2008 14:44:53 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 714
SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 714
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumentResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml version="1.0" encoding="utf-8"?>
<complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>Object reference not set to an instance of an object. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocumentResponse></soap:Body></soap:Envelope>
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 324
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><complianceservicerequestasxmlstring></complianceservicerequestasxmlstring></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 13 Nov 2008 14:45:37 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 714
SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 714
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumentResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml version="1.0" encoding="utf-8"?>
<complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>Object reference not set to an instance of an object. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocumentResponse></soap:Body></soap:Envelope>
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 385
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 13 Nov 2008 14:47:36 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 727
SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 727
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumentResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml version="1.0" encoding="utf-8"?>
<complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>There is an error in XML document (0, 0). Root element is missing. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocumentResponse></soap:Body></soap:Envelope>
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 551
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring><complianceservicerequest xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance"><preferences><messagelevel>info</messagelevel></preferences></complianceservicerequest></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 400 Bad Request
Date: Thu, 13 Nov 2008 14:47:45 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Length: 0
SetError() #13: HTTP/1.1 400 Bad Request
recvdoc parms: identity 0
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
SetError() #13: HTTP/1.1 400 Bad Request
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 504
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring><watermark>color="red" location="diagonalup" opacity="50" font="Arial" size="72" style="regular">watermark1</watermark></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 13 Nov 2008 14:48:05 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 757
SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 757
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumentResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml version="1.0" encoding="utf-8"?>
<complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>There is an error in XML document (1, 1). Data at the root level is invalid. Line 1, position 1. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocumentResponse></soap:Body></soap:Envelope>
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 519
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring><complianceservicerequest xmlns=xsi="http://www.w3.org/2001/XMLSchema-instance"><preferences></preferences></complianceservicerequest></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 400 Bad Request
Date: Thu, 13 Nov 2008 15:00:46 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Length: 0
SetError() #13: HTTP/1.1 400 Bad Request
recvdoc parms: identity 0
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
SetError() #13: HTTP/1.1 400 Bad Request
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 426
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring>-instance"><preferences>ddd</preferences></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 400 Bad Request
Date: Thu, 13 Nov 2008 15:09:31 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Length: 0
SetError() #13: HTTP/1.1 400 Bad Request
recvdoc parms: identity 0
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
SetError() #13: HTTP/1.1 400 Bad Request
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 415
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring><preferences>ddd</preferences></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 13 Nov 2008 15:10:44 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 757
SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 757
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumentResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml version="1.0" encoding="utf-8"?>
<complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>There is an error in XML document (1, 1). Data at the root level is invalid. Line 1, position 1. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocumentResponse></soap:Body></soap:Envelope>
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 522
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring><complianceservicerequest xmlns=xsi="http://www.w3.org/2001/XMLSchema-instance"><preferences>ddd</preferences></complianceservicerequest></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 400 Bad Request
Date: Thu, 13 Nov 2008 15:11:52 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Length: 0
SetError() #13: HTTP/1.1 400 Bad Request
recvdoc parms: identity 0
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
SetError() #13: HTTP/1.1 400 Bad Request
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 385
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 13 Nov 2008 15:13:02 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 727
SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 727
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumentResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml version="1.0" encoding="utf-8"?>
<complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>There is an error in XML document (0, 0). Root element is missing. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocumentResponse></soap:Body></soap:Envelope>
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 551
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring><complianceservicerequest xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance"><preferences><messagelevel>info</messagelevel></preferences></complianceservicerequest></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 400 Bad Request
Date: Thu, 13 Nov 2008 15:16:27 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Length: 0
SetError() #13: HTTP/1.1 400 Bad Request
recvdoc parms: identity 0
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
SetError() #13: HTTP/1.1 400 Bad Request
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 385
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 13 Nov 2008 15:17:23 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 727
SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 727
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumentResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml version="1.0" encoding="utf-8"?>
<complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>There is an error in XML document (0, 0). Root element is missing. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocumentResponse></soap:Body></soap:Envelope>
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 504
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring><watermark>color="red" location="diagonalup" opacity="50" font="Arial" size="72" style="regular">watermark1</watermark></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 13 Nov 2008 15:17:31 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 757
SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 757
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumentResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml version="1.0" encoding="utf-8"?>
<complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>There is an error in XML document (1, 1). Data at the root level is invalid. Line 1, position 1. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocumentResponse></soap:Body></soap:Envelope>
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 504
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring><watermark>color="red" location="diagonalup" opacity="50" font="Arial" size="72" style="regular">watermark1</watermark></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 200 OK
Date: Thu, 13 Nov 2008 16:43:53 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Content-Length: 757
SetError() #13: HTTP/1.1 200 OK
recvdoc parms: identity 757
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><RenderDocumentResponse xmlns="http://tempuri.org/"><RenderDocumentResult><?xml version="1.0" encoding="utf-8"?>
<complianceserviceresponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<messages>
<message>There is an error in XML document (1, 1). Data at the root level is invalid. Line 1, position 1. </message>
</messages>
</complianceserviceresponse></RenderDocumentResult></RenderDocumentResponse></soap:Body></soap:Envelope>
http_close(): entered
http_persist_open(): entered
http_long_ParseURL(): entered
DNS resolver retrans: 2
DNS resolver retry : 2
DNS resolver options: x'00000136'
DNS default domain: BMA.COM
DNS server found: 10.201.201.10
http_persist_post(): entered
http_long_ParseURL(): entered
do_post(): entered
POST /complianceservicesimple/complianceservicesimple.asmx HTTP/1.1
Host: 10.201.201.98
User-Agent: http-api/1.21
Content-Type: text/xml; charset=utf-8
SOAPAction: http://tempuri.org/RenderDocument
Expect: 100-continue
Content-Length: 551
recvresp(): entered
HTTP/1.1 100 Continue
SetError() #13: HTTP/1.1 100 Continue
senddoc(): entered
<?xml version="1.0" encoding="utf-8"?><SOAP:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><SOAP:Body><RenderDocument xmlns="http://tempuri.org/"><complianceservicerequestasxmlstring><complianceservicerequest xmlns:xsi="http//www.w3.org/2001/XMLSchema-instance"><preferences><messagelevel>info</messagelevel></preferences></complianceservicerequest></complianceservicerequestasxmlstring></RenderDocument></SOAP:Body></SOAP:Envelope>
recvresp(): entered
HTTP/1.1 400 Bad Request
Date: Thu, 13 Nov 2008 16:44:02 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: private
Content-Length: 0
SetError() #13: HTTP/1.1 400 Bad Request
recvdoc parms: identity 0
header_load_cookies() entered
recvdoc(): entered
SetError() #0:
SetError() #13: HTTP/1.1 400 Bad Request
http_close(): entered
----------------------------------------------------------------------- This is the FTPAPI mailing list. To unsubscribe, please go to: http://www.scottklement.com/mailman/listinfo/ftpapi -----------------------------------------------------------------------