Chris,
Thanks for your generosity. I'll give your suggestions a whirl.
Bob
On 11/9/06, Christopher Schultz <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert,
Robert Harrison wrote:
> Here is a truncated version of makeparms.
>
>String separator = new St
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert,
Robert Harrison wrote:
> Here is a truncated version of makeparms.
>
>String separator = new String("&");
>StringBuffer parms = new StringBuffer();
>String desc = props.getString("credit.card.description");
>St
Chris,
Thanks for your suggestions/questions.
Here is a truncated version of makeparms.
private StringBuffer makeParms(UserVO userVO,
CreditCardForm creditCardForm, ResourceBundle props) {
// variables for cc vendor
String separator = new String("&");
StringBuffer parms = ne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert,
Robert Harrison wrote:
> CreditCardPaymentAction
>StringBuffer parms = makeParms(userVO, creditCardForm, props);
>sendRequest(conn, parms);
> private void sendRequest(HttpURLConnection conn, StringBuffer parms)
>{
>
I am trying to post a payment to a vendor and receive a response from the
vendor that the payment has been received.
Servlet "CreditCardPaymentAction" posts the payment information to the
vendor and returns null.
The postback url is "http://xxx/CreateUser.do"; which maps to the
"CreateUserAction"
5 matches
Mail list logo