Re: xml-rpc response is not in xml-rpc format.(secure communication)

2002-09-24 Thread Ryan Hoegg
quot;:" > > >>+port+"/RPC2"); >>Vector params = new Vector (); HashMap creditCardHM = new HashMap(); >>creditCardHM.add("MerchantID", "1234"); >>creditCardHM.add("TransactionIdentifier", "101"); >>... >>param.addElement(creditCardHM); >&

Re: xml-rpc response is not in xml-rpc format.(secure communication)

2002-09-23 Thread sanjeev . tripathi
cc: Subject: Re: xml-rpc response is not in xml-rpc format.(secure 09/22/2002 communication)

Re: xml-rpc response is not in xml-rpc format.(secure communication)

2002-09-22 Thread Ryan Hoegg
; > >Ryan Hoegg > > > works.net> cc:

Re: xml-rpc response is not in xml-rpc format.(secure communication)

2002-09-22 Thread sanjeev . tripathi
Ryan Hoegg cc: Subject: Re: xml-rpc r

Re: xml-rpc response is not in xml-rpc format.

2002-09-21 Thread Ryan Hoegg
Hi Sanjeev, If you are to send the server an XML-RPC request, but expect something different back (even if it's in XML) you can't use the vanilla Apache XML-RPC library to do that. However, you may want to use the code from the library to generate your request and then write your own custom X

xml-rpc response is not in xml-rpc format.

2002-09-21 Thread sanjeev . tripathi
I want to use apache xml-rpc on client site to talk to xml-rpc server to authorize the credit card. Here is the XML-RPC request to authorize a credit card transaction: AuthorizeTransaction MerchantID 1234 TransactionIdentifier 101 CreditCardNumber JfdK3s3392LL PurchaseAmount 52.34 //

xml-rpc response is not in xml-rpc format.

2002-09-21 Thread sanjeev . tripathi
I want to use apache xml-rpc on client site to talk to xml-rpc server to authorize the credit card. Here is the XML-RPC request to authorize a credit card transaction: AuthorizeTransaction MerchantID 1234 TransactionIdentifier 101 CreditCardNumber JfdK3s3392LL PurchaseAmount 52.34 /

xml-rpc response is not in xml-rpc format.

2002-09-21 Thread sanjeev . tripathi
I want to use apache xml-rpc on client site to talk to xml-rpc server to authorize the credit card. Here is the XML-RPC request to authorize a credit card transaction: AuthorizeTransaction MerchantID 1234 TransactionIdentifier 101 CreditCardNumber JfdK3s3392LL PurchaseAmount 52.34 /