PHP and Javascript Webservice

Posted by ajithperuva on Stack Overflow See other posts from Stack Overflow or by ajithperuva
Published on 2010-03-31T07:33:17Z Indexed on 2010/03/31 8:33 UTC
Read the original article Hit count: 360

Filed under:
|
|

By using javascript am trying to cal a webservice.That service return response as follows..

<envelope>
<date_time>
Test', callbackTest  Wednesday, March 31, 2010 2:28:55 AM
</date_time>
</envelope>

I am using firefox as browser to execute the application.Thats why after creating the object of XMLHttpRequest try to read as follows

_xmlDoc.responseXML.getElementsByTagName('date_time')[0].firstChild.nodeValue;

But it is showing output like undefined.please help me to solve this problem.What is actual problem ?

© Stack Overflow or respective owner

Related posts about webservice

Related posts about php