我用 vs2003中通过添加web引用的方式调用 webService 
  在 SendRequest()中返回失败
__atlsoap_hr = SendRequest(_T("SOAPAction: \"urn:com-shanda-deposit-service-AllDepositService/newDepositCard\"\r\n"));
if (FAILED(__atlsoap_hr))
{
goto __skip_cleanup;
}在这里失败返回了。。 希望有经验的高手能指导一下