XML-RPC

L

lepi

Hello

How can I get XML source written in a separate file from server response
and client request before that XML gets parsed???
Please, it is very important!!

I'm using Frontier::RPC

Thanks
 
C

ChrisO

lepi said:
Hello

How can I get XML source written in a separate file from server response
and client request before that XML gets parsed???
Please, it is very important!!

I'm using Frontier::RPC

If I'm understanding your question correctly (after reading it through
several times), you will either have to:

(1) Write a class module derived from Frontier::RPC and call this new
class (instead of Frontier::RPC) to write the client XML request and
server XML responses before and after (respectively) your RPC interaction.

(2) Directly modify/hack Frontier::RPC to do what you want it to do.

I favor option #1. Leave Frontier::RPC in it's pure form. But if you
are in a hurry, option #2 may be quicker to do.

-ceo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,159
Messages
2,570,884
Members
47,419
Latest member
ArturoBres

Latest Threads

Top