We have a .Net system making a web service call into our ECC system. It is a 7.02 Netweaver system. I have External debugging turned on and placed an External Breakpoint in the RFC that gets called from the web service. However after trying everything suggested and based on OSS Notes, the WS call will never trigger the debugger window to open.
We have been able to trigger it using a Web Dynpro application, so we know the external debugger works but NOT thorough the .Net web service call.
The user being passed from .Net is the SAP dialog user. Please dont respond with the steps in how to turn on the external debugger....we have done that and know it works when we do it through a WD application.
Something is different when coming in through a wsdl web service call.
Anyone?