I need to convert this xml into array and then i have to pass that array as a parameter in _soapCall(“OTA_HotelAvailRQ”,array);
But i don’t know how to convert this xml into array. Please help me.
EUR
EN
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
__soapCall()is a low level function. You are not calling it directly, right? If you do call it directly keep in mind that:the same order that the SOAP endpoint
expects
The array of arguments should be aflat one (no nested arrays)