Ian

Forum Posts = 90 Tutorial Posts = 62
Insert date (GMT) 2006-08-02 10:47:33 |
If you are getting the error
Unhandled Exception: System.Web.Services.Protocols.SoapHeaderException: Internal server error occured. Request aborted.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stre
am responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
Because of the using the SOAP interface with MS SQL database via the IIS SQLXML 3.0, if you download to the SQL Toolkit 2.0 sp2, this will correct the problem I have found.
Not sure why, but the SQL ToolKit 3.0 has a problem with IIS 6 on Windows Server 2003 Web Edition.
I got the SOAP Toolkit 2.0 SP2 from
ZDNet
|