Hi
I need to post an XML request using PHP, the request must look like below (just a snipet)
$str ="<AvailabilityRequest><Account>LATELET</Account>
<Request p=\"1\"><Property>5685</Property>
<DateFrom>1-Nov-2002</DateFrom>
<DateTo>10-Nov-2002</DateTo></Request></AvailabilityRequest>";
I have tried the XMLRPC include file from sourceforge but either i dont understand it or this request cant be posted with that , i just cant get it to work.
I am posting to an asp script
Please can somone give me some pointers help anything would be good
Waseem