fuzzyping has asked for the wisdom of the Perl Monks concerning the following question:
And the reply:<Request StoreID="myStoreID" StoreKey="myStoreKey" ApplicationID="EFSn +et samples 1.0"> <CreditCardAuthorize> <ReferenceNumber>1234</ReferenceNumber> <TransactionAmount>1.00</TransactionAmount> <AccountNumber>4111111111111111</AccountNumber> <ExpirationMonth>12</ExpirationMonth> <ExpirationYear>99</ExpirationYear> </CreditCardAuthorize> </Request>
Any suggestions on what I might use to a) markup and send the HTTPS POST (XML) connection, and b) accept/parse the reply?<Reply> <TransactionReply> <ResponseCode>0</ResponseCode> <ResultCode>00</ResultCode> <ResultMessage>APPROVED</ResultMessage> <TransactionID>100000182165</TransactionID> <AVSResponseCode /> <CVVResponseCode /> <ApprovalNumber>123456</ApprovalNumber> <AuthorizationNumber>123456</AuthorizationNumber> <TransactionDate>021112</TransactionDate> <TransactionTime>110544</TransactionTime> <ReferenceNumber>1234</ReferenceNumber> <AccountNumber>XXXXXXXXXXXX1111</AccountNumber> <TransactionAmount>1.00</TransactionAmount> </TransactionReply> </Reply>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML module advice
by Enlil (Parson) on Jun 07, 2004 at 06:49 UTC | |
|
Re: XML module advice
by tachyon (Chancellor) on Jun 07, 2004 at 08:23 UTC | |
by Anonymous Monk on Jun 07, 2004 at 09:36 UTC | |
|
Re: XML module advice
by inman (Curate) on Jun 07, 2004 at 12:51 UTC | |
by vek (Prior) on Jun 07, 2004 at 22:07 UTC | |
|
Re: XML module advice
by SciDude (Friar) on Jun 07, 2004 at 21:12 UTC | |
by fuzzyping (Chaplain) on Jun 08, 2004 at 04:15 UTC | |
|
Re: XML module advice
by gmpassos (Priest) on Jun 08, 2004 at 01:33 UTC | |
|
Re: XML module advice
by Anonymous Monk on Jun 07, 2004 at 13:23 UTC |