[eluser]nevsie[/eluser]
As a pre warning! I am relatively new to CI although learning quick... And basic knowledge of XML-RPC, although to be honest i thought it wouldn;t be comlpicated due to the nature of how it works... Anyway...
First off...
Is there a way to view the request you have created before it is sent to the XML_RPC server? This would allow me to see what i was doing with the processed request and probably understand things better, yet i cannot see a logical way to view the posted request?
Secondly... And more specifically...
i know the server address and want to pass:
Code:
<?xml version="1.0" encoding="utf-8" ?><StartConn><ApNa>DummyNameText</ApNa></StartConn>
So logically the methodname is "startConn" and the request would be an array with string "<ApNa>DummyNameText</ApNa>" or am i really way off the mark?
Really any help here would be appreciated. And please treat me like an idiot when it comes to this! N