[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HTTP/1.1 412 Precondition Failed



hi Jim,

There appear to be a typo in the XML document you're sending.  In one 
place you have this:

   <ns1:customerAddress2>ASDFASDFASDF/<ns1:customerAddress2>

You have the / character transposed with the < character.  It should 
look as follows (if you want to properly close the tag):

   <ns1:customerAddress2>ASDFASDFASDF</ns1:customerAddress2>

Because of this, your XML document is not well-formed, and therefore 
cannot be parsed.  The result is that none of the information in it can 
be read (this includes the security information, so may be the cause of 
the error)

This doesn't appear to be an issue with HTTPAPI, since the XML document 
is generated by your code (not mine).  So I'm guessing this was a simple 
typo on your part.

Hope that helps.


On 6/8/2011 12:45 PM, Jim Ward wrote:
>
>     Sorry for the bad format of previous message - I am new to this, it
>     was not intentional.
>     Here it is again (sorry for the length of the Debugs - but Mike Krebs
>     in his response requested more debug data):
>     Security information is send in the SOAP Body.  You can see it below
>     in the debugs at the tag:<ns1:orbitalConnectionUsername>  and
>     <ns1:orbitalConnectionPassword>.  I have ***ed out the Password, but
>     it really is being sent - same in both cases
>     We are not creating custom headers.  I read the historical post and
>     that describes the problem.  We originally wanted to do XML direac
>     with them but they required a MIME header which we could not generate
>     and they were unable to rell me what they were looking for.  They said
>     SOAP did not require a MIME header.  I do note in the reply they sent
>     that the CRLF seemed to be missing - there is a ";" where I would
>     expect it:
>     Host: wsvar2.paymentech.net; User-Agent: http-api/1.23; Content-Type:
>     text/xml; Expect: 100-continue; Content-Length: 1105;
>     Yes, the program makes two different posts to Orbital gateway.  It
>     runs a screen that allows a user to do an "Authorize" post (which
>     works fine) and a "Profile Add" which does not work. The program uses
>     the same Soap Env header for each transaction type, only the Soap Body
>     is different.
>     I have attached two complete debugs from the http_url_post_xml call -
>     I don't know any way of getting more detail other than setting the
>     debug on:  callp     http_debug(*ON) .
>     The debugs are rather lengthy - sorry.
>     Jim Ward
>     Here is the Debug from the good transaction:
>     HTTPAPI Ver 1.23 released 2008-04-24
>     OS/400 Ver V5R4M0
>     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: hq.mdi
>     DNS server found: 172.16.3.209
>     DNS server found: 172.16.3.208
>     https_init(): entered
>     ----------------------------------------------------------------------
>     ---------------
>     Dump of local-side certificate information:
>     ----------------------------------------------------------------------
>     ---------------
>     -----BEGIN CERTIFICATE-----
>     MIICiTCCAfKgAwIBAgIHP87w9g8EeDANBgkqhkiG9w0BAQQFADCBijELMAkGA1UE
>     BhMCVVMxETAPBgNVBAgTCE1pY2hpZ2FuMRkwFwYDVQQHExBGYXJtaW5ndG9uIEhp
>     bGxzMSkwJwYDVQQKEyBNYXJrZXRpbmcgRGlzcGxheXMgSW50ZXJuYXRpb25hbDEi
>     MCAGA1UEAxMZQ2xpZW50IEFjY2VzcyBDZXJ0aWZpY2F0ZTAeFw0wMzEyMDMwODMx
>     NTFaFw0wOTA1MjYwODMxNTFaMIGDMQswCQYDVQQGEwJVUzERMA8GA1UECBMITWlj
>     aGlnYW4xGTAXBgNVBAcTEEZhcm1pbmd0b24gSGlsbHMxKTAnBgNVBAoTIE1hcmtl
>     dGluZyBEc2lwbGF5cyBJbnRlcm5hdGlvbmFsMRswGQYDVQQDExJDQSBTU0wgQ2Vy
>     dGlmaWNhdGUwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKz+Z8JIEW6P/Z5Y
>     X8G+8nhYCh3zlIIBa2ip/ghw2ez+zFLOrFk9sC1vppocj9BQzLo1qJ4NZ+ej6hEh
>     79WV+FiRKEI8YWt5IT0B3Pa+1lKhK6xdBS9LBDupFJ5a3Q+KL8KDFXCVvNKvEGKV
>     w9c7fPYqrsd467/GSrQ4DlbOTbP1AgMBAAEwDQYJKoZIhvcNAQEEBQADgYEAY5VO
>     rkOyl84Gj3kNzwfhD4XSih/JYdVEnvsaBMN8SkVZZvmmULsGNqyV1bMBMvJklvyM
>     8pMK/qkpUOzEIk17B1jX44tkcbYlLXFQE90ZkxSgbQu3pvOG0DEHDSCSRj+vHvA1
>     iPvpHuQbuJeop8HTclGOcKoulTUfOQXLvTzdeX4=
>     -----END CERTIFICATE-----
>     Serial Number: 3F:CE:F0:F6:0F:04:78
>     Common Name: CA SSL Certificate
>     Country: US
>     State/Province: Michigan
>     Locality: Farmington Hills
>     Org Unit: Marketing Dsiplays International
>     Issuer CN: Client Access Certificate
>     Issuer Country: US
>     Issuer State/Province: Michigan
>     Issuer Locality: Farmington Hills
>     Issuer Org: Marketing Displays International
>     Version: 03
>     not before: 20031203043151
>     not after: 20090526043151
>     pub key alg: 1.2.840.113549.1.1.4
>     ----------------------------------------------------------------------
>     ---------------
>     Dump of server-side certificate information:
>     ----------------------------------------------------------------------
>     ---------------
>     Cert Validation Code = 0
>     -----BEGIN CERTIFICATE-----
>     MIIFlzCCBH+gAwIBAgIQF4sLqfIdY68+cuaiUKzqnzANBgkqhkiG9w0BAQUFADCB
>     vDELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL
>     ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1c2Ug
>     YXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykxMDE2MDQGA1UEAxMt
>     VmVyaVNpZ24gQ2xhc3MgMyBJbnRlcm5hdGlvbmFsIFNlcnZlciBDQSAtIEczMB4X
>     DTEwMTIyOTAwMDAwMFoXDTExMTIyOTIzNTk1OVowgZoxCzAJBgNVBAYTAlVTMRAw
>     DgYDVQQIEwdGbG9yaWRhMQ4wDAYDVQQHFAVUYW1wYTEjMCEGA1UEChQaQ2hhc2Ug
>     UGF5bWVudGVjaCBTb2x1dGlvbnMxJDAiBgNVBAsUG0VudGVycHJpc2UgV2ViIEFy
>     Y2hpdGVjdHVyZTEeMBwGA1UEAxQVd3N2YXIyLnBheW1lbnRlY2gubmV0MIIBIjAN
>     BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvNhPGcbm7ynYD/+T8wXZ05nFOgGz
>     470rk5wSGUZHfjfxZ0/RtLVo+WMb2Q7FC2wf5kryA0PZtp19fmMbn2TpFp/VNpe9
>     l5nYAoDK0X1KPHKeqoSqG6FWnECJkrLHCj4kbZz96yzXZMgzrRgaeo96eOlreUug
>     Hqc87vvM0T9la2VKP1IT0JeqwXD0Li7YhDGHJ7uxhKsu0rREqBe+1wxlUZON3PRr
>     6HG+khZro8IyJoiRq5dr/7FO95yqEQi/Aur4hvrX31B0MZrvvAza6UC/KHQuucl2
>     bhHjCq0JSEWXVnimEmOebavgJKwxpg6PBs05SvE/EdycCe51HB1Pd19NFwIDAQAB
>     o4IBszCCAa8wCQYDVR0TBAIwADALBgNVHQ8EBAMCBaAwQQYDVR0fBDowODA2oDSg
>     MoYwaHR0cDovL1NWUkludGwtRzMtY3JsLnZlcmlzaWduLmNvbS9TVlJJbnRsRzMu
>     Y3JsMEQGA1UdIAQ9MDswOQYLYIZIAYb4RQEHFwMwKjAoBggrBgEFBQcCARYcaHR0
>     cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYTAoBgNVHSUEITAfBglghkgBhvhCBAEG
>     CCsGAQUFBwMBBggrBgEFBQcDAjByBggrBgEFBQcBAQRmMGQwJAYIKwYBBQUHMAGG
>     GGh0dHA6Ly9vY3NwLnZlcmlzaWduLmNvbTA8BggrBgEFBQcwAoYwaHR0cDovL1NW
>     UkludGwtRzMtYWlhLnZlcmlzaWduLmNvbS9TVlJJbnRsRzMuY2VyMG4GCCsGAQUF
>     BwEMBGIwYKFeoFwwWjBYMFYWCWltYWdlL2dpZjAhMB8wBwYFKw4DAhoEFEtruSiW
>     Bgy70FI4mymsSweLIQUYMCYWJGh0dHA6Ly9sb2dvLnZlcmlzaWduLmNvbS92c2xv
>     Z28xLmdpZjANBgkqhkiG9w0BAQUFAAOCAQEAJJEERjh42QlAvQk6vtuwQ+0/p/gN
>     PvmFuyyDA4piXxQ55mK96hRNJrCjgv3dSieXUP2QSQKDlQah0XgNQ5nAdvQKm9ME
>     foNxhEuU9szvYrk6eWY6TaJOT0+/9GGHjYiBqJmJvHdWjInlgIC4KbYr+JrPZ2Ny
>     xM2EdSX2bF1wWmVPhRG43O4ncVSBL/+CH5tHd06SHj2kU3upzrbyfZlBWVxLuEiD
>     8lQZP9NRYmB2QEeXedHrIVaoIl/IjBYOM4/maYKcka4ic/ZDkIaKrd+tOrYJZR78
>     9NpwBwUqV1TZFxrwRQTOh5WW7SoUUnvm/ZLn1EmqP3oYh2xdJux4Wf0/RQ==
>     -----END CERTIFICATE-----
>     Serial Number: 17:8B:0B:A9:F2:1D:63:AF:3E:72:E6:A2:50:AC:EA:9F
>     Common Name: wsvar2.paymentech.net
>     Country: US
>     State/Province: Florida
>     Locality: Tampa
>     Org Unit: Chase Paymentech Solutions
>     Org: Enterprise Web Architecture
>     Issuer CN: VeriSign Class 3 International Server CA - G3
>     Issuer Country: US
>     Issuer Org: VeriSign, Inc.
>     Issuer Org Unit: Terms of use at https://www.verisign.com/rpa (c)10,
>     OU=VeriSign Trust Network
>     Version: 03
>     not before: 20101228200000
>     not after: 20111229195959
>     pub key alg: 1.2.840.113549.1.1.5
>     Protocol Used: TLS Version 1
>     http_persist_post(): entered
>     http_long_ParseURL(): entered
>     do_post(): entered
>     POST /PaymentechGateway HTTP/1.1
>     Host: wsvar2.paymentech.net
>     User-Agent: http-api/1.23
>     Content-Type: text/xml
>     Expect: 100-continue
>     Content-Length: 964
>     recvresp(): entered
>     HTTP/1.1 100 Continue
>     SetError() #13: HTTP/1.1 100 Continue
>     senddoc(): entered
>     <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope
>     xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
>     xmlns:xsd="http://www.w3.org/2001/XMLSchema";
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><soapenv:Body><N
>     ewOrder
>     xmlns="urn:ws.paymentech.net/PaymentechGateway"><newOrderRequest
>     xsi:type="ns1:NewOrderRequestElement"
>     xmlns:ns1="urn:ws.paymentech.net/PaymentechGateway"
>     xmlns=""><ns1:orbitalConnectionUsername>MD1W0RLD</ns1:orbitalConnectio
>     nUsername><ns1:orbitalConnectionPassword>*******</ns1:orbitalConnectio
>     nPassword><ns1:version>2.2</ns1:version><ns1:industryType>EC</ns1:indu
>     stryType><ns1:transType>A</ns1:transType><ns1:bin>000002</ns1:bin><ns1
>     :merchantID>700000003908</ns1:merchantID><ns1:terminalID>001</ns1:term
>     inalID><ns1:ccAccountNum>5555555555554444</ns1:ccAccountNum><ns1:ccExp
>     >201212</ns1:ccExp><ns1:orderID>96773000</ns1:orderID><ns1:amount>0013
>     41600</ns1:amount></newOrderRequest></NewOrder></soapenv:Body></soapen
>     v:Envelope>
>     recvresp(): entered
>     HTTP/1.1 200 OK
>     Date: Wed, 08 Jun 2011 12:50:04 GMT
>     Server: gSOAP/2.6
>     Content-Type: text/xml; charset=utf-8
>     Content-Length: 2213
>     X-Cnection: close
>     Connection: close
>     SetError() #13: HTTP/1.1 200 OK
>     recvdoc parms: identity 2213
>     header_load_cookies() entered
>     recvdoc(): entered
>     SetError() #0:
>     <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
>     xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
>     xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>     xmlns:xsd="http://www.w3.org/2001/XMLSchema";
>     xmlns:ns="urn:ws.paymentech.net/PaymentechGateway"><SOAP-ENV:Body
>     id="_0"><NewOrderResponse
>     xmlns="urn:ws.paymentech.net/PaymentechGateway"
>     xsi:type="ns:NewOrderResponse"><return
>     xsi:type="ns:NewOrderResponseElement"><industryType
>     xsi:type="xsd:string">EC</industryType><transType
>     xsi:type="xsd:string">A</transType><bin
>     xsi:type="xsd:string">000002</bin><merchantID
>     xsi:type="xsd:string">700000003908</merchantID><terminalID
>     xsi:type="xsd:string">001</terminalID><cardBrand
>     xsi:type="xsd:string">MC</cardBrand><orderID
>     xsi:type="xsd:string">96773000</orderID><txRefNum
>     xsi:type="xsd:string">4DEF6FFEA323F91D8E655286C9AF892D41EE5401</txRefN
>     um><txRefIdx xsi:type="xsd:string">0</txRefIdx><respDateTime
>     xsi:type="xsd:string">20110608085006</respDateTime><procStatus
>     xsi:type="xsd:string">0</procStatus><approvalStatus
>     xsi:type="xsd:string">1</approvalStatus><respCode
>     xsi:type="xsd:string">00</respCode><avsRespCode xsi:type="xsd:string">
>      </avsRespCode><cvvRespCode xsi:type="xsd:string">
>     </cvvRespCode><authorizationCode
>     xsi:type="xsd:string">194616</authorizationCode><mcRecurringAdvCode
>     xsi:type="xsd:string"></mcRecurringAdvCode><visaVbVRespCode
>     xsi:type="xsd:string"></visaVbVRespCode><procStatusMessage
>     xsi:type="xsd:string">Approved</procStatusMessage><respCodeMessage
>     xsi:type="xsd:string"></respCodeMessage><hostRespCode
>     xsi:type="xsd:string">00</hostRespCode><hostAVSRespCode
>     xsi:type="xsd:string"></hostAVSRespCode><hostCVVRespCode
>     xsi:type="xsd:string"></hostCVVRespCode><retryTrace
>     xsi:type="xsd:string"></retryTrace><retryAttempCount
>     xsi:type="xsd:string"></retryAttempCount><lastRetryDate
>     xsi:type="xsd:string"></lastRetryDate><customerRefNum
>     xsi:type="xsd:string"></customerRefNum><customerName
>     xsi:type="xsd:string"></customerName><profileProcStatus
>     xsi:type="xsd:string"></profileProcStatus><profileProcStatusMsg
>     xsi:type="xsd:string"></profileProcStatusMsg></return></NewOrderRespon
>     se></SOAP-ENV:Body></SOAP-ENV:Envelope>
>     http_close(): entered
>     Here is the debug from the bad transaction:
>     HTTPAPI Ver 1.23 released 2008-04-24
>     OS/400 Ver V5R4M0
>     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: hq.mdi
>     DNS server found: 172.16.3.209
>     DNS server found: 172.16.3.208
>     https_init(): entered
>     ----------------------------------------------------------------------
>     ---------------
>     Dump of local-side certificate information:
>     ----------------------------------------------------------------------
>     ---------------
>     -----BEGIN CERTIFICATE-----
>     MIICiTCCAfKgAwIBAgIHP87w9g8EeDANBgkqhkiG9w0BAQQFADCBijELMAkGA1UE
>     BhMCVVMxETAPBgNVBAgTCE1pY2hpZ2FuMRkwFwYDVQQHExBGYXJtaW5ndG9uIEhp
>     bGxzMSkwJwYDVQQKEyBNYXJrZXRpbmcgRGlzcGxheXMgSW50ZXJuYXRpb25hbDEi
>     MCAGA1UEAxMZQ2xpZW50IEFjY2VzcyBDZXJ0aWZpY2F0ZTAeFw0wMzEyMDMwODMx
>     NTFaFw0wOTA1MjYwODMxNTFaMIGDMQswCQYDVQQGEwJVUzERMA8GA1UECBMITWlj
>     aGlnYW4xGTAXBgNVBAcTEEZhcm1pbmd0b24gSGlsbHMxKTAnBgNVBAoTIE1hcmtl
>     dGluZyBEc2lwbGF5cyBJbnRlcm5hdGlvbmFsMRswGQYDVQQDExJDQSBTU0wgQ2Vy
>     dGlmaWNhdGUwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKz+Z8JIEW6P/Z5Y
>     X8G+8nhYCh3zlIIBa2ip/ghw2ez+zFLOrFk9sC1vppocj9BQzLo1qJ4NZ+ej6hEh
>     79WV+FiRKEI8YWt5IT0B3Pa+1lKhK6xdBS9LBDupFJ5a3Q+KL8KDFXCVvNKvEGKV
>     w9c7fPYqrsd467/GSrQ4DlbOTbP1AgMBAAEwDQYJKoZIhvcNAQEEBQADgYEAY5VO
>     rkOyl84Gj3kNzwfhD4XSih/JYdVEnvsaBMN8SkVZZvmmULsGNqyV1bMBMvJklvyM
>     8pMK/qkpUOzEIk17B1jX44tkcbYlLXFQE90ZkxSgbQu3pvOG0DEHDSCSRj+vHvA1
>     iPvpHuQbuJeop8HTclGOcKoulTUfOQXLvTzdeX4=
>     -----END CERTIFICATE-----
>     Serial Number: 3F:CE:F0:F6:0F:04:78
>     Common Name: CA SSL Certificate
>     Country: US
>     State/Province: Michigan
>     Locality: Farmington Hills
>     Org Unit: Marketing Dsiplays International
>     Issuer CN: Client Access Certificate
>     Issuer Country: US
>     Issuer State/Province: Michigan
>     Issuer Locality: Farmington Hills
>     Issuer Org: Marketing Displays International
>     Version: 03
>     not before: 20031203043151
>     not after: 20090526043151
>     pub key alg: 1.2.840.113549.1.1.4
>     ----------------------------------------------------------------------
>     ---------------
>     Dump of server-side certificate information:
>     ----------------------------------------------------------------------
>     ---------------
>     Cert Validation Code = 0
>     -----BEGIN CERTIFICATE-----
>     MIIFlzCCBH+gAwIBAgIQF4sLqfIdY68+cuaiUKzqnzANBgkqhkiG9w0BAQUFADCB
>     vDELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL
>     ExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTswOQYDVQQLEzJUZXJtcyBvZiB1c2Ug
>     YXQgaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYSAoYykxMDE2MDQGA1UEAxMt
>     VmVyaVNpZ24gQ2xhc3MgMyBJbnRlcm5hdGlvbmFsIFNlcnZlciBDQSAtIEczMB4X
>     DTEwMTIyOTAwMDAwMFoXDTExMTIyOTIzNTk1OVowgZoxCzAJBgNVBAYTAlVTMRAw
>     DgYDVQQIEwdGbG9yaWRhMQ4wDAYDVQQHFAVUYW1wYTEjMCEGA1UEChQaQ2hhc2Ug
>     UGF5bWVudGVjaCBTb2x1dGlvbnMxJDAiBgNVBAsUG0VudGVycHJpc2UgV2ViIEFy
>     Y2hpdGVjdHVyZTEeMBwGA1UEAxQVd3N2YXIyLnBheW1lbnRlY2gubmV0MIIBIjAN
>     BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvNhPGcbm7ynYD/+T8wXZ05nFOgGz
>     470rk5wSGUZHfjfxZ0/RtLVo+WMb2Q7FC2wf5kryA0PZtp19fmMbn2TpFp/VNpe9
>     l5nYAoDK0X1KPHKeqoSqG6FWnECJkrLHCj4kbZz96yzXZMgzrRgaeo96eOlreUug
>     Hqc87vvM0T9la2VKP1IT0JeqwXD0Li7YhDGHJ7uxhKsu0rREqBe+1wxlUZON3PRr
>     6HG+khZro8IyJoiRq5dr/7FO95yqEQi/Aur4hvrX31B0MZrvvAza6UC/KHQuucl2
>     bhHjCq0JSEWXVnimEmOebavgJKwxpg6PBs05SvE/EdycCe51HB1Pd19NFwIDAQAB
>     o4IBszCCAa8wCQYDVR0TBAIwADALBgNVHQ8EBAMCBaAwQQYDVR0fBDowODA2oDSg
>     MoYwaHR0cDovL1NWUkludGwtRzMtY3JsLnZlcmlzaWduLmNvbS9TVlJJbnRsRzMu
>     Y3JsMEQGA1UdIAQ9MDswOQYLYIZIAYb4RQEHFwMwKjAoBggrBgEFBQcCARYcaHR0
>     cHM6Ly93d3cudmVyaXNpZ24uY29tL3JwYTAoBgNVHSUEITAfBglghkgBhvhCBAEG
>     CCsGAQUFBwMBBggrBgEFBQcDAjByBggrBgEFBQcBAQRmMGQwJAYIKwYBBQUHMAGG
>     GGh0dHA6Ly9vY3NwLnZlcmlzaWduLmNvbTA8BggrBgEFBQcwAoYwaHR0cDovL1NW
>     UkludGwtRzMtYWlhLnZlcmlzaWduLmNvbS9TVlJJbnRsRzMuY2VyMG4GCCsGAQUF
>     BwEMBGIwYKFeoFwwWjBYMFYWCWltYWdlL2dpZjAhMB8wBwYFKw4DAhoEFEtruSiW
>     Bgy70FI4mymsSweLIQUYMCYWJGh0dHA6Ly9sb2dvLnZlcmlzaWduLmNvbS92c2xv
>     Z28xLmdpZjANBgkqhkiG9w0BAQUFAAOCAQEAJJEERjh42QlAvQk6vtuwQ+0/p/gN
>     PvmFuyyDA4piXxQ55mK96hRNJrCjgv3dSieXUP2QSQKDlQah0XgNQ5nAdvQKm9ME
>     foNxhEuU9szvYrk6eWY6TaJOT0+/9GGHjYiBqJmJvHdWjInlgIC4KbYr+JrPZ2Ny
>     xM2EdSX2bF1wWmVPhRG43O4ncVSBL/+CH5tHd06SHj2kU3upzrbyfZlBWVxLuEiD
>     8lQZP9NRYmB2QEeXedHrIVaoIl/IjBYOM4/maYKcka4ic/ZDkIaKrd+tOrYJZR78
>     9NpwBwUqV1TZFxrwRQTOh5WW7SoUUnvm/ZLn1EmqP3oYh2xdJux4Wf0/RQ==
>     -----END CERTIFICATE-----
>     Serial Number: 17:8B:0B:A9:F2:1D:63:AF:3E:72:E6:A2:50:AC:EA:9F
>     Common Name: wsvar2.paymentech.net
>     Country: US
>     State/Province: Florida
>     Locality: Tampa
>     Org Unit: Chase Paymentech Solutions
>     Org: Enterprise Web Architecture
>     Issuer CN: VeriSign Class 3 International Server CA - G3
>     Issuer Country: US
>     Issuer Org: VeriSign, Inc.
>     Issuer Org Unit: Terms of use at https://www.verisign.com/rpa (c)10,
>     OU=VeriSign Trust Network
>     Version: 03
>     not before: 20101228200000
>     not after: 20111229195959
>     pub key alg: 1.2.840.113549.1.1.5
>     Protocol Used: TLS Version 1
>     http_persist_post(): entered
>     http_long_ParseURL(): entered
>     do_post(): entered
>     POST /PaymentechGateway HTTP/1.1
>     Host: wsvar2.paymentech.net
>     User-Agent: http-api/1.23
>     Content-Type: text/xml
>     Expect: 100-continue
>     Content-Length: 1450
>     recvresp(): entered
>     HTTP/1.1 100 Continue
>     SetError() #13: HTTP/1.1 100 Continue
>     senddoc(): entered
>     <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope
>     xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
>     xmlns:xsd="http://www.w3.org/2001/XMLSchema";
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";><soapenv:Body><P
>     rofileAdd
>     xmlns="urn:ws.paymentech.net/PaymentechGateway"><profileAddRequest
>     xsi:type="ns1:profileAddRequest"
>     xmlns:ns1="urn:ws.paymentech.net/PaymentechGateway"
>     xmlns=""><ns1:orbitalConnectionUsername>MD1W0RLD</ns1:orbitalConnectio
>     nUsername><ns1:orbitalConnectionPassword>********</ns1:orbitalConnecti
>     onPassword><ns1:version>2.2</ns1:version><ns1:bin>000002</ns1:bin><ns1
>     :merchantID>700000003908</ns1:merchantID><ns1:customerName>ASDFASDFASF
>     </ns1:customerName><ns1:customerAddress1>ASDFASDFASDF</ns1:customerAdd
>     ress1><ns1:customerAddress2>ASDFASDFASDF/<ns1:customerAddress2><ns1:cu
>     stomerCity>ASDFASDFASD</ns1:customerCity><ns1:customerState>ST</ns1:cu
>     stomerState><ns1:customerZIP>12345</ns1:customerZIP><ns1:customerCount
>     ryCode>US</ns1:customerCountryCode><ns1:customerProfileOrderOverideInd
>     >NO</ns1:customerProfileOrderOverideInd><ns1:customerProfileFromOrderI
>     nd>A</ns1:customerProfileFromOrderInd><ns1:orderID>76773000</ns1:order
>     ID><ns1:orderDefaultAmount>000013520</ns1:orderDefaultAmount><ns1:cust
>     omerAccountType>CC</ns1:customerAccountType><ns1:ccAccountNum>40128888
>     88881881</ns1:ccAccountNum><ns1:ccExp>201212</ns1:ccExp><ns1:status>A<
>     /ns1:status></profileAddRequest></ProfileAdd></soapenv:Body></soapenv:
>     Envelope>
>     recvresp(): entered
>     HTTP/1.1 412 Precondition Failed
>     Date: Wed, 08 Jun 2011 13:32:04 GMT
>     Content-Length: 541
>     Connection: close
>     Content-Type: text/html; charset=iso-8859-1
>     SetError() #13: HTTP/1.1 412 Precondition Failed
>     recvdoc parms: identity 541
>     header_load_cookies() entered
>     recvdoc(): entered
>     SetError() #0:
>     <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
>     xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
>     xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>     xmlns:xsd="http://www.w3.org/2001/XMLSchema";
>     xmlns:ns="urn:ws.paymentech.net/PaymentechGateway"><SOAP-ENV:Body
>     id="_0"><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultst
>     ring>20412: Precondition Failed: Security Information is
>     missing</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envel
>     ope>
>     SetError() #13: HTTP/1.1 412 Precondition Failed
>     http_close(): entered
>       _________________________________________________________________
>
>     P before printing this message, please consider our environment
>     CONFIDENTIALITY NOTICE
>
>     This e-mail message, including any attachments, is for the sole use of
>     the intended recipients(s) and may contain confidential and privileged
>     information. Any unauthorized review, use, disclosure or distribution
>     is prohibited. If you are not the intended recipient, please contact
>     the sender by reply e-mail and destroy all copies of the original
>     message.
>
>
>
>
> -----------------------------------------------------------------------
> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> http://www.scottklement.com/mailman/listinfo/ftpapi
> -----------------------------------------------------------------------

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------