Hi, I am trying to access webservice and fetch information through its webmethod through Javascript. But this is unable to send XML to webservice url in FireFox browser.

Though this is working fine in IE.

Code:
<script type="text/javascript">

    var XMLcode = "";

    function loadXMLData() 

    {

 

  if (window.XMLHttpRequest)
...