I'm trying to invoke a .net web service which requires username and password to be 
entered before accessing the webs ervice url.
Can you help how i can achieve this
soap request which i pass to the web servcie is;
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Body>
    <BSE_Services xmlns="http://soap.bseindia.com";>
      <Reportcd>TopGainersDelay</Reportcd>
    </BSE_Services>
  </soap:Body>
</soap:Envelope>

Thanks


Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at 
http://www.eudoramail.com

Reply via email to