I created Web service with multiple endpoints. And I hosted that in my public iis server.
My client trying to hit my end points, Except One endpoint rest of the end point are working fine.
I can hit that particular endpoint with soap UI. But I couldn't hit with their application. Using failed request tracing option I noticed a following warning
ModuleName="ManagedPipelineHandler", Notification="MAP_REQUEST_HANDLER", HttpStatus="500", HttpReason="Internal Server Error", HttpSubStatus="0", ErrorCode="The operation completed successfully. (0x0)", ConfigExceptionInfo=""
Please help me to find out this problem. Issues on my side ??