Hi there, I am using java with XmlRPC to connect and send xml messages to a payment gateway.
- My main issue is that the payment gateway accepts the requests in a specific format like: <merchantid>1234567</merchantid> <account>testaccount</testaccount> <card> <number>....and so on So can anyone help me on how to send xml using this format through xmlrpc. i have checked struct but that also does not meet my requirement. - Also is there anyway to trap the request and response message form xmlrpc as this would help in testing. - Apart from this does the payment gateway also need to have a xmlrpc server. Would my XmlRPC request work if it is not? Please help Thanks in advance. -- View this message in context: http://n2.nabble.com/Issues-with-XmlRPC-tp2377960p2377960.html Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

