من در برنامه وبم، از یک وب سرویس استفاده می کنم که در حال حاضر این وب سرویس به درستی داره کار می کنه.
در حال دیباگ کردن برنامه بودم که بعد از چند بار فراخوانی صحیح وب سرویس، برنامه شروع به دادن خطا Server was unable to process request. ---> Value cannot be null.
Parameter name: outputFileName
کرد.
این خطا چرا اتفاق افتاده و مفهومش چیه؟

Source Error:

Line 55: [System.Web.Services.Protocols.SoapDocumentMethodAt tribute("http://tempuri.org/RequestPayment", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse .Literal, ParameterStyle=System.Web.Services.Protocols.SoapP arameterStyle.Wrapped)]
Line 56: public byte RequestPayment(string programCode, long requestId, long amount, string purl, string firstName, string lastName, string tell, int watingTime, string description, ref long refrenceId) {
Line 57: object[] results = this.Invoke("RequestPayment", new object[] {
Line 58: programCode,
Line 59: requestId,