Hi all i have registered a COM Dll and created the wsdl files and wsml files( with the help of MS SOAP Toolkit 2.0 ) for the same on the W2K server, IIS. I try to browse the asp generated and it throws the following error - can anyone help me. I have installed the same elsewhere and it works fine there. Dunno, it throws and exception --
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> - <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> - <SOAP-ENV:Body> - <SOAP-ENV:Fault> <faultcode>SOAP-ENV:Server</faultcode> <faultstring>Connector - Bad request to the server.</faultstring> - <detail> - <mserror:errorInfo xmlns:mserror="http://schemas.microsoft.com/soap-toolkit/faultdetail/error/" > <mserror:returnCode>-2146823238</mserror:returnCode> - <mserror:callStack> - <mserror:callElement> <mserror:description><HRESULT>800a13ba</HRESULT></mserror:description> </mserror:callElement> </mserror:callStack> </mserror:errorInfo> </detail> </SOAP-ENV:Fault> </SOAP-ENV:Body> </SOAP-ENV:Envelope> what could be the problem ??? tia raja