ASP.NET Web Service Strange Behaviour...
So we have this Web Service in production, its not all that special; just handles thousands upon thousands of transactions per day. Well I uploaded an assembly (after some extensive testing on a staging environment, of course) which was specific to a provider and is actually loaded in at runtime by .NET. Think of it as a plug-in for the Web Service to make a call out to the 3rd party in real-time to handle a specific duty for the transaction.
Well for some reason, once I uploaded the assembly it broke the service. We managed to pull some logs from the VB6 client and it states:
WSDLReader:XML Parser failed at linenumber 0, lineposition 0, reason is: The download of the specified resource has failed. HRESULT=0x1: Incorrect function. - WSDLReader:Loading of the WSDL file failed HRESULT=0x80070057: The parameter is incorrect. - Client:One of the parameters supplied is invalid. HRESULT=0x80070057: The parameter is incorrect.
2 Comments
Comments have been disabled for this content.
Christian Weyer said
I guess you don't have any SOAP trace for this?
Rob Chartier said
Nope. no trace, of course. :(