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

2002-09-21 Thread sanjeev . tripathi
. thanks. Sanjeev Tripathi AssetDirections PFPC, Inc. 617-338-5135

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

2002-09-21 Thread sanjeev . tripathi
. thanks. Sanjeev Tripathi AssetDirections PFPC, Inc. 617-338-5135

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

2002-09-21 Thread sanjeev . tripathi
. thanks. Sanjeev Tripathi AssetDirections PFPC, Inc. 617-338-5135

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

2002-09-22 Thread sanjeev . tripathi
is made for a credit card authorization >using the XML-RPC in the above example request. The response would look >something like: > > > >101 >authorized > > > >Can i use apache xml-rpc in this case cause response is not in xml-rpc >formate. if yes then i will access the response and how i will know credit >card has ben authorized or not. if i can not apache xml-rpc then what i can >use to solve this case. > >thanks. > >Sanjeev Tripathi >AssetDirections >PFPC, Inc. >617-338-5135 >

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

2002-09-23 Thread sanjeev . tripathi
;identifier".equals (name)) { cdata.setLength(0); readCdata = true; } if ("result".equals (name)) { cdata.setLength(0); readCdata = true; } } Thanks. Sa