c# - A local variable value is empty after processed and filled with data in asmx web service method -
I created an asmx web service and used a SAP UI for testing to call a web method with its parameters is. I used two parameters and they both have a normal list with a custom type. In the method, I take action on them and after operation, after the operation, based on the condition, I store these values in a new generic list variable. This new generic list variable is defined as the local variable in the method. That variable value is my return value, until this point, there is no problem.
I call the web method in my local developer machine, the method correctly gives money as I expected. But when I installed the web service in IIS and then using the SOAP UI to call the related method, then the return value of the method was blank.
What was the reason for this error? What is the value of variables lost in the law or what?
Sorry, for whom I am busy in this problem! The error is due to the SOAP request parameter value ... all this is working right now! Sorry again!
Comments
Post a Comment